/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachThreadList.h | 88 DisableWatchpoint, enumerator
|
H A D | MachThreadList.cpp | 503 case HardwareBreakpointAction::DisableWatchpoint: in DoHardwareBreakpointAction() 541 wp, HardwareBreakpointAction::DisableWatchpoint) != in DisableHardwareWatchpoint()
|
H A D | MachProcess.h | 197 bool DisableWatchpoint(nub_addr_t addr, bool remove);
|
H A D | MachProcess.mm | 2145 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 D | ProcessWindows.h | 101 Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
|
H A D | ProcessWindows.cpp | 924 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 D | DNBBreakpoint.cpp | 205 process->DisableWatchpoint(pos->second.Address(), false); in DisableAllWatchpoints()
|
H A D | DNB.cpp | 1239 return procSP->DisableWatchpoint(addr, true); in DNBWatchpointGetNumSupportedHWP()
|
H A D | ChangeLog | 363 (MachProcess::DisableWatchpoint): Ditto. 817 (MachProcess::DisableWatchpoint): New function.
|
/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 656 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 D | Target.cpp | 1011 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 D | Process.cpp | 2572 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 D | SBWatchpoint.cpp | 147 process_sp->DisableWatchpoint(watchpoint_sp, notify); in SetEnabled()
|
/llvm-project/lldb/source/Breakpoint/ |
H A D | Watchpoint.cpp | 170 process_sp->DisableWatchpoint(watch_sp); in VariableWatchpointDisabler()
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.h | 164 Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
|
H A D | ProcessGDBRemote.cpp | 3303 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 D | Process.h | 2164 virtual Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
|