summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBWatchpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* Make operator==s consistent between c++ and python APIsPavel Labath2019-04-021-0/+18
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+43
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-24/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-8/+73
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Switch SBWatchpoint to use a weak_ptr to the underlying objectPavel Labath2017-02-281-14/+10
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix SBWatchpoint::SetEnabled to send an event.Jim Ingham2016-11-021-3/+4
* Switch SBWatchpoint::SetEnabled over to using Process::{Enable,Disable}Watchp...Jim Ingham2016-11-011-3/+12
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-227/+165
* Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work properly and add...Greg Clayton2016-07-271-1/+1
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-11/+11
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-4/+9
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-0/+25
* Add explicit casts to bool in "shared pointer is valid" constructs that retur...Jim Ingham2012-08-111-1/+1
* Add the SBWatchpoint::GetError back, we have clients who use it.Jim Ingham2012-06-061-0/+12
* rdar://problem/11584012Johnny Chen2012-06-041-16/+1
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-041-50/+64
* <rdar://problem/10126482>Greg Clayton2011-11-131-4/+5
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-0/+21
* Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen2011-10-141-9/+3
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-10/+10
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-131-0/+246
OpenPOWER on IntegriCloud