Home
last modified time | relevance | path

Searched refs:ReadHardwareDebugInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg.cpp21 llvm::Error error = ReadHardwareDebugInfo(); in NumSupportedHardwareBreakpoints()
39 llvm::Error error = ReadHardwareDebugInfo(); in SetHardwareBreakpoint()
92 llvm::Error error = ReadHardwareDebugInfo(); in ClearHardwareBreakpoint()
154 llvm::Error error = ReadHardwareDebugInfo(); in ClearAllHardwareBreakpoints()
189 llvm::Error error = ReadHardwareDebugInfo(); in NumSupportedHardwareWatchpoints()
206 llvm::Error error = ReadHardwareDebugInfo(); in SetHardwareWatchpoint()
281 llvm::Error error = ReadHardwareDebugInfo(); in ClearHardwareWatchpoint()
318 llvm::Error error = ReadHardwareDebugInfo(); in ClearAllHardwareWatchpoints()
354 llvm::Error error = ReadHardwareDebugInfo(); in GetWatchpointHitIndex()
H A DNativeRegisterContextDBReg.h92 virtual llvm::Error ReadHardwareDebugInfo() = 0;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm64.h75 llvm::Error ReadHardwareDebugInfo() override;
H A DNativeRegisterContextFreeBSD_arm64.cpp230 llvm::Error error = r_source.ReadHardwareDebugInfo(); in CopyHardwareWatchpointsFrom()
248 llvm::Error NativeRegisterContextFreeBSD_arm64::ReadHardwareDebugInfo() { in ReadHardwareDebugInfo() function in NativeRegisterContextFreeBSD_arm64