Searched refs:SetWatchpoint (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h40 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
H A DNativeProcessProtocol.h153 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h41 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
H A DNativeThreadNetBSD.cpp240 Status NativeThreadNetBSD::SetWatchpoint(lldb::addr_t addr, size_t size, function in class:NativeThreadNetBSD
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.h58 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
H A DNativeThreadDarwin.cpp96 Status NativeThreadDarwin::SetWatchpoint(lldb::addr_t addr, size_t size, function in class:NativeThreadDarwin
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp135 Status NativeProcessProtocol::SetWatchpoint(lldb::addr_t addr, size_t size, function in class:NativeProcessProtocol
156 // watchpoints are requested but the SetWatchpoint fails, try to set a
165 thread->SetWatchpoint(addr, size, watch_flags, hardware);
169 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2604 const Status error = m_debugged_process_up->SetWatchpoint(

Completed in 71 milliseconds