Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeThreadProtocol.h43 virtual Status RemoveWatchpoint(lldb::addr_t addr) = 0;
HDNativeProcessProtocol.h156 virtual Status RemoveWatchpoint(lldb::addr_t addr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeThreadNetBSD.cpp246 Status error = RemoveWatchpoint(addr); in SetWatchpoint()
256 Status NativeThreadNetBSD::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadNetBSD
HDNativeThreadNetBSD.h44 Status RemoveWatchpoint(lldb::addr_t addr) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
HDNativeThreadDarwin.h61 Status RemoveWatchpoint(lldb::addr_t addr) override;
HDNativeThreadDarwin.cpp103 Status NativeThreadDarwin::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeThreadDarwin
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDNativeProcessProtocol.cpp183 Status remove_error = unwatch_thread_sp->RemoveWatchpoint(addr); in SetWatchpoint()
195 Status NativeProcessProtocol::RemoveWatchpoint(lldb::addr_t addr) { in RemoveWatchpoint() function in NativeProcessProtocol
205 const Status thread_error = thread->RemoveWatchpoint(addr); in RemoveWatchpoint()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerLLGS.cpp2692 const Status error = m_debugged_process_up->RemoveWatchpoint(addr);