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-...@lists.llvm.org Reporter: chinmayga...@gmail.com CC: llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs