Home
last modified time | relevance | path

Searched refs:AdjustWatchpoint (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_loongarch.h25 AdjustWatchpoint(const WatchpointDetails &details) override;
H A DNativeRegisterContextDBReg_arm64.h25 AdjustWatchpoint(const WatchpointDetails &details) override;
H A DNativeRegisterContextDBReg_loongarch.cpp37 NativeRegisterContextDBReg_loongarch::AdjustWatchpoint( in AdjustWatchpoint() function in NativeRegisterContextDBReg_loongarch
H A DNativeRegisterContextDBReg_arm64.cpp37 NativeRegisterContextDBReg_arm64::AdjustWatchpoint( in AdjustWatchpoint() function in NativeRegisterContextDBReg_arm64
H A DNativeRegisterContextDBReg.h87 AdjustWatchpoint(const WatchpointDetails &details) = 0;
H A DNativeRegisterContextDBReg.cpp218 auto adjusted = AdjustWatchpoint(details); in SetHardwareWatchpoint()