/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachThreadList.h | 87 EnableWatchpoint, enumerator
|
H A D | MachThreadList.cpp | 500 case HardwareBreakpointAction::EnableWatchpoint: in DoHardwareBreakpointAction() 536 HardwareBreakpointAction::EnableWatchpoint); in EnableHardwareWatchpoint()
|
H A D | MachProcess.h | 199 bool EnableWatchpoint(nub_addr_t addr);
|
H A D | MachProcess.mm | 1966 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 D | ProcessWindows.h | 99 Status EnableWatchpoint(lldb::WatchpointSP wp_sp,
|
H A D | ProcessWindows.cpp | 870 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 D | SBWatchpoint.cpp | 145 process_sp->EnableWatchpoint(watchpoint_sp, notify); in SetEnabled()
|
/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 669 process_sp->EnableWatchpoint(watchpoint_sp, notify); 776 GetThread().GetProcess()->EnableWatchpoint(m_watch_sp, true); in ShouldStopSynchronous()
|
H A D | Target.cpp | 1022 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 D | Process.cpp | 2566 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 D | ProcessGDBRemote.h | 161 Status EnableWatchpoint(lldb::WatchpointSP wp_sp,
|
H A D | ProcessGDBRemote.cpp | 3208 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 D | Process.h | 2162 virtual Status EnableWatchpoint(lldb::WatchpointSP wp_sp, bool notify = true);
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | ChangeLog | 365 (MachProcess::EnableWatchpoint): Ditto. 823 (MachProcess::EnableWatchpoint): New function.
|