hanchenye-llvm-project/lldb/source/Commands
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
..
CMakeLists.txt Update CMakeLists.txt as per removed file 2013-02-28 16:53:22 +00:00
CommandCompletions.cpp unused variable, typedef requires name warning cleanup 2013-08-26 17:07:34 +00:00
CommandObjectApropos.cpp Apropos should search user commands as well as built-in commands. 2013-05-17 01:30:37 +00:00
CommandObjectApropos.h
CommandObjectArgs.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectArgs.h
CommandObjectBreakpoint.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectBreakpoint.h
CommandObjectBreakpointCommand.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectBreakpointCommand.h
CommandObjectCommands.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectCommands.h
CommandObjectDisassemble.cpp Adds an option to resolve a symbol from an address that can be used 2013-09-24 15:34:13 +00:00
CommandObjectDisassemble.h Change the disassemble option to specify the architecture from '-a' 2013-04-11 03:14:01 +00:00
CommandObjectExpression.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectExpression.h Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be 2013-01-15 02:47:48 +00:00
CommandObjectFrame.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectFrame.h
CommandObjectHelp.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectHelp.h <rdar://problem/11914077> 2013-06-12 01:50:57 +00:00
CommandObjectLog.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectLog.h
CommandObjectMemory.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectMemory.h
CommandObjectMultiword.cpp <rdar://problem/11914077> 2013-06-12 01:50:57 +00:00
CommandObjectPlatform.cpp <rdar://problem/14728845> 2013-09-09 22:35:18 +00:00
CommandObjectPlatform.h
CommandObjectPlugin.cpp <rdar://problem/13209140> 2013-04-24 21:29:08 +00:00
CommandObjectPlugin.h
CommandObjectProcess.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectProcess.h
CommandObjectQuit.cpp A couple of small fixes to make core file debugging less noisy. 2013-05-11 00:52:25 +00:00
CommandObjectQuit.h <rdar://problem/12786725> 2013-01-17 21:36:19 +00:00
CommandObjectRegister.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectRegister.h
CommandObjectSettings.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectSettings.h
CommandObjectSource.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectSource.h
CommandObjectSyntax.cpp Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. 2013-06-19 19:04:53 +00:00
CommandObjectSyntax.h
CommandObjectTarget.cpp When target module add/SBTarget::AddModule()'ing, if an architecture isn't specifically 2013-09-11 21:25:46 +00:00
CommandObjectTarget.h
CommandObjectThread.cpp Fixing a problem where CommandObjectThreadContinue held the thread list lock while waiting for the process to stop after a continue. 2013-09-12 19:15:05 +00:00
CommandObjectThread.h
CommandObjectType.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectType.h
CommandObjectVersion.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
CommandObjectVersion.h Huge change to clean up types. 2013-07-11 22:46:58 +00:00
CommandObjectWatchpoint.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectWatchpoint.h Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID. 2013-07-02 02:09:46 +00:00
CommandObjectWatchpointCommand.cpp Add OptionParser.h 2013-09-05 16:42:23 +00:00
CommandObjectWatchpointCommand.h
Makefile Fix a few more clang (3.2) warnings on Linux: 2012-12-07 22:21:08 +00:00