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
/
Target
/
StopInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rework how the breakpoint conditions & callbacks are handled. We now iterate...
Jim Ingham
2011-12-09
1
-60
/
+61
*
Do a better job of detecting when a breakpoint command has set the target run...
Jim Ingham
2011-11-08
1
-7
/
+52
*
Added a language parameter to the expression parser,
Sean Callanan
2011-11-07
1
-0
/
+2
*
Grab the address of the breakpoint site for the StopInfoBreakpoint so if
Jim Ingham
2011-10-28
1
-3
/
+21
*
Add a commnad to set a condition for a watchpoint. Example:
Johnny Chen
2011-10-17
1
-0
/
+118
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-5
/
+5
*
Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...
Johnny Chen
2011-09-26
1
-0
/
+1
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-1
/
+1
*
StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method ...
Johnny Chen
2011-09-21
1
-4
/
+40
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-5
/
+6
*
Move the handling of breakpoint conditions from the Private event loop to the...
Jim Ingham
2011-08-09
1
-3
/
+118
*
Created a std::string in the base StopInfo class for the description and
Greg Clayton
2011-06-04
1
-6
/
+47
*
Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...
Jim Ingham
2011-02-08
1
-2
/
+10
*
Back up both the register AND the stop state when calling functions.
Jim Ingham
2011-01-20
1
-0
/
+6
*
Added the ability to get more information on the SBThread's stop reason
Greg Clayton
2010-11-18
1
-0
/
+1
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-2
/
+2
*
Added support for breakpoint conditions. I also had to separate the "run the...
Jim Ingham
2010-10-14
1
-0
/
+14
*
There are now to new "settings set" variables that live in each debugger
Greg Clayton
2010-10-04
1
-2
/
+2
*
Make breakpoint commands work again. Added a PerformAction to the stop info ...
Jim Ingham
2010-08-10
1
-3
/
+43
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-1
/
+1
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
1
-0
/
+351
[prev]