llvm-project/lldb
Greg Clayton 8941142af8 Hooked up ability to look up data symbols so they show up in disassembly
if the address comes from a data section. 

Fixed an issue that could occur when looking up a symbol that has a zero
byte size where no match would be returned even if there was an exact symbol
match.

Cleaned up the section dump output and added the section type into the output.

llvm-svn: 116017
2010-10-08 00:21:05 +00:00
..
docs Minor copy edits. 2010-09-11 00:37:21 +00:00
examples Cleaned up the SWIG stuff so all includes happen as they should, no pulling 2010-10-07 04:19:01 +00:00
include Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +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 Added a new ValueObject type that will be used to freeze dry expression 2010-10-05 00:00:42 +00:00
resources Bumped Xcode lldb build number to 25 for lldb-25 and debugserver build to 2010-09-25 00:31:52 +00:00
scripts More SWIG cleanup. Moved the breakpoint callback function back to the 2010-10-07 17:14:24 +00:00
source Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +00:00
test Move the enum to string utility functions from lldbtest.py to lldbuti.py and 2010-10-07 22:15:58 +00:00
tools More SWIG cleanup. Moved the breakpoint callback function back to the 2010-10-07 17:14:24 +00:00
www Clarified some caveats for thread format strings. 2010-10-04 03:06:05 +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