llvm-project/lldb/source/Commands
Jim Ingham 893c932acf This is the first step of making lldb able to create target-specific things
(e.g. breakpoints, stop-hooks) before we have any targets - for instance in 
your ~/.lldbinit file.  These will then get copied over to any new targets 
that get created.  So far, you can only make stop-hooks.

Breakpoints will have to learn to move themselves from target to target for
us to get them from no-target to new-target.

We should also make a command & SB API way to prime this ur-target.

llvm-svn: 222600
2014-11-22 01:42:44 +00:00
..
CMakeLists.txt
CommandCompletions.cpp Optimizations for FileSpec. 2014-08-07 17:33:36 +00:00
CommandObjectApropos.cpp
CommandObjectApropos.h
CommandObjectArgs.cpp Revert "Fix broken tests due to new error output." 2014-07-09 16:31:49 +00:00
CommandObjectArgs.h
CommandObjectBreakpoint.cpp This is the first step of making lldb able to create target-specific things 2014-11-22 01:42:44 +00:00
CommandObjectBreakpoint.h
CommandObjectBreakpointCommand.cpp Rework the way we pass "run multiple command" options to the various API's that 2014-10-11 00:38:27 +00:00
CommandObjectBreakpointCommand.h
CommandObjectCommands.cpp More override warning cleanup. 2014-11-18 22:40:27 +00:00
CommandObjectCommands.h
CommandObjectDisassemble.cpp Revert "Fix broken tests due to new error output." 2014-07-09 16:31:49 +00:00
CommandObjectDisassemble.h
CommandObjectExpression.cpp This is the first step of making lldb able to create target-specific things 2014-11-22 01:42:44 +00:00
CommandObjectExpression.h Allow a multi-line expression to follow expression commands with options when there is no expression following the option terminating “—“. 2014-03-13 23:42:30 +00:00
CommandObjectFrame.cpp Fix some typos: 2014-08-11 18:06:28 +00:00
CommandObjectFrame.h
CommandObjectGUI.cpp
CommandObjectGUI.h
CommandObjectHelp.cpp Revert "Fix broken tests due to new error output." 2014-07-09 16:31:49 +00:00
CommandObjectHelp.h
CommandObjectLog.cpp Revert "Fix broken tests due to new error output." 2014-07-09 16:31:49 +00:00
CommandObjectLog.h
CommandObjectMemory.cpp Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections 2014-09-29 08:02:24 +00:00
CommandObjectMemory.h
CommandObjectMultiword.cpp
CommandObjectPlatform.cpp Fixed more fallout from running the test suite remotely on iOS devices. 2014-11-17 19:39:20 +00:00
CommandObjectPlatform.h
CommandObjectPlugin.cpp
CommandObjectPlugin.h
CommandObjectProcess.cpp Fixed more fallout from running the test suite remotely on iOS devices. 2014-11-17 19:39:20 +00:00
CommandObjectProcess.h
CommandObjectQuit.cpp sanitise sign comparisons 2014-04-02 03:51:35 +00:00
CommandObjectQuit.h
CommandObjectRegister.cpp Revert "Fix broken tests due to new error output." 2014-07-09 16:31:49 +00:00
CommandObjectRegister.h
CommandObjectSettings.cpp Revert "Fix broken tests due to new error output." 2014-07-09 16:31:49 +00:00
CommandObjectSettings.h
CommandObjectSource.cpp Add a new disassembly-format specification so that the disassembler 2014-10-10 23:07:36 +00:00
CommandObjectSource.h
CommandObjectSyntax.cpp Break out of the command word parsing loop if we hit 2014-10-17 02:10:33 +00:00
CommandObjectSyntax.h
CommandObjectTarget.cpp This is the first step of making lldb able to create target-specific things 2014-11-22 01:42:44 +00:00
CommandObjectTarget.h
CommandObjectThread.cpp Make the "synchronous" mode actually work without race conditions. 2014-10-21 01:00:42 +00:00
CommandObjectThread.h
CommandObjectType.cpp Reverting r220435. Jim Ingham and I discussed this for a bit, and we came up with a better command model for this feature 2014-10-22 22:33:08 +00:00
CommandObjectType.h
CommandObjectVersion.cpp
CommandObjectVersion.h
CommandObjectWatchpoint.cpp Revert "Fix broken tests due to new error output." 2014-07-09 16:31:49 +00:00
CommandObjectWatchpoint.h
CommandObjectWatchpointCommand.cpp Rework the way we pass "run multiple command" options to the various API's that 2014-10-11 00:38:27 +00:00
CommandObjectWatchpointCommand.h
Makefile