[llvm-bugs] [Bug 25896] New: Hide stack frames from specific source files
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Dec 19 15:44:24 PST 2015
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: lldb-dev at lists.llvm.org
Reporter: chinmaygarde at gmail.com
CC: llvm-bugs at lists.llvm.org
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 on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151219/a5706461/attachment.html>
More information about the llvm-bugs
mailing list