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
/
API
/
SBWatchpoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-1
/
+1
*
Make operator==s consistent between c++ and python APIs
Pavel Labath
2019-04-02
1
-0
/
+18
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+43
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-24
/
+0
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-8
/
+73
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Switch SBWatchpoint to use a weak_ptr to the underlying object
Pavel Labath
2017-02-28
1
-14
/
+10
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix SBWatchpoint::SetEnabled to send an event.
Jim Ingham
2016-11-02
1
-3
/
+4
*
Switch SBWatchpoint::SetEnabled over to using Process::{Enable,Disable}Watchp...
Jim Ingham
2016-11-01
1
-3
/
+12
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-227
/
+165
*
Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work properly and add...
Greg Clayton
2016-07-27
1
-1
/
+1
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-11
/
+11
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-4
/
+9
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-3
/
+3
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
1
-0
/
+25
*
Add explicit casts to bool in "shared pointer is valid" constructs that retur...
Jim Ingham
2012-08-11
1
-1
/
+1
*
Add the SBWatchpoint::GetError back, we have clients who use it.
Jim Ingham
2012-06-06
1
-0
/
+12
*
rdar://problem/11584012
Johnny Chen
2012-06-04
1
-16
/
+1
*
Convert all python objects in our API to use overload the __str__ method
Greg Clayton
2012-02-04
1
-50
/
+64
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-4
/
+5
*
Add a commnad to set a condition for a watchpoint. Example:
Johnny Chen
2011-10-17
1
-0
/
+21
*
Add SBWatchpoint::GetError() API, which is not currently populated as yet.
Johnny Chen
2011-10-14
1
-9
/
+3
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-10
/
+10
*
Cleaned up the SBWatchpoint public API.
Greg Clayton
2011-10-13
1
-0
/
+246