[Lldb-commits] [lldb] [lldb] Replace some register handling asserts with lldbassert (PR #71175)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 6 10:08:30 PST 2023
https://github.com/clayborg approved this pull request.
These asserts are testing that the static representation of register contexts is ok and building and testing with asserts enabled should flush out any issues. `lldbassert()` is perfect for this since it is enabled for debug builds while testing happens.
https://github.com/llvm/llvm-project/pull/71175
More information about the lldb-commits
mailing list