hanchenye-llvm-project/lldb/source
Ashok Thirumurthi 35729bb1f8 Adds an option to resolve a symbol from an address that can be used
to build out the symbol table as addresses are used, and implements
the mechanism for ELF to add stripped symbols from eh_frame.

Uses this mechanism to allow disassembly for addresses corresponding
to stripped symbols for ELF, and provide hooks to implement this for
PE COFF.

Also removes eSymbolContextTailCall in favor of an option for
ResolveSymbolContextForAddress for consistency with the documentation
for eSymbolContextEverything.  Essentially, this is just an option for
interpreting the so_addr.
                  

llvm-svn: 191307
2013-09-24 15:34:13 +00:00
..
API Disassembler::DisassembleRange() currently calls Target::ReadMemory 2013-09-12 23:23:35 +00:00
Breakpoint Change the "breakpoint fuzz" algorithm from "coalesce the line ranges for a file & line breakpoint if they are contiguous" to 2013-09-10 02:06:17 +00:00
Commands Adds an option to resolve a symbol from an address that can be used 2013-09-24 15:34:13 +00:00
Core Adds an option to resolve a symbol from an address that can be used 2013-09-24 15:34:13 +00:00
DataFormatters Updated CMakeLists to match XCode project 2013-09-12 02:20:39 +00:00
Expression Use a StreamString to fix the endianness in 2013-09-17 18:26:42 +00:00
Host <rdar://problem/14701270> 2013-09-23 22:09:17 +00:00
Interpreter Change OptionValueFileSpec::SetValueFromCString to strip off whitespace, 2013-09-13 02:33:15 +00:00
Plugins Adds an option to resolve a symbol from an address that can be used 2013-09-24 15:34:13 +00:00
Symbol Update RegisterContextLLDB::GetFullUnwindPlanForFrame() to use the architectural- 2013-09-24 02:42:54 +00:00
Target Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRange 2013-09-17 16:35:45 +00:00
Utility Use <atomic> instead of "llvm/Support/Atomic.h". Removed unused RefCounter class. 2013-09-05 16:38:02 +00:00
CMakeLists.txt merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00
Makefile Remove LLDB dependency on xcodeworkspace (on Linux) for version number 2013-02-28 16:51:15 +00:00
lldb-log.cpp The output of 'log list' was missing a few of the lldb channels: 2013-09-12 01:48:59 +00:00
lldb.cpp merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00