Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1355 class StopHookScripted : public StopHook {
1357 ~StopHookScripted() override = default;
1378 StopHookScripted(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookScripted() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2842 stop_hook_sp.reset(new StopHookScripted(shared_from_this(), new_uid)); in CreateStopHook()
3845 Status Target::StopHookScripted::SetScriptCallback( in SetScriptCallback()
3866 Target::StopHookScripted::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
3883 void Target::StopHookScripted::GetSubclassDescription( in GetSubclassDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5146 Target::StopHookScripted *hook_ptr = in DoExecute()
5147 static_cast<Target::StopHookScripted *>(new_hook_sp.get()); in DoExecute()