summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-3/+84
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-10/+9
* Allow "breakpoint command add" to add commands to more than one breakpoint at...Jim Ingham2014-08-291-58/+70
* Make it clear in the help that "breakpoint command add" will act on the last setJim Ingham2014-08-281-2/+3
* Fixed a typo.Sean Callanan2014-08-211-1/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-5/+5
* Fix broken tests due to new error output.Todd Fiala2014-07-081-5/+5
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-5/+5
* lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...Greg Clayton2014-05-081-1/+1
* "DONE" is being left in multi-line results when it shouldn't for non terminal...Greg Clayton2014-05-021-1/+1
* Add the ability to set python breakpoint commands from the SBBreakpoint & SBB...Jim Ingham2014-04-021-8/+2
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-117/+39
* Add OptionParser.hVirgile Bello2013-09-051-4/+4
* Note in the documentation about the fact that Python callbacks can return a v...Enrico Granata2013-05-161-0/+6
* <rdar://problem/13883385>Enrico Granata2013-05-151-1/+2
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
* breakpoint command add currently doesn't support adding commands to more than...Jim Ingham2013-02-281-0/+7
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Updated the "breakpoint command add" documentation and fixed the web site doc...Greg Clayton2012-10-261-109/+124
* Change the NULL to a 0 since we need a uint32_tFilipe Cabecinhas2012-09-111-4/+4
* <rdar://problem/11975483> Removing user-visible references to 'dict' as a par...Enrico Granata2012-08-081-1/+1
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-4/+3
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-574/+581
* <rdar://problem/11328896> Fixing a bug where regex commands were saved in the...Enrico Granata2012-05-311-1/+2
* Fix the docs for "breakpoint command add" to specify the arguments passed int...Jim Ingham2012-04-251-21/+32
* Adding a new --python-function (-F) option to breakpoint command add. The opt...Enrico Granata2012-04-041-5/+38
* Using the new ScriptInterpreterObject in the implementation of synthetic chil...Enrico Granata2012-03-061-2/+2
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-2/+3
* Remove unneeded includes.Jim Ingham2012-02-171-1/+0
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton2011-10-071-39/+36
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-2/+3
* Add 'batch_mode' to CommandInterpreter. Modify InputReaders toCaroline Tice2011-06-161-14/+21
* Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...Jim Ingham2011-06-021-4/+2
* Change the command 'breakpoint command remove' to 'breakpoint command delete',Caroline Tice2011-05-221-12/+12
* Fix places that were writing directly to the debugger's outputCaroline Tice2011-05-161-4/+11
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-0/+3
* Added two new classes for command options:Greg Clayton2011-04-131-2/+2
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-3/+4
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-2/+0
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-3/+3
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-12/+8
* Factor all the code that does "Execute a list of lldb command interpreter com...Jim Ingham2011-02-181-74/+80
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-33/+24
* The code to check whether the number of arguments was 0 was not necessary, Ve...Jim Ingham2011-01-211-7/+0
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-0/+23
* Flush the prompts immediately in the breakpoint command input readers, to make Caroline Tice2010-10-271-0/+7
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-3/+41
OpenPOWER on IntegriCloud