aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandObject.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-957/+888
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-6/+19
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-92/+69
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-2/+3
2016-03-23Change 'apropos' such that it doesn't look into the "long help/syntax" string...Enrico Granata1-4/+9
2016-03-22Make it so that a command alias can actually remove the help/long help from i...Enrico Granata1-30/+27
2016-03-14Lots of progress on the CommandAlias refactoringEnrico Granata1-2/+2
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham1-0/+25
2016-03-08A few more improvements on the way to the command alias refactoringEnrico Granata1-1/+0
2016-03-08Change the way command aliases are stored. Go from a model where a map holds ...Enrico Granata1-39/+0
2016-02-29Change the user-visible name for the argument type language to source-languageEnrico Granata1-1/+1
2015-09-02Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham1-1/+3
2015-07-22Fix typos.Bruce Mitchener1-1/+1
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone1-2/+24
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-28Remove unused #includes of ScriptInterpreterPython.hZachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-15/+15
2015-05-13Fixed a ton of gcc compile warningsVince Harron1-4/+4
2015-04-22This is some groundwork for filtering the language ExceptionJim Ingham1-0/+1
2015-04-17Fix "help language", the languages printer was assuming the Jim Ingham1-6/+3
2015-04-02Fix warnings generated by clang-cl.Zachary Turner1-7/+4
2015-03-13Add support for Python object commands to return custom short and long help b...Enrico Granata1-0/+6
2015-03-03Don't #include FormatManager.h from Debugger.hZachary Turner1-0/+1
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham1-0/+17
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham1-2/+2
2014-12-05Add commandsEnrico Granata1-1/+1
2014-11-22This is the first step of making lldb able to create target-specific thingsJim Ingham1-0/+12
2014-09-20Have CommandObject::CheckRequirements() report the largest missingJason Molenda1-3/+18
2014-09-15Add a --help (-h) option to "command script add" that enables users to define...Enrico Granata1-0/+1
2014-08-06Probably should initialize that new ivar while I'm at it...Jim Ingham1-0/+1
2014-08-06Add a variant of the CommandOverrideCallback that takes aJim Ingham1-6/+4
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste1-100/+100
2014-04-02sanitise sign comparisonsSaleem Abdulrasool1-1/+1
2014-02-07Now that the command interpreter runs in a separate thread in Xcode, we need ...Greg Clayton1-7/+1
2013-09-30<rdar://problem/14393032>Enrico Granata1-0/+1
2013-09-05Add OptionParser.hVirgile Bello1-1/+0
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea1-0/+3
2013-06-18<rdar://problem/13270271>Enrico Granata1-8/+1
2013-06-12<rdar://problem/11914077>Enrico Granata1-0/+77
2013-05-02Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham1-1/+0
2013-05-01Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea1-0/+1
2013-04-30Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham1-1/+0
2013-04-04<rdar://problem/13457391>Greg Clayton1-2/+2
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham1-0/+1
2013-01-29Since an address (0x12346) is an expression, be brief.Enrico Granata1-1/+1
2013-01-29<rdar://problem/12552374>Enrico Granata1-0/+1
2013-01-25<rdar://problem/13069948>Greg Clayton1-6/+2
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton1-11/+90
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04A few more build fixes for gcc 4.6:Daniel Malea1-2/+2