lldb equivalent to gdb's bt X?
lldb equivalent to gdb's bt X?
- Subject: lldb equivalent to gdb's bt X?
- From: Lee Ann Rucker <email@hidden>
- Date: Fri, 26 Oct 2012 15:28:39 -0700
In gdb, "bt X" shows the top X calls of the backtrace; in lldb it's the backtrace for thread X. Is there an lldb equivalent? http://lldb.llvm.org/lldb-gdb.html doesn't seem to know about the gdb feature.
If I've got a frequently-called method and I'm trying to track down who's using it, I'd like to set a breakpoint that does "bt 3" then continues; if it prints the whole bt that's an awful lot of noise to filter out.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden