llvm-project/lldb
Jason Molenda 8359214427 A few small enhancements to the diagnose-unwind command.
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
2013-06-19 04:52:55 +00:00
..
docs Document the extended detach packet. 2013-06-07 00:22:49 +00:00
examples A few small enhancements to the diagnose-unwind command. 2013-06-19 04:52:55 +00:00
include Added the ability to get a list of types from a SBModule or SBCompileUnit. Sebastien Metrot wanted this, and sent a hollowed out patch. I filled in the blanks and did the low level implementation. The new functions are: 2013-06-18 22:51:05 +00:00
lib Fix autohell build. 2013-06-14 23:00:27 +00:00
lldb.xcodeproj Make the lldb "Release" configuration use the same llvm build "Release+Asserts" as the lldb "Debug" configuration. 2013-06-18 21:44:59 +00:00
lldb.xcworkspace Move the performance test cases into their own project. 2013-03-18 23:05:00 +00:00
resources Updated Apple LLDB version to lldb-300.99.0. Also 2013-03-07 22:29:06 +00:00
scripts Added a new decorator function in the "lldb" module that can register a command automatically. We have just a few kinks to work out for the Xcode workflow and we will be ready to switch over to using this. To use this, you can decorate your python function as: 2013-06-19 01:38:02 +00:00
source Improvements to "command script import" to better support reloading in Xcode 2013-06-19 03:05:52 +00:00
test <rdar://problem/14086503> 2013-06-19 00:20:57 +00:00
tools Huge performance improvements when one breakpoint contains many locations. 2013-06-12 00:46:38 +00:00
utils Fixed continue issues with process attach/detach 2013-05-28 21:27:03 +00:00
www Added a troubleshooting page as a place to add commonly asked questions with solutions. 2013-06-18 01:01:31 +00:00
.arcconfig Adding .arcconfig file to LLDB to allow using Phabricator for reviews 2013-05-23 20:21:28 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
CMakeLists.txt More minor FreeBSD fixes. 2013-06-04 15:59:01 +00:00
INSTALL.txt Update INSTALL.txt to mention LLDB builds on Linux with GCC or Clang. 2013-02-21 22:37:18 +00:00
LICENSE.TXT
Makefile Fix Linux i386 build 2013-03-07 00:48:53 +00:00