summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers.Siva Chandra2015-02-261-1/+1
* Allow python command interpreter commands to be interruptable via CTRL+C.Greg Clayton2015-01-271-0/+7
* Three related changes to help:Kate Stone2015-01-151-76/+83
* Fixed an issue where you couldn't delete a user defined regex, python, or mul...Greg Clayton2015-01-091-15/+63
* Audit uses of ConstString::AsCString() to make sure they weren't assumingJim Ingham2014-12-191-1/+1
* Added a new regular expression to the "_regexp-break" command ("b" by default):Greg Clayton2014-12-011-0/+1
* This is the first step of making lldb able to create target-specific thingsJim Ingham2014-11-221-1/+1
* Complete rewrite of interactive editing support for single- and multi-line in...Kate Stone2014-11-171-36/+63
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-14/+0
* Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner2014-10-201-1/+5
* This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham2014-10-141-2/+97
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-37/+53
* In cases where you'd use an expression to get a value to insert in a command,...Enrico Granata2014-10-091-3/+5
* Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...Todd Fiala2014-09-271-0/+2
* Add a comment explaining why we're casting the localEric Christopher2014-09-091-0/+1
* Quiet unused variable warning that only occursEric Christopher2014-09-091-0/+1
* Move the rest of the HostInfo functions over.Zachary Turner2014-08-211-2/+7
* fix the _regexp-break command to allow quotes around the name:Greg Clayton2014-08-141-1/+1
* Fixed an issue where the LLDB command prompt isn't interactive if you use -o ...Greg Clayton2014-07-311-22/+16
* (no commit message)Greg Clayton2014-07-301-1/+12
* Use llvm Support functions to get the user's home directory.Zachary Turner2014-07-281-3/+5
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-1/+1
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+3
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-10/+10
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-1/+6
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-0/+19
* Free the strong reference to a lldb::SBDebugger that the script interpreter w...Greg Clayton2014-04-251-0/+3
* Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset whe...Greg Clayton2014-04-251-0/+6
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-36/+36
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-2/+2
* lldb arm64 import.Jason Molenda2014-03-291-1/+1
* Allow line numbers to be shown in multi-line expressions.Greg Clayton2014-03-071-0/+4
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-7/+7
* Don't print out "script" results twice.Greg Clayton2014-02-051-9/+25
* Fixed output to display correctly for "command source" by fixing the correct ...Greg Clayton2014-02-051-8/+14
* Fixed an issue where "command source" would not do the right thing:Greg Clayton2014-02-051-37/+138
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-115/+207
* Fix autocompletion for multi-word commands.Greg Clayton2013-12-101-7/+14
* Fixed a build warning for a missing switch case.Greg Clayton2013-11-081-0/+3
* This patch does a couple of things. Jim Ingham2013-11-071-6/+6
* Fix the command name in the syntax text for _regexp-listBen Langmuir2013-09-261-1/+1
* Added a 'jump' command, similar to GDBs.Richard Mitton2013-09-121-0/+27
* Restore -- "end of args" marker for shellEd Maste2013-09-051-1/+1
* Add OptionParser.hVirgile Bello2013-09-051-7/+5
* Switch '/bin/bash' to '/bin/sh'Ed Maste2013-09-031-1/+1
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-9/+9
* This patch fixes the issue where our command-line tab completer would sometim...Enrico Granata2013-06-181-13/+18
* <rdar://problem/14134716>Enrico Granata2013-06-171-65/+6
* <rdar://problem/13299214>Enrico Granata2013-06-121-2/+4
* <rdar://problem/12876503>Enrico Granata2013-06-111-1/+10
OpenPOWER on IntegriCloud