aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpoint.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-17/+17
2015-09-02Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath1-3/+2
2014-12-16Add the ability to tag one or more breakpoints with a name. TheseJim Ingham1-1/+13
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-320/+0
2012-05-25rdar://problem/11533713Johnny Chen1-0/+1
2012-05-22Also push file & line breakpoints past the prologue. Also added a "-K" argum...Jim Ingham1-0/+1
2012-03-06Add a command and an SB API to create exception breakpoints. Make the break ...Jim Ingham1-2/+6
2011-09-23Added the ability to restrict breakpoints by function name, function regexp, ...Jim Ingham1-3/+3
2011-09-21Add a new breakpoint type "break by source regular expression".Jim Ingham1-1/+6
2011-04-13Added two new classes for command options:Greg Clayton1-8/+8
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-4/+4
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-8/+8
2011-02-05Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.Greg Clayton1-1/+1
2010-12-03Documentation fix - explain how to unset conditions. Also fix unsetting -x a...Jim Ingham1-0/+2
2010-11-02Fixed the default file and line breakpoints to include inlined breakpoints.Greg Clayton1-1/+1
2010-10-28Check in an initial implementation of the "breakpoint clear" command, whose p...Johnny Chen1-1/+61
2010-10-14Added support for breakpoint conditions. I also had to separate the "run the...Jim Ingham1-0/+2
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-18/+12
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-3/+3
2010-06-28Added function name types to allow us to set breakpoints by name moreGreg Clayton1-2/+3
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-19/+13
2010-06-19Remember whether a queue or thread name were passed into "breakpoint modify" ...Jim Ingham1-0/+2
2010-06-18Change "breakpoint configure" to "breakpoint modify" so it doesn't collide wi...Jim Ingham1-4/+6
2010-06-16Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham1-0/+64
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-09More minor build fixes.Eli Friedman1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+235