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
/
CommandObjectWatchpoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-2
/
+3
*
Extended the "watchpoint set variable" code to
Sean Callanan
2012-09-14
1
-0
/
+33
*
Change the NULL to a 0 since we need a uint32_t
Filipe Cabecinhas
2012-09-11
1
-2
/
+2
*
Implementing an Options class for EvaluateExpression() in order to make the s...
Enrico Granata
2012-09-05
1
-9
/
+7
*
rdar://problem/12007576
Johnny Chen
2012-08-13
1
-3
/
+11
*
rdar://problem/11457143 [ER] need "watchpoint command ..."
Johnny Chen
2012-08-09
1
-0
/
+4
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-9
/
+7
*
<rdar://problem/11672978> Fixing an issue where an ObjC object might come out...
Enrico Granata
2012-07-16
1
-1
/
+2
*
<rdar://problem/11870357>
Greg Clayton
2012-07-14
1
-1
/
+2
*
Make 'watchpoint set' default to write instead of read_write.
Johnny Chen
2012-06-29
1
-6
/
+6
*
Chnage VerifyWatchpointIDs() from a static function to a class function to be...
Johnny Chen
2012-06-19
1
-8
/
+8
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-871
/
+963
*
rdar://problem/11597911
Johnny Chen
2012-06-05
1
-2
/
+3
*
rdar://problem/11584012
Johnny Chen
2012-06-04
1
-28
/
+8
*
Give more explicit error messages when watchpoint creation command (watchpoin...
Johnny Chen
2012-06-04
1
-2
/
+29
*
Add the capability to display the number of supported hardware watchpoints to...
Johnny Chen
2012-05-23
1
-0
/
+9
*
Clarify "watchpoint set" help text.
Johnny Chen
2012-04-27
1
-2
/
+6
*
Add error handling for missing option terminator "--" and a test scenario for...
Johnny Chen
2012-02-09
1
-6
/
+15
*
After discussions with Jim and Greg, modify the 'watchpoint set' command to b...
Johnny Chen
2012-02-08
1
-139
/
+224
*
Update comment.
Johnny Chen
2012-02-08
1
-1
/
+2
*
Refine the 'watchpoint set' command to now require either the '-v' option (fo...
Johnny Chen
2012-02-08
1
-43
/
+108
*
Trivial indentation change.
Johnny Chen
2012-01-30
1
-1
/
+2
*
Add "watch set" command as a more general interface in conjunction with "fram...
Johnny Chen
2012-01-30
1
-1
/
+207
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-4
/
+4
*
Add a commnad to set a condition for a watchpoint. Example:
Johnny Chen
2011-10-17
1
-0
/
+151
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-27
/
+27
*
Add capability to set ignore count for watchpoint on the command line:
Johnny Chen
2011-10-05
1
-0
/
+138
*
Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID ...
Johnny Chen
2011-09-22
1
-4
/
+4
*
Add initial implementation of watchpoint commands for list, enable, disable, ...
Johnny Chen
2011-09-22
1
-0
/
+557