[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 16 08:50:28 PDT 2024


adrian-prantl wrote:

> This seems pretty cool! Question: what would happen if the top frame (the one with the PC) gets filtered out by the recognizer?

The current frame never gets filtered. If you select a filtered frame with `f 123` and run `bt` the current frame will be there.

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


More information about the lldb-commits mailing list