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
/
Breakpoint
/
BreakpointOptions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the ability to tag one or more breakpoints with a name. These
Jim Ingham
2014-12-16
1
-2
/
+1
*
This function should be const.
Jim Ingham
2014-04-08
1
-1
/
+1
*
Hardened LLDB against NULL conditions being
Sean Callanan
2013-05-10
1
-0
/
+3
*
Optimized the way breakpoint conditions are evaluated.
Sean Callanan
2013-04-19
1
-21
/
+22
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-3
/
+3
*
Add one-shot breakpoints (-o option to "break set") and a tbreak alias for ou...
Jim Ingham
2012-10-05
1
-28
/
+7
*
Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and re...
Jim Ingham
2012-05-02
1
-1
/
+1
*
Cleanup - removing the ThreadPlanTestCondition and its helper functions. It ...
Jim Ingham
2012-05-02
1
-45
/
+0
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-8
/
+4
*
Added a language parameter to the expression parser,
Sean Callanan
2011-11-07
1
-3
/
+3
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-4
/
+5
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-1
/
+1
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-1
/
+3
*
Revert r133358 which forgoes printing of breakpoint command when doing a brea...
Johnny Chen
2011-06-20
1
-0
/
+8
*
Don't print the baton when a breakpoint has a callback since it is pretty
Greg Clayton
2011-06-18
1
-8
/
+0
*
Made GetConditionText const everywhere. Made it return NULL when there's no ...
Jim Ingham
2011-06-15
1
-2
/
+2
*
Add missing {} so we don't print the Baton address for the brief breakpoint l...
Jim Ingham
2011-01-22
1
-1
/
+3
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-1
/
+1
*
Added support for indicating to the expression parser
Sean Callanan
2010-11-19
1
-1
/
+6
*
Added a user-settable variable, 'target.expr-prefix',
Sean Callanan
2010-10-29
1
-3
/
+3
*
Added support for breakpoint conditions. I also had to separate the "run the...
Jim Ingham
2010-10-14
1
-3
/
+86
*
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
-8
/
+2
*
Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...
Jim Ingham
2010-06-22
1
-2
/
+2
*
Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...
Jim Ingham
2010-06-18
1
-1
/
+81
*
Add a "thread specification" class that specifies thread specific breakpoints...
Jim Ingham
2010-06-16
1
-10
/
+27
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+180