summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/debugger/main.cpp
diff options
context:
space:
mode:
authorJason Molenda <jason@molenda.com>2023-03-02 13:28:34 -0800
committerJason Molenda <jason@molenda.com>2023-03-02 13:32:37 -0800
commit4d635be2dbadc77522eddc9668697385a3b9f8b4 (patch)
tree418205e4425ed98f7b4ce8f224ee2bf5df759cbc /lldb/test/API/python_api/debugger/main.cpp
parent2010269c0f4694d68f3c9a87971049f4586bb940 (diff)
Add SBValue::GetValueAsAddress API for removing non-addressing metadata
On target where metadata is stored in bits that aren't used for virtual addressing -- AArch64 Top Byte Ignore and pointer authentication are two examples -- an SBValue object representing a pointer will return the address with metadata for SBValue::GetValueAsUnsigned. Users may want to get the virtual address without the metadata; this new method gives them a way to do this. Differential Revision: https://reviews.llvm.org/D142792
Diffstat (limited to 'lldb/test/API/python_api/debugger/main.cpp')
0 files changed, 0 insertions, 0 deletions