summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change the kdp-remote alias to require a hostname (instead of allowing a zero...Jason Molenda2012-09-271-1/+1
* Added "k" as an alias to "process kill" since the new "kdb-remote" will now c...Greg Clayton2012-09-271-0/+3
* Add convenience aliases to allow easy attaching to a remote gdb server or kdp...Greg Clayton2012-09-261-0/+30
* Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata2012-09-051-10/+10
* rdar://problem/11811338Johnny Chen2012-08-241-1/+22
* rdar://problem/12022371Johnny Chen2012-08-231-2/+3
* <rdar://problem/12022079>Greg Clayton2012-08-231-0/+24
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-9/+3
* Added back member initialization for m_batch_command_mode, which was most lik...Johnny Chen2012-08-091-0/+1
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-4/+4
* Made "call" another alias for "expression --",Sean Callanan2012-08-081-0/+2
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-2/+0
* <rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata2012-07-161-1/+2
* <rdar://problem/11791234>Greg Clayton2012-07-121-31/+8
* Turning the interpreter mutex into a static global to avoid a potential leak....Enrico Granata2012-07-101-2/+2
* <rdar://problem/11751427> Fixing an issue where multiple threads could concur...Enrico Granata2012-07-101-0/+10
* Change the "run" / "r" command alias to not use --shell for lldbJason Molenda2012-07-061-0/+4
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-29/+1
* Added "kill" as an alias for "process kill".Sean Callanan2012-06-011-0/+4
* <rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata2012-05-311-7/+18
* Added an "rb" alias that sets breakpoints bySean Callanan2012-05-211-0/+9
* <rdar://problem/11405850> Greg Clayton2012-05-181-1/+1
* Warn the user when several commands match the input given.Filipe Cabecinhas2012-05-161-2/+22
* Added an "attach" alias as promised on the web page.Sean Callanan2012-05-041-0/+6
* Report the command error when we are in "stop on error mode."Jim Ingham2012-04-241-4/+7
* Added a "add-dsym" alias to "target symbols add" to keep gdb converts happy.Greg Clayton2012-03-291-0/+6
* <rdar://problem/10605072>Greg Clayton2012-02-291-2/+23
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+10
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* The "desired result type" code in the expressionSean Callanan2011-12-211-1/+4
* "f" should be an alias for "frame select" not "finish" to match the gdb usage.Jim Ingham2011-12-021-1/+6
* (no commit message)Jim Ingham2011-11-171-1/+1
* Confirm should accept both "Y" and "y" in case somebody confuses the "default...Jim Ingham2011-11-141-3/+3
* Removed debug printf statements.Greg Clayton2011-11-101-3/+0
* <rdar://problem/10374840>Greg Clayton2011-11-091-3/+49
* 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
OpenPOWER on IntegriCloud