[Lldb-commits] [lldb] [lldb] Extend frame recognizers to hide frames from backtraces (PR #104523)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 15 17:35:39 PDT 2024
https://github.com/jasonmolenda commented:
The implementation is fine, but I have some questions about this. First, SBFrame should have IsImplementationFrame or whatever terminology we use for the user view of this, like we have IsInlined and IsArtificial today so a UI can choose to omit these stack frames too.
https://github.com/llvm/llvm-project/pull/104523
More information about the lldb-commits
mailing list