Home
last modified time | relevance | path

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

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