summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/process/TestProcessAPI.py
diff options
context:
space:
mode:
authorMichael Buch <michaelbuch12@gmail.com>2023-03-03 14:18:21 +0000
committerMichael Buch <michaelbuch12@gmail.com>2023-03-03 17:44:36 +0000
commit6bd46e713c6d8deda7bdae8b1efadb99c88b4443 (patch)
tree74483bc7ae220951a253f32690abfbbba28edaf3 /lldb/test/API/python_api/process/TestProcessAPI.py
parentb642fd5ee250247ccefb38099169b4ee8ac4112b (diff)
[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for member-function pointers
With this patch member-function pointers are formatted using `CXXFunctionPointerSummaryProvider`. This turns, ``` (lldb) v pointer_to_member_func (void (Foo::*)()) ::pointer_to_member_func = 0x00000000000000000000000100003f94 ``` into ``` (lldb) v pointer_to_member_func (void (Foo::*)()) ::pointer_to_member_func = 0x00000000000000000000000100003f94 (a.out`Foo::member_func() at main.cpp:3) ``` Differential Revision: https://reviews.llvm.org/D145242
Diffstat (limited to 'lldb/test/API/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions