summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.h
Commit message (Expand)AuthorAgeFilesLines
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-320/+0
* rdar://problem/11533713Johnny Chen2012-05-251-0/+1
* Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham2012-05-221-0/+1
* Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham2012-03-061-2/+6
* Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham2011-09-231-3/+3
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-1/+6
* Added two new classes for command options:Greg Clayton2011-04-131-8/+8
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-4/+4
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-8/+8
* Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.Greg Clayton2011-02-051-1/+1
* Documentation fix - explain how to unset conditions. Also fix unsetting -x a...Jim Ingham2010-12-031-0/+2
* Fixed the default file and line breakpoints to include inlined breakpoints.Greg Clayton2010-11-021-1/+1
* Check in an initial implementation of the "breakpoint clear" command, whose p...Johnny Chen2010-10-281-1/+61
* Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham2010-10-141-0/+2
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-18/+12
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+3
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-2/+3
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-19/+13
* Remember whether a queue or thread name were passed into "breakpoint modify" ...Jim Ingham2010-06-191-0/+2
* Change "breakpoint configure" to "breakpoint modify" so it doesn't collide wi...Jim Ingham2010-06-181-4/+6
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-0/+64
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* More minor build fixes.Eli Friedman2010-06-091-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+235
OpenPOWER on IntegriCloud