Re: [lldb-dev] [cfe-dev] lists.llvm.org server maintenance, Friday Dec 18 @10:30 PST
On 12/19/15 1:33 AM, Tanya Lattner via cfe-dev wrote: The server maintenance is complete and lists should be operational. Thanks, Tanya! Regards, John Criswell Thanks, Tanya On Dec 17, 2015, at 12:06 PM, Tanya Lattner wrote: All, The server that runs the mailing lists will be down for maintenance starting Friday Dec 18th at 10:30PM PST. I do not expect a long downtime, but please keep this in mind if you see any issues with the lists during this period. I will send an email once I am finished. No other services should be affected. Thanks, Tanya ___ cfe-dev mailing list cfe-...@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev -- John Criswell Assistant Professor Department of Computer Science, University of Rochester http://www.cs.rochester.edu/u/criswell ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
[lldb-dev] [Bug 25896] New: Hide stack frames from specific source files
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@lists.llvm.org Reporter: chinmayga...@gmail.com CC: llvm-b...@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 the assignee for the bug. ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev