<div dir="ltr">I don't know of any DWARF functionality or extensions that are currently used to communicate "uninteresting" functions not to step into.<br><br>If there's a specific example where you've seen this behavior work as you'd like in another language/frontend/etc - if you provide that example I/we might be able to explain why it works that way & how you could reproduce that behavior.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 24, 2020 at 12:54 PM Levo DeLellis via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I'm not sure where to look or if it's possible, if someone could point me in the right direction that would be great</div><div><br></div><div>There's a few internal functions in my language like WriteLine. When I use lldb to 'thread step-in' (or vscode) the debugger will enter the function. Is it possible to let lldb know it should skip the function? I tried using clang to find some clues but puts and other function all allow me to step in and gets a missing source error.</div><div>Is there any llvm-ir code I can look at to show me how to skip a function? Or a language that generates the appropriate ir?</div><div><br></div></div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>