Home
last modified time | relevance | path

Searched defs:OverrideStopInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.h24 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.h25 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.h25 void OverrideStopInfo(Thread &thread) const override {} in OverrideStopInfo() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp38 void ArchitectureArm::OverrideStopInfo(Thread &thread) const { in OverrideStopInfo() function in ArchitectureArm