summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBCommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to l...Greg Clayton2013-10-171-9/+116
* <rdar://problem/13521159>Greg Clayton2013-03-271-8/+8
* <rdar://problem/12586010>Greg Clayton2013-01-081-4/+0
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-1/+1
* Implementing plugins that provide commands.Enrico Granata2012-09-281-2/+124
* Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so i...Jason Molenda2012-07-171-2/+2
* Add API logging to SBCommandInterpreter::HandleCompletion().Jim Ingham2012-06-261-0/+8
* <rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata2012-05-311-1/+1
* <rdar://problem/10605072>Greg Clayton2012-05-081-1/+3
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-3/+3
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-3/+3
* <rdar://problem/10605072>Greg Clayton2012-02-291-0/+17
* This commit:Enrico Granata2012-02-291-59/+1
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-0/+6
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-4/+6
* <rdar://problem/10750012>Greg Clayton2012-01-271-26/+0
* Work in progress for:Johnny Chen2011-12-191-4/+4
* Sanity check the inputs to SBCommandInterpreter::HandleCompletionJim Ingham2011-12-051-0/+13
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-0/+16
* this patch introduces a new command script import command which takes as inpu...Enrico Granata2011-10-171-1/+9
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-0/+12
OpenPOWER on IntegriCloud