summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add new bugreport command to lldbTamas Berghammer2015-07-021-0/+2
* Fix a variety of typos.Bruce Mitchener2015-06-181-3/+3
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-3/+3
* Add language command and LanguageRuntime plugin changes to allow vending of c...Colin Riley2015-05-041-0/+2
* Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy2015-04-231-201/+221
* Fix check for options in "command alias"Ted Woodward2015-04-061-3/+3
* Turn off 'quit' confirmation in lldb-miIlia K2015-03-231-0/+7
* Fix broadcasters for interpreter and process:Ilia K2015-03-171-1/+1
* Help for _regexp-break wasn't very clear. Added more detailed explanations of...Greg Clayton2015-03-071-2/+8
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+2
* Fix handling of backslashes in Args parsingPavel Labath2015-03-021-3/+3
* 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
OpenPOWER on IntegriCloud