Home
last modified time | relevance | path

Searched refs:OverrideStopInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/
DArchitectureAArch64.h26 void OverrideStopInfo(Thread &thread) const override{}; in OverrideStopInfo() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
DArchitecturePPC64.h25 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
DArchitectureArm.h25 void OverrideStopInfo(Thread &thread) const override;
DArchitectureArm.cpp45 void ArchitectureArm::OverrideStopInfo(Thread &thread) const { in OverrideStopInfo() function in ArchitectureArm
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
DArchitecture.h29 virtual void OverrideStopInfo(Thread &thread) const = 0;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.h26 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThread.cpp405 arch->OverrideStopInfo(*this); in GetPrivateStopInfo()