llvm-project/lldb
Greg Clayton 6dbd39838d Fixed a missing newline when dumping mixed disassembly.
Added a "bool show_fullpaths" to many more objects that were
previously always dumping full paths.

Fixed a few places where the DWARF was not indexed when we
we needed it to be when making queries. Also fixed an issue
where the DWARF in .o files wasn't searching all .o files
for the types.

Fixed an issue with the output from "image lookup --type <TYPENAME>"
where the name and byte size might not be resolved and might not
display. We now call the accessors so we end up seeing all of the
type info.

llvm-svn: 113951
2010-09-15 05:51:24 +00:00
..
docs Minor copy edits. 2010-09-11 00:37:21 +00:00
examples/lookup Added some missing API for address resolving within a module, and looking 2010-09-10 18:31:35 +00:00
include Fixed a missing newline when dumping mixed disassembly. 2010-09-15 05:51:24 +00:00
lib Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more 2010-09-07 20:11:56 +00:00
lldb.xcodeproj Fixed a missing newline when dumping mixed disassembly. 2010-09-15 05:51:24 +00:00
resources Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
scripts o Exposed SBFileSpec to the Python APIs in lldb.py. 2010-08-27 22:35:26 +00:00
source Fixed a missing newline when dumping mixed disassembly. 2010-09-15 05:51:24 +00:00
test Fixed typo in the doc strings. 2010-09-15 00:02:30 +00:00
tools If the file the user specifies can't be found in the current directory, 2010-09-10 04:48:55 +00:00
www Fix utilities text 2010-06-12 03:34:21 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Comment out test targets; they don't work on Linux because test/Makefile uses 2010-07-09 22:36:15 +00:00