summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/debugger/TestDebuggerAPI.py
diff options
context:
space:
mode:
authorMichael Buch <michaelbuch12@gmail.com>2023-03-07 15:59:33 +0000
committerMichael Buch <michaelbuch12@gmail.com>2023-03-07 19:45:50 +0000
commit8200848c4125f2307abe38801ce9ca1288ea3081 (patch)
tree9a15485a05b257c2f3f82e0ded73c0decb106ace /lldb/test/API/python_api/debugger/TestDebuggerAPI.py
parentef7adbe2b7bcdb1fca88f77a7d4da2a8dea63699 (diff)
Reland "[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/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions