Searched defs:watch_id (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp88 WatchpointIDMatches(lldb::watch_id_t watch_id) : m_watch_id(watch_id) {} argument
99 WatchpointList::GetIDIterator(lldb::watch_id_t watch_id) { argument
168 bool WatchpointList::Remove(lldb::watch_id_t watch_id, bool notify) { argument
196 ShouldStop(StoppointCallbackContext *context, lldb::watch_id_t watch_id) argument
[all...]
H A DWatchpointOptions.cpp22 NullCallback(void *baton, StoppointCallbackContext *context, lldb::user_id_t watch_id) argument
91 InvokeCallback(StoppointCallbackContext *context, lldb::user_id_t watch_id) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp55 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp270 WatchpointOptionsCallbackFunction(void *baton, StoppointCallbackContext *context, lldb::user_id_t watch_id) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp621 StopInfoWatchpoint(Thread &thread, break_id_t watch_id, argument
1110 StopInfo::CreateStopReasonWithWatchpointID(Thread &thread, break_id_t watch_id, argument
H A DTarget.cpp1272 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { argument
1291 bool Target::EnableWatchpointByID(lldb::watch_id_t watch_id) { argument
1310 bool Target::RemoveWatchpointByID(lldb::watch_id_t watch_id) { argument
1326 IgnoreWatchpointByID(lldb::watch_id_t watch_id, uint32_t ignore_count) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2263 WatchpointCallbackFunction( void *baton, StoppointCallbackContext *context, user_id_t watch_id) argument

Completed in 131 milliseconds