summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-6/+6
* Update help text for breakpoint command one-liners.Caroline Tice2010-09-211-1/+1
* Re-write/clean up code that generated Python breakpoint commands.Caroline Tice2010-09-211-0/+5
* General command line help cleanup:Greg Clayton2010-09-181-1/+1
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-34/+29
* Fixed some comments.Johnny Chen2010-09-111-1/+1
* Added [-o <one-liner>] to the "breakpoint command add" lldb command to be ableJohnny Chen2010-09-111-38/+72
* Fixed the breakage of "breakpoint command add -p 1 2" caused by r113596 asJohnny Chen2010-09-101-2/+2
* Updated help text for "breakpoint command add" to reflect r113596 changeset.Johnny Chen2010-09-101-0/+16
* Added the capability to specify a one-liner Python script as the callbackJohnny Chen2010-09-101-6/+18
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-4/+4
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-3/+3
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-6/+12
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+6
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-76/+78
* Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...Jim Ingham2010-06-221-1/+1
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-3/+2
* Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham2010-06-151-3/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+695
OpenPOWER on IntegriCloud