Searched refs:StopHookCommandLine (Results 1 – 3 of 3) sorted by relevance
1345 class StopHookCommandLine : public StopHook {1347 ~StopHookCommandLine() override = default;1363 StopHookCommandLine(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookCommandLine() function
2827 stop_hook_sp.reset(new StopHookCommandLine(shared_from_this(), new_uid)); in CreateStopHook()3769 void Target::StopHookCommandLine::GetSubclassDescription( in GetSubclassDescription()3788 void Target::StopHookCommandLine::SetActionFromString(const std::string &string) { in SetActionFromString()3792 void Target::StopHookCommandLine::SetActionFromStrings( in SetActionFromStrings()3799 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
4946 Target::StopHookCommandLine *hook_ptr = in IOHandlerInputComplete()4947 static_cast<Target::StopHookCommandLine *>(m_stop_hook_sp.get()); in IOHandlerInputComplete()5039 Target::StopHookCommandLine *hook_ptr = in DoExecute()5040 static_cast<Target::StopHookCommandLine *>(new_hook_sp.get()); in DoExecute()