Searched refs:StopHookCommandLine (Results 1 – 3 of 3) sorted by relevance
1236 class StopHookCommandLine : public StopHook {1238 virtual ~StopHookCommandLine() = default;1254 StopHookCommandLine(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookCommandLine() function
2550 stop_hook_sp.reset(new StopHookCommandLine(shared_from_this(), new_uid)); in CreateStopHook()3362 void Target::StopHookCommandLine::GetSubclassDescription( in GetSubclassDescription()3381 void Target::StopHookCommandLine::SetActionFromString(const std::string &string) { in SetActionFromString()3385 void Target::StopHookCommandLine::SetActionFromStrings( in SetActionFromStrings()3392 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
4591 Target::StopHookCommandLine *hook_ptr = in IOHandlerInputComplete()4592 static_cast<Target::StopHookCommandLine *>(m_stop_hook_sp.get()); in IOHandlerInputComplete()4684 Target::StopHookCommandLine *hook_ptr = in DoExecute()4685 static_cast<Target::StopHookCommandLine *>(new_hook_sp.get()); in DoExecute()