<div dir="ltr">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.<div><br></div><div>Android folks - did we ever add anything to support hiding some of the trampolines or other call sites involved in the C++/Java transitions?</div><div><br></div><div>-Todd</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 19, 2015 at 3:44 PM, via lldb-dev <span dir="ltr"><<a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><table border="1" cellspacing="0" cellpadding="8">
<tbody><tr>
<th>Bug ID</th>
<td><a title="NEW --- - Hide stack frames from specific source files" href="https://llvm.org/bugs/show_bug.cgi?id=25896" target="_blank">25896</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Hide stack frames from specific source files
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td><a href="mailto:lldb-dev@lists.llvm.org" target="_blank">lldb-dev@lists.llvm.org</a>
</td>
</tr>
<tr>
<th>Reporter</th>
<td><a href="mailto:chinmaygarde@gmail.com" target="_blank">chinmaygarde@gmail.com</a>
</td>
</tr>
<tr>
<th>CC</th>
<td><a href="mailto:llvm-bugs@lists.llvm.org" target="_blank">llvm-bugs@lists.llvm.org</a>
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></tbody></table>
<p>
</p><div>
<pre>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.</pre>
</div>
<p></p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</div>
<br>_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">-Todd</div></div>
</div>