Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1422 class StopHookScripted : public StopHook {
1424 ~StopHookScripted() override = default;
1444 StopHookScripted(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookScripted() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3007 stop_hook_sp.reset(new StopHookScripted(shared_from_this(), new_uid)); in CreateStopHook()
3989 Status Target::StopHookScripted::SetScriptCallback( in SetScriptCallback()
4029 Target::StopHookScripted::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
4048 void Target::StopHookScripted::GetSubclassDescription( in GetSubclassDescription()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5074 Target::StopHookScripted *hook_ptr = in DoExecute()
5075 static_cast<Target::StopHookScripted *>(new_hook_sp.get()); in DoExecute()