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
/
Watchpoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-2
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
1
-4
/
+121
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Turns out there are 8 bits in a byte.
Jim Ingham
2012-10-23
1
-1
/
+9
*
Watchpoints remember the type of the expression or variable they were set wit...
Jim Ingham
2012-10-23
1
-89
/
+43
*
Cope with the case where the user-supplied callbacks want the watchpoint itse...
Johnny Chen
2012-08-23
1
-0
/
+12
*
Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm...
Johnny Chen
2012-08-21
1
-1
/
+19
*
rdar://problem/12144930
Johnny Chen
2012-08-21
1
-1
/
+3
*
A little bit of refactoring.
Johnny Chen
2012-08-14
1
-10
/
+13
*
When trying to take snapshots of a watched variable, if the frame is unable t...
Johnny Chen
2012-08-14
1
-0
/
+20
*
Simplify the "Watchpoint ... hit" printout, make it more terse.
Johnny Chen
2012-08-13
1
-6
/
+31
*
rdar://problem/12007576
Johnny Chen
2012-08-13
1
-3
/
+102
*
rdar://problem/11457143 [ER] need "watchpoint command ..."
Johnny Chen
2012-08-09
1
-35
/
+30
*
Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and re...
Jim Ingham
2012-05-02
1
-1
/
+1
*
Make the Watchpoint IDs unique per target, not across targets as before.
Johnny Chen
2012-02-25
1
-10
/
+13
*
Make a nested if .. if .. else block nesting more explicit with some curly br...
Jason Molenda
2012-02-23
1
-0
/
+6
*
Add "watch set" command as a more general interface in conjunction with "fram...
Johnny Chen
2012-01-30
1
-1
/
+1
*
Minor comment change. Plus use member function instead of directly accessing...
Johnny Chen
2012-01-24
1
-1
/
+1
*
Tiny refactoring to use member functions instead of directly accessing member...
Johnny Chen
2012-01-23
1
-3
/
+4
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-1
/
+1
*
Fixed some extra warnings that show up with the new clang.
Greg Clayton
2011-12-03
1
-1
/
+1
*
Added a language parameter to the expression parser,
Sean Callanan
2011-11-07
1
-1
/
+1
*
Add a commnad to set a condition for a watchpoint. Example:
Johnny Chen
2011-10-17
1
-12
/
+53
*
Add SBWatchpoint::GetError() API, which is not currently populated as yet.
Johnny Chen
2011-10-14
1
-1
/
+3
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-0
/
+184