hanchenye-llvm-project/lldb
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
..
docs As promised in previous commit, docs for qPlatform_RunCommand. 2013-08-27 15:48:54 +00:00
examples This is an example synthetic provider for libc++ unordered (multi) maps&set 2013-09-04 17:48:52 +00:00
include Adds an option to resolve a symbol from an address that can be used 2013-09-24 15:34:13 +00:00
lib merge lldb-platform-work branch (and assorted fixes) into trunk 2013-08-26 23:57:52 +00:00
lldb.xcodeproj <rdar://problem/14071463> 2013-09-12 00:48:47 +00:00
lldb.xcworkspace Move the performance test cases into their own project. 2013-03-18 23:05:00 +00:00
resources Bump version number to 310.99.0. 2013-07-15 04:47:33 +00:00
scripts Added a 'jump' command, similar to GDBs. 2013-09-12 02:20:34 +00:00
source Adds an option to resolve a symbol from an address that can be used 2013-09-24 15:34:13 +00:00
test Adds an option to resolve a symbol from an address that can be used 2013-09-24 15:34:13 +00:00
tools Make the docs for the -s -o -S and -O options clearer. 2013-09-17 01:53:35 +00:00
utils Fixed continue issues with process attach/detach 2013-05-28 21:27:03 +00:00
www Clean up some documentation. 2013-08-21 18:13:29 +00:00
.arcconfig Adding .arcconfig file to LLDB to allow using Phabricator for reviews 2013-05-23 20:21:28 +00:00
.gitignore
CMakeLists.txt Added MSVC config file and makefile support. 2013-09-05 16:56:12 +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 Respect SDKROOT in lldb Makefile 2013-09-18 16:32:28 +00:00