Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp155 Status error = RemoveWatchpoint(addr); in SetWatchpoint()
165 Status NativeThreadNetBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadNetBSD
H A DNativeThreadNetBSD.h45 Status RemoveWatchpoint(lldb::addr_t addr) override;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h48 virtual Status RemoveWatchpoint(lldb::addr_t addr) = 0;
H A DNativeProcessProtocol.h134 virtual Status RemoveWatchpoint(lldb::addr_t addr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp184 Status remove_error = unwatch_thread_sp->RemoveWatchpoint(addr); in SetWatchpoint()
196 Status NativeProcessProtocol::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeProcessProtocol
206 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.h64 Status RemoveWatchpoint(lldb::addr_t addr) override;
H A DNativeThreadDarwin.cpp104 Status NativeThreadDarwin::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadDarwin
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2636 const Status error = m_debugged_process_up->RemoveWatchpoint(addr);