summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13404189>Greg Clayton2013-03-131-0/+1
* Correct the logic in DumpCommandHistory when the end index is UINT32_MAX.Jim Ingham2013-02-221-1/+1
* <rdar://problem/13265017>Enrico Granata2013-02-211-33/+0
* <rdar://problem/13178743>Greg Clayton2013-02-121-0/+21
* <rdar://problem/13184389>Greg Clayton2013-02-121-0/+1
* Added the ability to specify a breakpoint using the GDB '*ADDRESS' format:Greg Clayton2013-02-081-1/+2
* <rdar://problem/13050227>Greg Clayton2013-02-011-1/+19
* <rdar://problem/9141269>Greg Clayton2013-01-301-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-31/+24
* <rdar://problem/12786725>Enrico Granata2013-01-171-2/+9
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-0/+4
* <rdar://problem/12582041>Greg Clayton2012-12-151-2/+4
* Option changes:Enrico Granata2012-12-121-1/+1
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-2/+0
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it d...Enrico Granata2012-10-291-9/+21
* Clean up help/usage messages for kdp-remote / gdb-remote a little bit.Jason Molenda2012-10-231-4/+4
* Change the "rb" alias to "rbreak" since some people are used to typing more t...Jim Ingham2012-10-181-2/+2
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-2/+3
* <rdar://problem/12491387>Greg Clayton2012-10-131-35/+7
* Don't make regexp commands as regular commands - they are "short cuts" and us...Jim Ingham2012-10-101-1/+5
* Remove "k" as an alias for "kill". It doesn't ask for confirmation andJason Molenda2012-10-051-1/+0
* Remove the bt alias I inadvertently added back in in my last checkin.Jim Ingham2012-10-051-4/+0
* Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...Jim Ingham2012-10-051-8/+63
* Change the "bt" command alias defined in CommandInterpreter::LoadCommandDicti...Jason Molenda2012-10-051-4/+20
* <rdar://problem/12406088> Fixing a crasher with adding a regex command, due t...Enrico Granata2012-10-011-6/+4
* Implementing plugins that provide commands.Enrico Granata2012-09-281-4/+18
* 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
OpenPOWER on IntegriCloud