Home
last modified time | relevance | path

Searched refs:LLDB_INVALID_WATCH_ID (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h43 #define LLDB_INVALID_WATCH_ID 0 macro
44 #define LLDB_WATCH_ID_IS_VALID(uid) ((uid) != (LLDB_INVALID_WATCH_ID))
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp398 if (cur_wp_id != LLDB_INVALID_WATCH_ID) { in DoExecute()
504 if (cur_wp_id != LLDB_INVALID_WATCH_ID) { in DoExecute()
571 if (cur_wp_id != LLDB_INVALID_WATCH_ID) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp128 return LLDB_INVALID_WATCH_ID; in FindIDByAddress()
136 return LLDB_INVALID_WATCH_ID; in FindIDBySpec()
H A DWatchpoint.cpp145 if (wvc->watch_id == LLDB_INVALID_WATCH_ID) in VariableWatchpointDisabler()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp53 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in GetID()
H A DSBTarget.cpp1313 if (target_sp && wp_id != LLDB_INVALID_WATCH_ID) { in FindWatchpointByID()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst74 .. py:data:: LLDB_INVALID_WATCH_ID
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1799 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in SetThreadStopInfo()