[lldb-dev] [Bug 25896] New: Hide stack frames from specific source files

Todd Fiala via lldb-dev lldb-dev at lists.llvm.org
Sun Dec 20 13:00:56 PST 2015


Sounds like you almost want the ability to do a backtrace projection.  At
one point I wanted this for cross C++/Java frames, but I haven't worked on
that problem in some time.

Android folks - did we ever add anything to support hiding some of the
trampolines or other call sites involved in the C++/Java transitions?

-Todd

On Sat, Dec 19, 2015 at 3:44 PM, via lldb-dev <lldb-dev at lists.llvm.org>
wrote:

> Bug ID 25896 <https://llvm.org/bugs/show_bug.cgi?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 the assignee for the bug.
>
>
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>
>


-- 
-Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20151220/6cf6328d/attachment.html>


More information about the lldb-dev mailing list