[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:44 PST 2025


================
@@ -2034,10 +2042,12 @@ bool StackFrame::HasCachedData() const {
 }
 
 bool StackFrame::GetStatus(Stream &strm, bool show_frame_info, bool show_source,
-                           bool show_unique, const char *frame_marker) {
+                           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