Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1265 Status SetScriptCallback(std::string class_name,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3426 Status Target::StopHookScripted::SetScriptCallback( in SetScriptCallback() function in Target::StopHookScripted
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4693 Status error = hook_ptr->SetScriptCallback( in DoExecute()