[Lldb-commits] [lldb] [lldb] add a marker before skipped frames (PR #167550)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 18 10:39:47 PST 2025


================
@@ -1934,8 +1937,9 @@ bool StackFrame::DumpUsingFormat(Stream &strm,
   return false;
 }
 
-void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique,
-                                         const char *frame_marker) {
+void StackFrame::DumpUsingSettingsFormat(
+    Stream *strm, bool show_unique, const char *frame_marker,
+    const std::wstring skipped_frame_marker) {
----------------
charles-zablit wrote:

Fixed, thanks!

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


More information about the lldb-commits mailing list