[Lldb-commits] [lldb] [lldb][Docs] Add equivalents of GDB's "skip" to command map (PR #120740)

via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 6 10:19:54 PST 2025


jimingham wrote:

This isn't directly relevant, but internally lldb has a "ShouldStopHere" mechanism that was meant to be extendable.  Currently all the behaviors like the "library & regex avoid" settings are implemented in the DefaultShouldStopHere, but it wouldn't be terribly hard to add a more capable mechanism here, or even add a Python affordance so people could write their own logic.

https://github.com/llvm/llvm-project/pull/120740


More information about the lldb-commits mailing list