| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 186358
|
|
|
|
| |
llvm-svn: 185906
|
|
|
|
|
|
|
| |
print five words of memory at the beginning of the stack frame so it's
easier to track where an incorrect saved-fp or saved-pc may have come from.
llvm-svn: 185903
|
|
|
|
| |
llvm-svn: 184487
|
|
|
|
| |
llvm-svn: 184483
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change the simple-minded stack walk to not depend on lldb to unwind
the first frame.
Collect a list of Modules and Addresses seen while backtracing (with
both methods), display the image list output for all of those modules,
plus disassemble and image show-unwind any additional frames that
the simple backtrace was able to unwind through instead of just the
lldb unwind algorithm frames.
Remove checks for older lldb's that didn't support -a for disassemble
or specifying the assembler syntax on x86 targets.
llvm-svn: 184280
|
|
|
|
|
|
| |
Print the lldb version at the top of the output.
llvm-svn: 183289
|
|
|
|
|
|
| |
This should help us figure out issues with the NSString data formatter
llvm-svn: 182972
|
|
|
|
|
|
| |
out of it.
llvm-svn: 180835
|
|
|
|
|
|
|
| |
terminate the command early if we happen to have an invalid load
address.
llvm-svn: 180826
|
|
finish-swig-Python-LLDB.sh to create a new lldb.diagnose subdirectory
in the LLDB framework; the first diagnostic command in this directory
is diagnose-unwind. There may be others added in the future.
Users can load these diagnostic tools into their session with
"script import lldb.diagnose".
llvm-svn: 180768
|