[Lldb-commits] [lldb] [lldb] Print mangled names with verbose break list (PR #84071)

via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 5 14:01:32 PST 2024


================
@@ -90,6 +90,15 @@ def breakpoint_options_language_test(self):
             num_expected_locations=1,
         )
----------------
jimingham wrote:

run_break_set_by_symbol returns the break ID of the new breakpoint.  You could look it up, get its location, get the function from the symbol and get its mangled name.  That way you could do a mangling scheme independent test that you produced the right mangled name.

https://github.com/llvm/llvm-project/pull/84071


More information about the lldb-commits mailing list