Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/common/
DNativeThreadProtocol.h40 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
DNativeProcessProtocol.h158 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeThreadWindows.h42 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
DNativeThreadWindows.cpp133 Status NativeThreadWindows::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadWindows
DNativeProcessWindows.cpp546 thread->SetWatchpoint(wp.m_addr, wp.m_size, wp.m_watch_flags, in OnCreateThread()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.h41 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
DNativeThreadNetBSD.cpp237 Status NativeThreadNetBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadNetBSD
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeThreadFreeBSD.h41 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
DNativeThreadFreeBSD.cpp220 Status NativeThreadFreeBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadFreeBSD
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.h45 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
DNativeThreadLinux.cpp146 Status NativeThreadLinux::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadLinux
223 SetWatchpoint(wp.m_addr, wp.m_size, wp.m_watch_flags, wp.m_hardware); in Resume()
/external/llvm-project/lldb/source/Host/common/
DNativeProcessProtocol.cpp135 Status NativeProcessProtocol::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeProcessProtocol
165 thread->SetWatchpoint(addr, size, watch_flags, hardware); in SetWatchpoint()
169 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false); in SetWatchpoint()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h222 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index,
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()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h226 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index,
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()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp2679 const Status error = m_debugged_process_up->SetWatchpoint( in Handle_Z()