Searched refs:SetWatchpoint (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeThreadProtocol.h | 45 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
|
| H A D | NativeProcessProtocol.h | 131 virtual Status SetWatchpoint(lldb::addr_t addr, size_t size,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeThreadNetBSD.h | 42 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
|
| H A D | NativeThreadNetBSD.cpp | 149 Status NativeThreadNetBSD::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadNetBSD
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 136 Status NativeProcessProtocol::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeProcessProtocol 166 thread->SetWatchpoint(addr, size, watch_flags, hardware); in SetWatchpoint() 170 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false); in SetWatchpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | NativeThreadDarwin.h | 61 Status SetWatchpoint(lldb::addr_t addr, size_t size, uint32_t watch_flags,
|
| H A D | NativeThreadDarwin.cpp | 97 Status NativeThreadDarwin::SetWatchpoint(lldb::addr_t addr, size_t size, in SetWatchpoint() function in NativeThreadDarwin
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 2548 const Status error = m_debugged_process_up->SetWatchpoint(
|