summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-11/+11
* Fix the option lists that "--file" belongs to so the help won't come out whonky.Jim Ingham2011-10-071-1/+1
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-64/+77
* Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID ...Johnny Chen2011-09-221-4/+4
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-131/+110
* A little refactoring of the way to add break IDs or ID ranges as command argu...Johnny Chen2011-09-211-64/+4
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-3/+3
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-1/+1
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-19/+25
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-1/+0
* regexp-break -> _regexp-break in command string.Jim Ingham2011-05-261-1/+1
* Set the default "break list" level back to full.Jim Ingham2011-05-171-1/+1
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-1/+1
* Added a new option to the "source list" command that allows us to see whereGreg Clayton2011-04-191-6/+3
* Added two new classes for command options:Greg Clayton2011-04-131-8/+8
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-1/+1
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-12/+16
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-8/+0
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-13/+13
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-8/+8
* Clean up a few places where SetOptionValue was using the global optarg, rathe...Jim Ingham2011-03-221-17/+17
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-8/+8
* Change "breakpoint list" command to default to brief output rather than full ...Caroline Tice2011-02-041-2/+2
* Documentation fix - explain how to unset conditions. Also fix unsetting -x a...Jim Ingham2010-12-031-12/+36
* Document the fact that "breakpoint modify" with no breakpoint acts on the Jim Ingham2010-12-031-1/+2
* Fixed the default file and line breakpoints to include inlined breakpoints.Greg Clayton2010-11-021-3/+3
* Check in an initial implementation of the "breakpoint clear" command, whose p...Johnny Chen2010-10-281-4/+193
* Add warning if no actual locations were resolved when attemptingCaroline Tice2010-10-281-0/+11
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-8/+11
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-18/+43
* Modified the "breakpoint set --name NAME" to be the auto breakpoint set Greg Clayton2010-10-121-13/+12
* Added a "--no-lldbinit" option (-n for short (which magically matchesGreg Clayton2010-10-111-57/+58
* 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
OpenPOWER on IntegriCloud