Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
cd4994e925bb159e3a818cc1a6b51017e922433f
/
lldb
/
source
/
Commands
/
CommandObjectBreakpoint.h
5e09c8c
Add the ability to tag one or more breakpoints with a name. These
by Jim Ingham
· 11 years ago
5a98841
Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an
by Jim Ingham
· 13 years ago
7d49c9c
rdar://problem/11533713
by Johnny Chen
· 13 years ago
a8558b6
Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant
by Jim Ingham
· 13 years ago
fab10e8
Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints.
by Jim Ingham
· 14 years ago
87df91b
Added the ability to restrict breakpoints by function name, function regexp, selector
by Jim Ingham
· 14 years ago
969795f
Add a new breakpoint type "break by source regular expression".
by Jim Ingham
· 14 years ago
f6b8b58
Added two new classes for command options:
by Greg Clayton
· 15 years ago
eb0103f
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
by Greg Clayton
· 15 years ago
e0d378b
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 15 years ago
95e3142
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
by Greg Clayton
· 15 years ago
e0a9784
Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work.
by Jim Ingham
· 15 years ago
2856d46
Fixed the default file and line breakpoints to include inlined breakpoints.
by Greg Clayton
· 15 years ago
b7234e4
Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear
by Johnny Chen
· 15 years ago
36f3b36
Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing.
by Jim Ingham
· 15 years ago
a701509
Fixed the way set/show variables were being accessed to being natively
by Greg Clayton
· 15 years ago
c982c76
Merged Eli Friedman's linux build changes where he added Makefile files that
by Greg Clayton
· 15 years ago
0c5cd90
Added function name types to allow us to set breakpoints by name more
by Greg Clayton
· 15 years ago
6611103
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
b2a38a7
Remember whether a queue or thread name were passed into "breakpoint modify" so we can recognize an empty argument as unsetting the option.
by Jim Ingham
· 15 years ago
ae1c4cf
Change "breakpoint configure" to "breakpoint modify" so it doesn't collide with "breakpoint command"
by Jim Ingham
· 15 years ago
1b54c88
Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID.
by Jim Ingham
· 15 years ago
40af72e
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
by Jim Ingham
· 15 years ago
59817b1
More minor build fixes.
by Eli Friedman
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago