aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-639/+582
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-20/+12
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-11/+13
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-13/+12
2016-02-19Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-63/+46
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-32/+27
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone1-137/+114
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham1-3/+3
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham1-3/+84
2014-10-11Rework the way we pass "run multiple command" options to the various API's thatJim Ingham1-10/+9
2014-08-29Allow "breakpoint command add" to add commands to more than one breakpoint at...Jim Ingham1-58/+70
2014-08-28Make it clear in the help that "breakpoint command add" will act on the last setJim Ingham1-2/+3
2014-08-21Fixed a typo.Sean Callanan1-1/+1
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-5/+5
2014-07-08Fix broken tests due to new error output.Todd Fiala1-5/+5
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-5/+5
2014-05-08lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton1-1/+1
2014-05-02"DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton1-1/+1
2014-04-02Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham1-8/+2
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-117/+39
2013-09-05Add OptionParser.hVirgile Bello1-4/+4
2013-05-16Note in the documentation about the fact that Python callbacks can return a v...Enrico Granata1-0/+6
2013-05-15<rdar://problem/13883385>Enrico Granata1-1/+2
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton1-2/+2
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton1-2/+2
2013-02-28breakpoint command add currently doesn't support adding commands to more than...Jim Ingham1-0/+7
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-1/+1
2012-10-26Updated the "breakpoint command add" documentation and fixed the web site doc...Greg Clayton1-109/+124
2012-09-11Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas1-4/+4
2012-08-08<rdar://problem/11975483> Removing user-visible references to 'dict' as a par...Enrico Granata1-1/+1
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton1-4/+3
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-574/+581
2012-05-31<rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata1-1/+2
2012-04-25Fix the docs for "breakpoint command add" to specify the arguments passed int...Jim Ingham1-21/+32
2012-04-04Adding a new --python-function (-F) option to breakpoint command add. The opt...Enrico Granata1-5/+38
2012-03-06Using the new ScriptInterpreterObject in the implementation of synthetic chil...Enrico Granata1-2/+2
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-2/+3
2012-02-17Remove unneeded includes.Jim Ingham1-1/+0
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-1/+1
2011-10-07Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton1-39/+36
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton1-2/+3
2011-06-16Add 'batch_mode' to CommandInterpreter. Modify InputReaders toCaroline Tice1-14/+21
2011-06-02Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...Jim Ingham1-4/+2
2011-05-22Change the command 'breakpoint command remove' to 'breakpoint command delete',Caroline Tice1-12/+12
2011-05-16Fix places that were writing directly to the debugger's outputCaroline Tice1-4/+11
2011-05-02This patch captures and serializes all output being written by theCaroline Tice1-0/+3
2011-04-13Added two new classes for command options:Greg Clayton1-2/+2
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-3/+4