summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBCommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+140
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+8
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-081-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-82/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-25/+233
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-8/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-201-1/+1
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the ex...Stefan Granitz2018-10-051-0/+8
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-4/+27
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-0/+17
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+2
* Implement interactive command interruptionLeonard Mosescu2017-10-051-0/+4
* Revert patch r313904, as it breaks "command source" and in Jim Ingham2017-09-281-4/+0
* [LLDB] Implement interactive command interruptionAdrian McCarthy2017-09-211-0/+4
* Make CommandObject help getters/setters use StringRef.Zachary Turner2016-11-121-2/+4
* Convert some more aliasing and CI functions to StringRef.Zachary Turner2016-10-051-1/+1
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-560/+457
* Improve code of loading plugins that provide cmndsAbhishek Aggarwal2016-07-291-1/+27
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-5/+5
* Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...Eugene Zelenko2015-10-311-89/+61
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-0/+15
* Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy2015-04-231-0/+16
* Rework LLDB system initialization.Zachary Turner2015-03-311-177/+0
* Turn off 'quit' confirmation in lldb-miIlia K2015-03-231-1/+15
* Compare pointers directly instead of ::strcmp in SBXxx::EventIsXxxEvent()Ilia K2015-03-211-1/+1
* Fix handling of CommandInterpreter's events in lldb-miIlia K2015-03-211-0/+7
* Fix broadcasters for interpreter and process:Ilia K2015-03-171-2/+1
* Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.Siva Chandra2015-03-161-1/+1
* Add accessors on SBCommand to get and set the help texts for a commandEnrico Granata2015-03-131-0/+22
* Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata2015-03-131-0/+13
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...Enrico Granata2014-11-221-0/+1
* Add a feature where a string data formatter can now be partially composed of ...Enrico Granata2014-10-281-0/+7
* This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham2014-10-141-1/+67
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-0/+94
* Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata2014-10-081-0/+4
* Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata2014-10-011-1/+2
* This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham2014-09-291-1/+14
* Any commands that are executed through the public interface using SBCommandIn...Greg Clayton2014-07-151-0/+1
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-22/+32
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+2
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-0/+16
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
OpenPOWER on IntegriCloud