Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1276 void SetThreadSpecifier(ThreadSpec *specifier);
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3603 void Target::StopHook::SetThreadSpecifier(ThreadSpec *specifier) { in SetThreadSpecifier() function in Target::StopHook
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp4854 new_hook_sp->SetThreadSpecifier(thread_spec); in DoExecute()