summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBWatchpoint.cpp
AgeCommit message (Expand)Author
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-15Remove hardware index from watchpoints and breakpoints (#72012)Jason Molenda
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2023-03-01[LLDB] Expose several methods in SBWatchpointDan Liew
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-04-02Make operator==s consistent between c++ and python APIsPavel Labath
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-28Switch SBWatchpoint to use a weak_ptr to the underlying objectPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-02Fix SBWatchpoint::SetEnabled to send an event.Jim Ingham
2016-11-01Switch SBWatchpoint::SetEnabled over to using Process::{Enable,Disable}Watchp...Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-27Fixed "void SBWatchpoint::SetEnabled (bool enabled)" to work properly and add...Greg Clayton
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-12-18Adding events when watchpoints are set or changed.Jim Ingham
2012-08-11Add explicit casts to bool in "shared pointer is valid" constructs that retur...Jim Ingham
2012-06-06Add the SBWatchpoint::GetError back, we have clients who use it.Jim Ingham
2012-06-04rdar://problem/11584012Johnny Chen
2012-02-04Convert all python objects in our API to use overload the __str__ methodGreg Clayton
2011-11-13<rdar://problem/10126482>Greg Clayton
2011-10-17Add a commnad to set a condition for a watchpoint. Example:Johnny Chen
2011-10-14Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen
2011-10-13Cleaned up the SBWatchpoint public API.Greg Clayton