Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp33 llvm::Error error = ReadHardwareDebugInfo(); in NumSupportedHardwareBreakpoints()
50 llvm::Error error = ReadHardwareDebugInfo(); in SetHardwareBreakpoint()
111 llvm::Error error = ReadHardwareDebugInfo(); in ClearHardwareBreakpoint()
172 llvm::Error error = ReadHardwareDebugInfo(); in ClearAllHardwareBreakpoints()
210 llvm::Error error = ReadHardwareDebugInfo(); in NumSupportedHardwareWatchpoints()
227 llvm::Error error = ReadHardwareDebugInfo(); in SetHardwareWatchpoint()
319 llvm::Error error = ReadHardwareDebugInfo(); in ClearHardwareWatchpoint()
356 llvm::Error error = ReadHardwareDebugInfo(); in ClearAllHardwareWatchpoints()
420 llvm::Error error = ReadHardwareDebugInfo(); in GetWatchpointHitIndex()
H A DNativeRegisterContextDBReg_arm64.h73 virtual llvm::Error ReadHardwareDebugInfo() = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_arm64.h75 llvm::Error ReadHardwareDebugInfo() override;
H A DNativeRegisterContextFreeBSD_arm64.cpp210 llvm::Error error = r_source.ReadHardwareDebugInfo(); in CopyHardwareWatchpointsFrom()
228 llvm::Error NativeRegisterContextFreeBSD_arm64::ReadHardwareDebugInfo() { in ReadHardwareDebugInfo() function in NativeRegisterContextFreeBSD_arm64