Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Architecture/PPC64/
DArchitecturePPC64.h25 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo() function
/external/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
/external/llvm-project/lldb/include/lldb/Core/
DArchitecture.h28 virtual void OverrideStopInfo(Thread &thread) const = 0;
/external/llvm-project/lldb/source/Plugins/Architecture/Mips/
DArchitectureMips.h26 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo() function
/external/llvm-project/lldb/source/Target/
DThread.cpp411 arch->OverrideStopInfo(*this); in GetPrivateStopInfo()