aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBCommandInterpreter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-560/+457
2016-07-29Improve code of loading plugins that provide cmndsAbhishek Aggarwal1-1/+27
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-5/+5
2015-10-31Fix Clang-tidy modernize-use-nullptr warnings in include/lldb/API and source/...Eugene Zelenko1-89/+61
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner1-1/+1
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-0/+15
2015-04-23Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy1-0/+16
2015-03-31Rework LLDB system initialization.Zachary Turner1-177/+0
2015-03-23Turn off 'quit' confirmation in lldb-miIlia K1-1/+15
2015-03-21Compare pointers directly instead of ::strcmp in SBXxx::EventIsXxxEvent()Ilia K1-1/+1
2015-03-21Fix handling of CommandInterpreter's events in lldb-miIlia K1-0/+7
2015-03-17Fix broadcasters for interpreter and process:Ilia K1-2/+1
2015-03-16Handle PyLong return values in LLDBSwigPython_CalculateNumChildren.Siva Chandra1-1/+1
2015-03-13Add accessors on SBCommand to get and set the help texts for a commandEnrico Granata1-0/+22
2015-03-13Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata1-0/+13
2015-03-04Further reduce header footprint of Debugger.h.Zachary Turner1-0/+1
2014-11-22Enable Python summaries to use custom SBTypeSummaryOptions if the user is so ...Enrico Granata1-0/+1
2014-10-28Add a feature where a string data formatter can now be partially composed of ...Enrico Granata1-0/+7
2014-10-14This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...Jim Ingham1-1/+67
2014-10-11Rework the way we pass "run multiple command" options to the various API's thatJim Ingham1-0/+94
2014-10-08Extend synthetic children to produce synthetic values (as in, those that GetV...Enrico Granata1-0/+4
2014-10-01Allow Python commands to optionally take an SBExecutionContext argument in ca...Enrico Granata1-1/+2
2014-09-29This checkin is the first step in making the lldb thread stepping mechanism m...Jim Ingham1-1/+14
2014-07-15Any commands that are executed through the public interface using SBCommandIn...Greg Clayton1-0/+1
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-22/+32
2014-04-02sanitise sign comparisonsSaleem Abdulrasool1-1/+2
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-0/+16
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-3/+3
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-3/+3
2013-10-17Fixed the MacOSX non "Debug" builds so that "lldb-platform" doesn't fail to l...Greg Clayton1-9/+116
2013-03-27<rdar://problem/13521159>Greg Clayton1-8/+8
2013-01-08<rdar://problem/12586010>Greg Clayton1-4/+0
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-10-08Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton1-1/+1
2012-09-28Implementing plugins that provide commands.Enrico Granata1-2/+124
2012-07-17Change UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly so i...Jason Molenda1-2/+2
2012-06-26Add API logging to SBCommandInterpreter::HandleCompletion().Jim Ingham1-0/+8
2012-05-31<rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata1-1/+1
2012-05-08<rdar://problem/10605072>Greg Clayton1-1/+3
2012-05-04Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham1-3/+3
2012-04-11No functionality changes, mostly cleanup.Greg Clayton1-3/+3
2012-02-29<rdar://problem/10605072>Greg Clayton1-0/+17
2012-02-29This commit:Enrico Granata1-59/+1
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham1-0/+6
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton1-4/+6
2012-01-27<rdar://problem/10750012>Greg Clayton1-26/+0
2011-12-19Work in progress for:Johnny Chen1-4/+4
2011-12-05Sanity check the inputs to SBCommandInterpreter::HandleCompletionJim Ingham1-0/+13