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.h1368 class StopHookScripted : public StopHook {
1370 ~StopHookScripted() override = default;
1391 StopHookScripted(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookScripted() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2830 stop_hook_sp.reset(new StopHookScripted(shared_from_this(), new_uid)); in CreateStopHook()
3833 Status Target::StopHookScripted::SetScriptCallback( in SetScriptCallback()
3854 Target::StopHookScripted::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
3871 void Target::StopHookScripted::GetSubclassDescription( in GetSubclassDescription()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5046 Target::StopHookScripted *hook_ptr = in DoExecute()
5047 static_cast<Target::StopHookScripted *>(new_hook_sp.get()); in DoExecute()