[Lldb-commits] [lldb] [lldb] Fix TestMultithreaded.py when libc++ symbols are present (PR #174664)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 8 11:15:04 PST 2026
bulbazord wrote:
> You could also fix this by using:
>
> ```
> BreakpointCreateByName("next", lldb.eFunctionNameTypeFull, lldb.SBFileSpecList(), lldb.SBFileSpecList())
> ```
>
> instead. If you pass the current executable in the module list, that would also prevent finding a next symbol that happened to be in some other shared library.
>
> That's a little nicer since it adds a test for the Full breakpoint setting, which probably isn't as often used in the test suite as other ways of making breakpoints.
I find that reasoning quite compelling. Will update! :)
https://github.com/llvm/llvm-project/pull/174664
More information about the lldb-commits
mailing list