Home
last modified time | relevance | path

Searched refs:EnableWatchpoint (Results 1 – 14 of 14) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h87 EnableWatchpoint, enumerator
H A DMachThreadList.cpp500 case HardwareBreakpointAction::EnableWatchpoint: in DoHardwareBreakpointAction()
536 HardwareBreakpointAction::EnableWatchpoint); in EnableHardwareWatchpoint()
H A DMachProcess.h199 bool EnableWatchpoint(nub_addr_t addr);
H A DMachProcess.mm1966 if (EnableWatchpoint(addr)) {
2263 bool MachProcess::EnableWatchpoint(nub_addr_t addr) {
2265 "MachProcess::EnableWatchpoint(addr = 0x%8.8llx)",
2271 DNBLogWarning("MachProcess::EnableWatchpoint(addr = 0x%8.8llx): "
2261 bool MachProcess::EnableWatchpoint(nub_addr_t addr) { global() function
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.h99 Status EnableWatchpoint(lldb::WatchpointSP wp_sp,
H A DProcessWindows.cpp870 Status ProcessWindows::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint()
837 Status ProcessWindows::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { EnableWatchpoint() function in lldb_private::ProcessWindows
/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp145 process_sp->EnableWatchpoint(watchpoint_sp, notify); in SetEnabled()
/llvm-project/lldb/source/Target/
H A DStopInfo.cpp669 process_sp->EnableWatchpoint(watchpoint_sp, notify);
776 GetThread().GetProcess()->EnableWatchpoint(m_watch_sp, true); in ShouldStopSynchronous()
H A DTarget.cpp1022 error = m_process_sp->EnableWatchpoint(wp_sp, notify); in RemoveBreakpointByID()
1386 Status rc = m_process_sp->EnableWatchpoint(wp_sp); in EnableWatchpointByID()
1468 Status rc = m_process_sp->EnableWatchpoint(wp_sp); in DidExec()
H A DProcess.cpp2566 Status Process::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in GetLoadAddressPermissions()
2574 Status Process::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { EnableWatchpoint() function in Process
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h161 Status EnableWatchpoint(lldb::WatchpointSP wp_sp,
H A DProcessGDBRemote.cpp3208 Status ProcessGDBRemote::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint()
3217 LLDB_LOGF(log, "ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64 ")", in EnableWatchpoint()
3221 "ProcessGDBRemote::EnableWatchpoint(watchID = %" PRIu64 in EnableWatchpoint()
3154 Status ProcessGDBRemote::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { EnableWatchpoint() function in ProcessGDBRemote
/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2162 virtual Status EnableWatchpoint(lldb::WatchpointSP wp_sp, bool notify = true);
/llvm-project/lldb/tools/debugserver/source/
H A DChangeLog365 (MachProcess::EnableWatchpoint): Ditto.
823 (MachProcess::EnableWatchpoint): New function.