/external/llvm-project/lldb/include/lldb/Host/common/ |
D | NativeThreadProtocol.h | 40 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
|
D | NativeProcessProtocol.h | 158 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeThreadWindows.h | 42 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
|
D | NativeThreadWindows.cpp | 133 Status NativeThreadWindows::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadWindows
|
D | NativeProcessWindows.cpp | 546 thread->SetWatchpoint(wp.m_addr, wp.m_size, wp.m_watch_flags, in OnCreateThread()
|
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
D | NativeThreadNetBSD.h | 41 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
|
D | NativeThreadNetBSD.cpp | 237 Status NativeThreadNetBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadNetBSD
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeThreadFreeBSD.h | 41 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
|
D | NativeThreadFreeBSD.cpp | 220 Status NativeThreadFreeBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadFreeBSD
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeThreadLinux.h | 45 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
|
D | NativeThreadLinux.cpp | 146 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/ |
D | NativeProcessProtocol.cpp | 135 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/ |
D | DNBArchImplI386.h | 222 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index,
|
D | DNBArchImplI386.cpp | 755 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/ |
D | DNBArchImplX86_64.h | 226 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index,
|
D | DNBArchImplX86_64.cpp | 711 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/ |
D | GDBRemoteCommunicationServerLLGS.cpp | 2679 const Status error = m_debugged_process_up->SetWatchpoint( in Handle_Z()
|