Searched defs:watch_flags (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | NativeRegisterContextDBReg_x86.cpp | 41 static inline uint64_t GetWatchTypeBits(uint32_t watch_flags, in GetWatchTypeBits() 144 lldb::addr_t addr, size_t size, uint32_t watch_flags, uint32_t wp_index) { in SetHardwareWatchpointWithIndex() 244 lldb::addr_t addr, size_t size, uint32_t watch_flags) { in SetHardwareWatchpoint()
|
H A D | NativeRegisterContextDBReg_arm64.cpp | 222 lldb::addr_t addr, size_t size, uint32_t watch_flags) { in SetHardwareWatchpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | NativeWatchpointList.cpp | 16 Status NativeWatchpointList::Add(addr_t addr, size_t size, uint32_t watch_flags, in Add()
|
H A D | NativeRegisterContext.cpp | 266 uint32_t watch_flags) { in SetHardwareWatchpoint()
|
H A D | NativeProcessProtocol.cpp | 149 uint32_t watch_flags, in SetWatchpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeThreadNetBSD.cpp | 264 uint32_t watch_flags, bool hardware) { in SetWatchpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeThreadFreeBSD.cpp | 252 uint32_t watch_flags, bool hardware) { in SetWatchpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.cpp | 2844 uint32_t watch_flags = 0; in Handle_Z() local
|