summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-100/+100
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Now that the command interpreter runs in a separate thread in Xcode, we need ...Greg Clayton2014-02-071-7/+1
* <rdar://problem/14393032>Enrico Granata2013-09-301-0/+1
* Add OptionParser.hVirgile Bello2013-09-051-1/+0
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+3
* <rdar://problem/13270271>Enrico Granata2013-06-181-8/+1
* <rdar://problem/11914077>Enrico Granata2013-06-121-0/+77
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-1/+0
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-0/+1
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-1/+0
* <rdar://problem/13457391>Greg Clayton2013-04-041-2/+2
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-0/+1
* Since an address (0x12346) is an expression, be brief.Enrico Granata2013-01-291-1/+1
* <rdar://problem/12552374>Enrico Granata2013-01-291-0/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-6/+2
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-11/+90
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* A few more build fixes for gcc 4.6:Daniel Malea2012-12-041-2/+2
* This is a fix for the command option parser.Sean Callanan2012-10-241-1/+1
* Improved support for language types as commandSean Callanan2012-10-231-1/+28
* <rdar://problem/12491387>Greg Clayton2012-10-131-10/+6
* Made the help for the -n option onSean Callanan2012-09-131-0/+1
* Clarify the doc string for register-name a bit, add flags.Jim Ingham2012-08-231-1/+4
* Document the generic register names in help for register-name.Jim Ingham2012-08-231-1/+15
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-26/+62
* Fix arch_helper() to return the list of supported architectures.Johnny Chen2012-05-291-2/+2
* Fixed memory management issues introduced by revision 157507. Greg Clayton2012-05-261-6/+9
* rdar://problem/11535045Johnny Chen2012-05-261-1/+13
* 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
OpenPOWER on IntegriCloud