================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to