llvm-project/lldb/source/Commands
Greg Clayton 6dbd39838d Fixed a missing newline when dumping mixed disassembly.
Added a "bool show_fullpaths" to many more objects that were
previously always dumping full paths.

Fixed a few places where the DWARF was not indexed when we
we needed it to be when making queries. Also fixed an issue
where the DWARF in .o files wasn't searching all .o files
for the types.

Fixed an issue with the output from "image lookup --type <TYPENAME>"
where the name and byte size might not be resolved and might not
display. We now call the accessors so we end up seeing all of the
type info.

llvm-svn: 113951
2010-09-15 05:51:24 +00:00
..
CommandCompletions.cpp This is a very large commit that completely re-does the way lldb 2010-09-04 00:03:46 +00:00
CommandObjectApropos.cpp Small help text fixes, to make it more consistent and accurate. 2010-09-07 22:38:08 +00:00
CommandObjectApropos.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectArgs.cpp Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. 2010-08-26 21:32:51 +00:00
CommandObjectArgs.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectBreakpoint.cpp More help text fixes. 2010-09-08 22:08:58 +00:00
CommandObjectBreakpoint.h Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
CommandObjectBreakpointCommand.cpp Fixed some comments. 2010-09-11 00:23:59 +00:00
CommandObjectBreakpointCommand.h Fixed some comments. 2010-09-11 00:23:59 +00:00
CommandObjectCall.cpp This is a major refactoring of the expression parser. 2010-08-27 01:01:44 +00:00
CommandObjectCall.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectCommands.cpp Add 'unalias' to the commands sub-command dictionary. 2010-09-12 04:56:10 +00:00
CommandObjectCommands.h Fix GetRepeatCommand so it works with multi-word commands. 2010-07-07 03:36:20 +00:00
CommandObjectCrossref.cpp Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
CommandObjectDisassemble.cpp Fixed a missing newline when dumping mixed disassembly. 2010-09-15 05:51:24 +00:00
CommandObjectDisassemble.h Centralized all disassembly into static functions in source/Core/Disassembler.cpp. 2010-06-30 23:03:03 +00:00
CommandObjectExpression.cpp Bugfixes to the expression parser. Fixes include: 2010-09-13 21:34:21 +00:00
CommandObjectExpression.h Small help text fixes, to make it more consistent and accurate. 2010-09-07 22:38:08 +00:00
CommandObjectFile.cpp If the file the user specifies can't be found in the current directory, 2010-09-10 04:48:55 +00:00
CommandObjectFile.h Add a source file completer to the CommandCompleters. 2010-06-30 05:02:46 +00:00
CommandObjectFrame.cpp Fixed the implementation of "bool Block::Contains (const Block *block) const" 2010-09-14 03:16:58 +00:00
CommandObjectFrame.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectHelp.cpp Make all debugger-level user settable variables into instance variables. 2010-09-09 06:25:08 +00:00
CommandObjectHelp.h Add a source file completer to the CommandCompleters. 2010-06-30 05:02:46 +00:00
CommandObjectImage.cpp Moved the section load list up into the target so we can use the target 2010-09-14 23:36:40 +00:00
CommandObjectImage.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectLog.cpp Clean up, clarify and standardize help text, and fix a few help text formatting problems. 2010-09-08 21:06:11 +00:00
CommandObjectLog.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectMemory.cpp Clean up, clarify and standardize help text, and fix a few help text formatting problems. 2010-09-08 21:06:11 +00:00
CommandObjectMemory.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectMultiword.cpp Changed the StackID to store its start PC address as a load address instead of 2010-08-26 22:05:43 +00:00
CommandObjectProcess.cpp If you have already loaded a file into the debugger, "process attach" will attach to a process with the filename, unless you specify otherwise. 2010-09-15 01:34:14 +00:00
CommandObjectProcess.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectQuit.cpp Small help text fixes, to make it more consistent and accurate. 2010-09-07 22:38:08 +00:00
CommandObjectQuit.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectRegister.cpp The first part of an lldb native stack unwinder. 2010-09-10 07:49:16 +00:00
CommandObjectRegister.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectSettings.cpp Make all debugger-level user settable variables into instance variables. 2010-09-09 06:25:08 +00:00
CommandObjectSettings.h This is a very large commit that completely re-does the way lldb 2010-09-04 00:03:46 +00:00
CommandObjectSource.cpp fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. 2010-09-08 22:55:31 +00:00
CommandObjectSource.h Fix GetRepeatCommand so it works with multi-word commands. 2010-07-07 03:36:20 +00:00
CommandObjectSyntax.cpp Make all debugger-level user settable variables into instance variables. 2010-09-09 06:25:08 +00:00
CommandObjectSyntax.h Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
CommandObjectTarget.cpp Clean up, clarify and standardize help text, and fix a few help text formatting problems. 2010-09-08 21:06:11 +00:00
CommandObjectTarget.h Very large changes that were needed in order to allow multiple connections 2010-06-23 01:19:29 +00:00
CommandObjectThread.cpp Moved the section load list up into the target so we can use the target 2010-09-14 23:36:40 +00:00
CommandObjectThread.h Add -c (count - i.e. number of frames to show) and -s (start frame.) 2010-08-26 23:36:03 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00