Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1243 Status SetScriptCallback(std::string class_name,
/external/llvm-project/lldb/source/Target/
DTarget.cpp3365 Status Target::StopHookScripted::SetScriptCallback( in SetScriptCallback() function in Target::StopHookScripted
/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp4794 Status error = hook_ptr->SetScriptCallback( in DoExecute()