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

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 15 18:11:10 PDT 2024


================
@@ -979,6 +988,8 @@ size_t StackFrameList::GetStatus(Stream &strm, uint32_t first_frame,
     ++num_frames_displayed;
   }
 
+  if (filtered)
+    strm << "Note: Some frames were hidden by frame recognizers\n";
----------------
medismailben wrote:

There is a `frame recognizer` multiword command so I think it's fine to expose it to the user.

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


More information about the lldb-commits mailing list