Home
last modified time | relevance | path

Searched refs:SetWatchpoint (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h44 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
H A DNativeProcessProtocol.h178 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeThreadOpenBSD.h49 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
H A DNativeThreadOpenBSD.cpp134 Status NativeThreadOpenBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadOpenBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeThreadWindows.h42 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
H A DNativeThreadWindows.cpp151 Status NativeThreadWindows::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadWindows
H A DNativeProcessWindows.cpp570 thread->SetWatchpoint(wp.m_addr, wp.m_size, wp.m_watch_flags, in OnCreateThread()
/openbsd-src/gnu/llvm/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.cpp264 Status NativeThreadNetBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadNetBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h41 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
H A DNativeThreadFreeBSD.cpp252 Status NativeThreadFreeBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadFreeBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.h47 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
H A DNativeThreadLinux.cpp151 Status NativeThreadLinux::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadLinux
228 SetWatchpoint(wp.m_addr, wp.m_size, wp.m_watch_flags, wp.m_hardware); in Resume()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp148 Status NativeProcessProtocol::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeProcessProtocol
178 thread->SetWatchpoint(addr, size, watch_flags, hardware); in SetWatchpoint()
182 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false); in SetWatchpoint()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h226 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index,
H A DDNBArchImplX86_64.cpp711 void DNBArchImplX86_64::SetWatchpoint(DBG &debug_state, uint32_t hw_index, in SetWatchpoint() function in DNBArchImplX86_64
1046 SetWatchpoint(debug_state, i, addr, size, read, write); in EnableHardwareWatchpoint()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h222 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index,
H A DDNBArchImplI386.cpp755 void DNBArchImplI386::SetWatchpoint(DBG &debug_state, uint32_t hw_index, in SetWatchpoint() function in DNBArchImplI386
1088 SetWatchpoint(debug_state, i, addr, size, read, write); in EnableHardwareWatchpoint()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2910 const Status error = m_current_process->SetWatchpoint( in Handle_Z()