Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.h24 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo() function
/src/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.h24 void OverrideStopInfo(Thread &thread) const override;
H A DArchitectureArm.cpp38 void ArchitectureArm::OverrideStopInfo(Thread &thread) const { in OverrideStopInfo() function in ArchitectureArm
/src/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.h25 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo() function
/src/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h25 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo() function
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DArchitecture.h30 virtual void OverrideStopInfo(Thread &thread) const = 0;
/src/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp422 arch->OverrideStopInfo(*this); in GetPrivateStopInfo()