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