Home
last modified time | relevance | path

Searched refs:SetStepping (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h63 void SetStepping();
H A DNativeThreadNetBSD.cpp104 void NativeThreadNetBSD::SetStepping() { in SetStepping() function in NativeThreadNetBSD
H A DNativeProcessNetBSD.cpp356 static_cast<NativeThreadNetBSD &>(*thread).SetStepping(); in Resume()