[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
Mon Aug 19 20:17:26 PDT 2024


adrian-prantl wrote:

I uploaded a new version of the patch that addresses all outstanding feedback, except for `finish` (I haven't looked at how that is implemented yet):
- correctly caching recognized frames
- hiding the recognizer API behind Frame::IsHidden()
- exposing it via the SBAPI
- extending it via Python
- renaming the filtering option

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


More information about the lldb-commits mailing list