Home
last modified time | relevance | path

Searched defs:watch_flags (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_x86.cpp41 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 DNativeRegisterContextDBReg_loongarch.cpp55 size_t size, uint32_t watch_flags) { in MakeWatchControlValue()
H A DNativeRegisterContextDBReg_arm64.cpp83 uint32_t watch_flags) { in MakeWatchControlValue()
H A DNativeRegisterContextDBReg.cpp200 lldb::addr_t addr, size_t size, uint32_t watch_flags) { in SetHardwareWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeWatchpointList.cpp16 Status NativeWatchpointList::Add(addr_t addr, size_t size, uint32_t watch_flags, in Add()
H A DNativeRegisterContext.cpp266 uint32_t watch_flags) { in SetHardwareWatchpoint()
H A DNativeProcessProtocol.cpp149 uint32_t watch_flags, in SetWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeThreadAIX.cpp30 uint32_t watch_flags, bool hardware) { in SetWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp263 uint32_t watch_flags, bool hardware) { in SetWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp252 uint32_t watch_flags, bool hardware) { in SetWatchpoint()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2845 uint32_t watch_flags = 0; in Handle_Z() local