hanchenye-llvm-project/lldb/source/Commands
Jason Molenda db7d11c7a2 A few small fixes to make things like image list not
print "//mach_kernel" if you are debugging an executable
in the top level directory.

llvm-svn: 181190
2013-05-06 10:21:11 +00:00
..
CMakeLists.txt Update CMakeLists.txt as per removed file 2013-02-28 16:53:22 +00:00
CommandCompletions.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
CommandObjectApropos.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
CommandObjectApropos.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectArgs.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
CommandObjectArgs.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectBreakpoint.cpp Fix the help message for “one-shot”. 2013-04-09 18:05:22 +00:00
CommandObjectBreakpoint.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectBreakpointCommand.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
CommandObjectBreakpointCommand.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectCommands.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
CommandObjectCommands.h
CommandObjectDisassemble.cpp Change the disassemble option to specify the architecture from '-a' 2013-04-11 03:14:01 +00:00
CommandObjectDisassemble.h Change the disassemble option to specify the architecture from '-a' 2013-04-11 03:14:01 +00:00
CommandObjectExpression.cpp Fix the help for unwind-on-error, it no longer controls what happens when an expression hits a breakpoint. 2013-04-09 22:34:06 +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 Our commands that end up displaying a ValueObject as part of their workflow use OptionGroupValueObjectDisplay as their currency for deciding the final representation 2013-03-26 18:04:53 +00:00
CommandObjectFrame.h
CommandObjectHelp.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
CommandObjectHelp.h <rdar://problem/12798131> 2012-12-04 00:32:51 +00:00
CommandObjectLog.cpp <rdar://problem/10903854> 2012-12-07 18:37:09 +00:00
CommandObjectLog.h
CommandObjectMemory.cpp Don't use a "uintptr_t" for the metadata key, use a "void *". This removes all of the casts that were being used and cleans the code up a bit. Also added the ability to dump the metadata. 2013-03-27 01:48:02 +00:00
CommandObjectMemory.h
CommandObjectMultiword.cpp <rdar://problem/13265017> 2013-02-21 23:57:25 +00:00
CommandObjectPlatform.cpp <rdar://problem/13788674> 2013-05-02 22:07:16 +00:00
CommandObjectPlatform.h Centralized a lot of the status information for processes, 2011-04-18 08:33:37 +00:00
CommandObjectPlugin.cpp <rdar://problem/13209140> 2013-04-24 21:29:08 +00:00
CommandObjectPlugin.h Implementing plugins that provide commands. 2012-09-28 23:57:51 +00:00
CommandObjectProcess.cpp Recommitting r180831 with trivial fix - remember to return errors if you compute. 2013-05-02 00:27:30 +00:00
CommandObjectProcess.h
CommandObjectQuit.cpp <rdar://problem/12786725> 2013-01-17 21:36:19 +00:00
CommandObjectQuit.h <rdar://problem/12786725> 2013-01-17 21:36:19 +00:00
CommandObjectRegister.cpp Introduces extended register sets whose availability can vary with the target processor. 2013-03-28 17:27:40 +00:00
CommandObjectRegister.h
CommandObjectSettings.cpp <rdar://problem/13184855> 2013-03-05 23:52:49 +00:00
CommandObjectSettings.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectSource.cpp <rdar://problem/13678882> 2013-04-18 19:58:52 +00:00
CommandObjectSource.h
CommandObjectSyntax.cpp <rdar://problem/13069948> 2013-01-25 18:06:21 +00:00
CommandObjectSyntax.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectTarget.cpp A few small fixes to make things like image list not 2013-05-06 10:21:11 +00:00
CommandObjectTarget.h
CommandObjectThread.cpp Add "thread return -x" to unwind the innermost user called expression (if you happen to have stopped in it due to a crash.) 2013-01-31 21:46:01 +00:00
CommandObjectThread.h Centralized a lot of the status information for processes, 2011-04-18 08:33:37 +00:00
CommandObjectType.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
CommandObjectType.h Fixed the Xcode project building of LLVM to be a bit more user friendly: 2011-11-04 03:34:56 +00:00
CommandObjectVersion.cpp Fix Linux build warnings due to redefinition of macros: 2012-12-05 00:20:57 +00:00
CommandObjectVersion.h Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an 2012-06-08 21:56:10 +00:00
CommandObjectWatchpoint.cpp <rdar://problem/13207948> 2013-02-14 04:15:23 +00:00
CommandObjectWatchpoint.h Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files. 2012-06-19 22:12:58 +00:00
CommandObjectWatchpointCommand.cpp Fixed some linux buildbot warnings. 2013-04-19 21:31:16 +00:00
CommandObjectWatchpointCommand.h rdar://problem/11457143 [ER] need "watchpoint command ..." 2012-08-09 23:09:42 +00:00
Makefile Fix a few more clang (3.2) warnings on Linux: 2012-12-07 22:21:08 +00:00