https://llvm.org/bugs/show_bug.cgi?id=25896
Bug ID: 25896
Summary: Hide stack frames from specific source files
Product: lldb
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
When my program is paused in the debugger, I would like to hide stack frames
originating from certain source files (or libraries) from appearing in the
backtrace. These frames usually correspond to standard library functions that I
am not in the process of actively debugging.
On a similar note, I did find `target.process.thread.step-avoid-regexp` which
allows me to avoid stepping into select frames. However, I want to also
suppress these frames in the backtrace listing, and, avoid showing the same
when move up and down the bracktrace.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev