[Lldb-commits] [lldb] [lldb] Replace some register handling asserts with lldbassert (PR #71175)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 6 03:38:04 PST 2023
DavidSpickett wrote:
`report_fatal_error` goes against not crashing the debugger, so despite what the docs say, `lldbassert` does fit here I think.
https://github.com/llvm/llvm-project/pull/71175
More information about the lldb-commits
mailing list