| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/ |
| H A D | NativeThreadProtocol.h | 44 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
|
| H A D | NativeProcessProtocol.h | 178 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeThreadOpenBSD.h | 49 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
|
| H A D | NativeThreadOpenBSD.cpp | 134 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 D | NativeThreadWindows.h | 42 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
|
| H A D | NativeThreadWindows.cpp | 151 Status NativeThreadWindows::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadWindows
|
| H A D | NativeProcessWindows.cpp | 570 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 D | NativeThreadNetBSD.h | 41 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
|
| H A D | NativeThreadNetBSD.cpp | 264 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 D | NativeThreadFreeBSD.h | 41 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
|
| H A D | NativeThreadFreeBSD.cpp | 252 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 D | NativeThreadLinux.h | 47 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
|
| H A D | NativeThreadLinux.cpp | 151 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 D | NativeProcessProtocol.cpp | 148 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 D | DNBArchImplX86_64.h | 226 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index,
|
| H A 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()
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/ |
| H A D | DNBArchImplI386.h | 222 static void SetWatchpoint(DBG &debug_state, uint32_t hw_index,
|
| H A 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 2910 const Status error = m_current_process->SetWatchpoint( in Handle_Z()
|