summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-9/+9
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-29/+29
* Add infrastructure for standardizing arguments for commands andCaroline Tice2010-10-011-17/+95
* Fix breakpoint id range testing to disallow ranges that specify breakpoint lo...Caroline Tice2010-09-291-6/+6
* General command line help cleanup:Greg Clayton2010-09-181-32/+17
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-45/+48
* More help text fixes.Caroline Tice2010-09-081-1/+1
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-4/+4
* "break set -F" should also use the full symbol name completer.Jim Ingham2010-09-081-1/+1
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-1/+1
* Change the "-S", "-F" and "-M" options to take their arguments directly, rath...Jim Ingham2010-08-261-15/+13
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-6/+6
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-231-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-36/+45
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-34/+81
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-30/+39
* Remember whether a queue or thread name were passed into "breakpoint modify" ...Jim Ingham2010-06-191-6/+16
* Change "breakpoint configure" to "breakpoint modify" so it doesn't collide wi...Jim Ingham2010-06-181-39/+58
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-6/+299
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham2010-06-151-38/+18
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+953
OpenPOWER on IntegriCloud