index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Commands
/
CommandObjectBreakpoint.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-320
/
+0
*
rdar://problem/11533713
Johnny Chen
2012-05-25
1
-0
/
+1
*
Also push file & line breakpoints past the prologue. Also added a "-K" argum...
Jim Ingham
2012-05-22
1
-0
/
+1
*
Add a command and an SB API to create exception breakpoints. Make the break ...
Jim Ingham
2012-03-06
1
-2
/
+6
*
Added the ability to restrict breakpoints by function name, function regexp, ...
Jim Ingham
2011-09-23
1
-3
/
+3
*
Add a new breakpoint type "break by source regular expression".
Jim Ingham
2011-09-21
1
-1
/
+6
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-8
/
+8
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-4
/
+4
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-8
/
+8
*
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
Greg Clayton
2011-02-05
1
-1
/
+1
*
Documentation fix - explain how to unset conditions. Also fix unsetting -x a...
Jim Ingham
2010-12-03
1
-0
/
+2
*
Fixed the default file and line breakpoints to include inlined breakpoints.
Greg Clayton
2010-11-02
1
-1
/
+1
*
Check in an initial implementation of the "breakpoint clear" command, whose p...
Johnny Chen
2010-10-28
1
-1
/
+61
*
Added support for breakpoint conditions. I also had to separate the "run the...
Jim Ingham
2010-10-14
1
-0
/
+2
*
Fixed the way set/show variables were being accessed to being natively
Greg Clayton
2010-09-18
1
-18
/
+12
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-3
/
+3
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-2
/
+3
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-19
/
+13
*
Remember whether a queue or thread name were passed into "breakpoint modify" ...
Jim Ingham
2010-06-19
1
-0
/
+2
*
Change "breakpoint configure" to "breakpoint modify" so it doesn't collide wi...
Jim Ingham
2010-06-18
1
-4
/
+6
*
Add a "thread specification" class that specifies thread specific breakpoints...
Jim Ingham
2010-06-16
1
-0
/
+64
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
More minor build fixes.
Eli Friedman
2010-06-09
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+235