mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-07 23:26:05 +00:00

This allows users to see similar output to what the "register read" command emits in LLDB's command line. Added a test to verify that the PC has the correct value with contains a pointer followed by the module + function name and the source line info. Something like: 0x0000000100000a64 a.out`main + 132 at main.cpp:17:11 Differential Revision: https://reviews.llvm.org/D129528