[Lldb-commits] [lldb] [lldb] Extend frame recognizers to hide frames from backtraces (PR #104523)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 23 09:50:29 PDT 2024


adrian-prantl wrote:

@gribozavr Thanks for pointing this out. This is funny: I forgot to initialize the generation counter in StackFrame.  I didn't notice because this actually doesn't cause a bug; it just needs to increment and wrap around so the starting position doesn't matter.

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


More information about the lldb-commits mailing list