summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* this patch addresses several issues with "command script" subcommands:Enrico Granata2011-11-071-9/+13
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-3/+7
* Revert 143359 and modify the test case to not include non-valid c identifier ...Johnny Chen2011-10-311-0/+7
* Fix the r143266 check-in which broke TestCommandRegex.py.Johnny Chen2011-10-311-7/+0
* Fixed the "expression" command when it comes to using it with the new GDB formatGreg Clayton2011-10-291-1/+23
* Get a dummy target to allow for calculator mode while processing backticks.Johnny Chen2011-10-291-0/+4
* Added the ability to have GDB formats appended to any command so you can doGreg Clayton2011-10-281-60/+111
* Prefix display/undisplay regexp command alises with "_regexp" as per theJason Molenda2011-10-251-6/+6
* Simplified the CommandInterpreter::StripFirstWord logic by making it a staticGreg Clayton2011-10-251-55/+52
* Add "di" and "dis" aliases to "disassemble" so they will win over "display".Jim Ingham2011-10-241-0/+10
* Add "display" and "undisplay" aliases for target stop-hook add/delete.Jason Molenda2011-10-221-1/+37
* Add "stepi" as an alias for thread step-inst in addition to "si".Jason Molenda2011-10-221-0/+10
* Added the ability to run expressions in any command. Expressions can be Greg Clayton2011-10-141-0/+121
* Fix a problem where the stop-hook command 'frame variable g_val' produces not...Johnny Chen2011-10-051-3/+10
* Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen2011-09-221-0/+2
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-16/+21
* Don't skip the application specific ~/.lldbinit file when the programGreg Clayton2011-09-111-27/+34
* Adding two new options to the 'help' command:Enrico Granata2011-09-091-1/+1
* Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...Johnny Chen2011-08-251-7/+0
* Include lldb/commands as a valid logging type in theJason Molenda2011-08-251-1/+4
* Changes to Python commands:Enrico Granata2011-08-161-12/+39
* One-line fix for a possible spurious truncation warningEnrico Granata2011-08-151-1/+2
* Make ValueObject::SetValueFromCString work correctly.Jim Ingham2011-08-121-2/+29
* Added "command history" command to dump the command history.Jim Ingham2011-07-121-2/+100
* named summaries:Enrico Granata2011-07-121-1/+1
* new detailed descriptions for type summary add and type format addEnrico Granata2011-07-071-0/+43
* Fix header pathsPeter Collingbourne2011-06-231-1/+1
* Committing type format code for Enrico Granata.Greg Clayton2011-06-231-4/+5
* Add 'batch_mode' to CommandInterpreter. Modify InputReaders toCaroline Tice2011-06-161-1/+2
* Add ability to recognize/handle quotes around commandsCaroline Tice2011-05-111-14/+61
* Replace calls to HandleCommand in lldb core with more appropriateCaroline Tice2011-05-061-26/+158
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-2/+2
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-1/+10
* Erase from a string instead of using substr when you don't really need to.Greg Clayton2011-04-221-1/+1
* Fixed some more 'commands' to 'command' change.Johnny Chen2011-04-211-2/+2
* Added the ability for users to create new regex commands.Greg Clayton2011-04-201-0/+18
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-2/+3
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-15/+75
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Switch the "print" alias to "expression --".Jim Ingham2011-03-241-1/+1
* Add "up" and "down" aliases.Jim Ingham2011-03-221-0/+33
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+2
* CommandInterpreter::HandleCommands should take its commands as a "const Strin...Jim Ingham2011-03-111-3/+1
* Don't limit StreamTee to just two streams. It now can containGreg Clayton2011-02-201-25/+24
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-2/+4
* Added new target instance settings for execution settings:Greg Clayton2011-02-181-6/+10
* Factor all the code that does "Execute a list of lldb command interpreter com...Jim Ingham2011-02-181-21/+189
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-16/+18
* Make sure the confirmation input reader calls fflush after writing its output.Caroline Tice2011-02-021-0/+7
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-0/+1
OpenPOWER on IntegriCloud