[Lldb-commits] [lldb] [lldb] Remove unfiltered stop reason propagation from StopInfoMachException (PR #122817)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 13 15:58:22 PST 2025
jasonmolenda wrote:
> > clang-format on the test is actually problematic for the breakpoint regex, so I am just going to ignore it.
>
> you can do `// clang-format off` / `// clang-format on` around it, if you want to bother.
(you could also just set the regex breakpoint on the string you're printing, instead of bothering with the comment)
https://github.com/llvm/llvm-project/pull/122817
More information about the lldb-commits
mailing list