summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-061-0/+1
* <rdar://problem/10605072>Greg Clayton2012-02-291-12/+3
* Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen2012-02-081-2/+17
* Add comment describing the interaction of WantsRawCommandString()/WantsComple...Johnny Chen2012-01-201-0/+4
* rdar://problem/10724187Johnny Chen2012-01-191-1/+1
* Fixed the help text for raw commands like "expr"Sean Callanan2012-01-041-0/+2
* this patch addresses several issues with "command script" subcommands:Enrico Granata2011-11-071-0/+1
* Update the GDB format text to be a bit more clear.Greg Clayton2011-10-261-9/+31
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-3/+35
* Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID ...Johnny Chen2011-09-221-3/+5
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* Fix comment typo.Johnny Chen2011-09-211-1/+1
* A little refactoring of the way to add break IDs or ID ranges as command argu...Johnny Chen2011-09-211-0/+20
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Watchpoint WIP:Johnny Chen2011-09-121-1/+1
* Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint...Johnny Chen2011-09-091-1/+2
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-3/+41
* When defining a scripted command, it is possible to provide a docstring and t...Enrico Granata2011-08-171-0/+6
* Fixed a crasher where entering 'help disasm' on the command line would crash ...Johnny Chen2011-07-141-1/+3
* Allow reading memory from files before the target has been run.Jim Ingham2011-07-091-3/+7
* final fix for the global constructors issueEnrico Granata2011-07-081-2/+2
* Fixed a warning where initializing CommandObject::g_arguments_data[] required...Enrico Granata2011-07-071-64/+64
* new detailed descriptions for type summary add and type format addEnrico Granata2011-07-071-12/+52
* several improvements to "type summary":Enrico Granata2011-07-021-1/+33
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-1/+2
* Added two new classes for command options:Greg Clayton2011-04-131-5/+12
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-1/+1
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-4/+3
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-1/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Add missing cases to switch statements & remove 'default'.Caroline Tice2011-03-231-8/+21
* Silence clang warnings.Johnny Chen2011-03-231-0/+8
* Eliminate a pile of "type qualifiers ignored on function return type" warnings.Stephen Wilson2011-03-231-1/+1
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-1/+1
* Fix a few things in the CommandArguments table.Jim Ingham2011-03-111-3/+4
* Don't limit StreamTee to just two streams. It now can containGreg Clayton2011-02-201-0/+19
* Factor all the code that does "Execute a list of lldb command interpreter com...Jim Ingham2011-02-181-1/+1
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-34/+35
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-3/+3
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-1/+2
* Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a singleCaroline Tice2010-10-181-3/+2
* Add new argument type, eArgSignalName,Caroline Tice2010-10-131-0/+1
* Replace contains_string with 'strcasestr' from libc.Caroline Tice2010-10-121-33/+4
* Fixed process.gdb-remote to be able to properly propagate the signals andGreg Clayton2010-10-091-2/+2
* Emit a diagnostic message instead of crashing when an argument entry is missing.Johnny Chen2010-10-081-1/+6
* Fixed a crasher when doing 'help image dump symtab'. Supply the entry to the...Johnny Chen2010-10-081-0/+1
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-61/+111
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-4/+15
* Add infrastructure for standardizing arguments for commands andCaroline Tice2010-10-011-1/+201
OpenPOWER on IntegriCloud