llvm-project/lldb/source
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
..
API Fixed a launching issue. 2010-10-07 22:51:14 +00:00
Breakpoint Verify that we have a valid breakpoint ID before proceeding with retrieving its 2010-09-29 21:57:51 +00:00
Commands Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +00:00
Core Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +00:00
Expression Changed the timeout for expressions from 10 2010-10-07 18:17:31 +00:00
Host Cleaned up a unused member variable in Debugger. 2010-09-30 21:49:03 +00:00
Interpreter More SWIG cleanup. Moved the breakpoint callback function back to the 2010-10-07 17:14:24 +00:00
Plugins Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +00:00
Symbol Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +00:00
Target Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +00:00
Utility Cleaned a few build related things up: 2010-09-24 23:07:41 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. 2010-08-31 18:05:13 +00:00
lldb.cpp Hooked up ability to look up data symbols so they show up in disassembly 2010-10-08 00:21:05 +00:00