Home
last modified time | relevance | path

Searched defs:SetHardwareWatchpoint (Results 1 – 15 of 15) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp170 uint32_t RegisterContextThreadMemory::SetHardwareWatchpoint(lldb::addr_t addr, in SetHardwareWatchpoint() function in RegisterContextThreadMemory
H A DNativeRegisterContextDBReg_x86.cpp243 uint32_t NativeRegisterContextDBReg_x86::SetHardwareWatchpoint( in SetHardwareWatchpoint() function in NativeRegisterContextDBReg_x86
H A DNativeRegisterContextDBReg_arm64.cpp221 uint32_t NativeRegisterContextDBReg_arm64::SetHardwareWatchpoint( SetHardwareWatchpoint() function in NativeRegisterContextDBReg_arm64
H A DRegisterContextDarwin_arm64.cpp938 uint32_t RegisterContextDarwin_arm64::SetHardwareWatchpoint(lldb::addr_t addr, in SetHardwareWatchpoint() function in RegisterContextDarwin_arm64
H A DRegisterContextDarwin_arm.cpp1647 uint32_t RegisterContextDarwin_arm::SetHardwareWatchpoint(lldb::addr_t addr, SetHardwareWatchpoint() function in RegisterContextDarwin_arm
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DNativeRegisterContextWindows_arm.cpp629 uint32_t NativeRegisterContextWindows_arm::SetHardwareWatchpoint( SetHardwareWatchpoint() function in NativeRegisterContextWindows_arm
H A DNativeRegisterContextWindows_arm64.cpp739 uint32_t NativeRegisterContextWindows_arm64::SetHardwareWatchpoint( SetHardwareWatchpoint() function in NativeRegisterContextWindows_arm64
H A DNativeRegisterContextWindows_WoW64.cpp515 uint32_t NativeRegisterContextWindows_WoW64::SetHardwareWatchpoint( SetHardwareWatchpoint() function in NativeRegisterContextWindows_WoW64
H A DNativeRegisterContextWindows_i386.cpp525 uint32_t NativeRegisterContextWindows_i386::SetHardwareWatchpoint( SetHardwareWatchpoint() function in NativeRegisterContextWindows_i386
H A DNativeRegisterContextWindows_x86_64.cpp729 uint32_t NativeRegisterContextWindows_x86_64::SetHardwareWatchpoint( SetHardwareWatchpoint() function in NativeRegisterContextWindows_x86_64
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_s390x.cpp578 uint32_t NativeRegisterContextLinux_s390x::SetHardwareWatchpoint( SetHardwareWatchpoint() function in NativeRegisterContextLinux_s390x
H A DNativeRegisterContextLinux_ppc64le.cpp520 uint32_t NativeRegisterContextLinux_ppc64le::SetHardwareWatchpoint( SetHardwareWatchpoint() function in NativeRegisterContextLinux_ppc64le
H A DNativeRegisterContextLinux_arm.cpp463 uint32_t NativeRegisterContextLinux_arm::SetHardwareWatchpoint( SetHardwareWatchpoint() function in NativeRegisterContextLinux_arm
/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp264 uint32_t NativeRegisterContext::SetHardwareWatchpoint(lldb::addr_t addr, in SetHardwareWatchpoint() function in NativeRegisterContext
/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp293 uint32_t RegisterContext::SetHardwareWatchpoint(lldb::addr_t addr, size_t size, in SetHardwareWatchpoint() function in RegisterContext