Searched refs:StopHookCommandLine (Results 1 – 3 of 3) sorted by relevance
1399 class StopHookCommandLine : public StopHook {1401 ~StopHookCommandLine() override = default;1417 StopHookCommandLine(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookCommandLine() function
3004 stop_hook_sp.reset(new StopHookCommandLine(shared_from_this(), new_uid)); in CreateStopHook()3925 void Target::StopHookCommandLine::GetSubclassDescription( in GetSubclassDescription()3944 void Target::StopHookCommandLine::SetActionFromString(const std::string &string) { in SetActionFromString()3948 void Target::StopHookCommandLine::SetActionFromStrings( in SetActionFromStrings()3955 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
4971 Target::StopHookCommandLine *hook_ptr = in IOHandlerInputComplete()4972 static_cast<Target::StopHookCommandLine *>(m_stop_hook_sp.get()); in IOHandlerInputComplete()5067 Target::StopHookCommandLine *hook_ptr = in DoExecute()5068 static_cast<Target::StopHookCommandLine *>(new_hook_sp.get()); in DoExecute()