Home
last modified time | relevance | path

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

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