Home
last modified time | relevance | path

Searched refs:DisableWatchpoint (Results 1 – 17 of 17) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h88 DisableWatchpoint, enumerator
H A DMachThreadList.cpp503 case HardwareBreakpointAction::DisableWatchpoint: in DoHardwareBreakpointAction()
541 wp, HardwareBreakpointAction::DisableWatchpoint) != in DisableHardwareWatchpoint()
H A DMachProcess.h197 bool DisableWatchpoint(nub_addr_t addr, bool remove);
H A DMachProcess.mm2145 bool MachProcess::DisableWatchpoint(nub_addr_t addr, bool remove) {
2159 "MachProcess::DisableWatchpoint ( addr = 0x%8.8llx, remove = %d )",
2179 DNBLogError("MachProcess::DisableWatchpoint ( addr = 0x%8.8llx, remove = "
2143 bool MachProcess::DisableWatchpoint(nub_addr_t addr, bool remove) { global() function
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h101 Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
H A DProcessWindows.cpp924 Status ProcessWindows::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint()
891 Status ProcessWindows::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { DisableWatchpoint() function in lldb_private::ProcessWindows
/llvm-project/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp205 process->DisableWatchpoint(pos->second.Address(), false); in DisableAllWatchpoints()
H A DDNB.cpp1239 return procSP->DisableWatchpoint(addr, true); in DNBWatchpointGetNumSupportedHWP()
H A DChangeLog363 (MachProcess::DisableWatchpoint): Ditto.
817 (MachProcess::DisableWatchpoint): New function.
/llvm-project/lldb/source/Target/
H A DStopInfo.cpp656 process_sp->DisableWatchpoint(watchpoint_sp, notify);
667 process_sp->DisableWatchpoint(watchpoint_sp, notify); in SentryPreResumeAction()
732 GetThread().GetProcess()->DisableWatchpoint(m_watch_sp, false); in DoPlanExplainsStop()
H A DTarget.cpp1011 m_process_sp->DisableWatchpoint(matched_sp, notify); in RemoveBreakpointByID()
1330 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in ClearAllWatchpointHistoricValues()
1359 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in DisableWatchpointByID()
1449 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in LoadScriptingResourceForModule()
H A DProcess.cpp2572 Status Process::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in GetLoadAddressPermissions()
2580 Status Process::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { DisableWatchpoint() function in Process
/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp147 process_sp->DisableWatchpoint(watchpoint_sp, notify); in SetEnabled()
/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp170 process_sp->DisableWatchpoint(watch_sp); in VariableWatchpointDisabler()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h164 Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
H A DProcessGDBRemote.cpp3303 Status ProcessGDBRemote::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint()
3317 "ProcessGDBRemote::DisableWatchpoint (watchID = %" PRIu64 in DoSignal()
3323 "ProcessGDBRemote::DisableWatchpoint (watchID = %" PRIu64 in EstablishConnectionIfNeeded()
3248 Status ProcessGDBRemote::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { DisableWatchpoint() function in ProcessGDBRemote
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2164 virtual Status DisableWatchpoint(lldb::WatchpointSP wp_sp,