Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1317 void SetThreadSpecifier(ThreadSpec *specifier);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3707 void Target::StopHook::SetThreadSpecifier(ThreadSpec *specifier) { in SetThreadSpecifier() function in Target::StopHook
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5033 new_hook_sp->SetThreadSpecifier(thread_spec); in DoExecute()