Searched refs:StopHookCommandLine (Results 1 – 3 of 3) sorted by relevance
1214 class StopHookCommandLine : public StopHook {1216 virtual ~StopHookCommandLine() = default;1232 StopHookCommandLine(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookCommandLine() function
2548 stop_hook_sp.reset(new StopHookCommandLine(shared_from_this(), new_uid)); in CreateStopHook()3301 void Target::StopHookCommandLine::GetSubclassDescription( in GetSubclassDescription()3320 void Target::StopHookCommandLine::SetActionFromString(const std::string &string) { in SetActionFromString()3324 void Target::StopHookCommandLine::SetActionFromStrings( in SetActionFromStrings()3331 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
4692 Target::StopHookCommandLine *hook_ptr = in IOHandlerInputComplete()4693 static_cast<Target::StopHookCommandLine *>(m_stop_hook_sp.get()); in IOHandlerInputComplete()4785 Target::StopHookCommandLine *hook_ptr = in DoExecute()4786 static_cast<Target::StopHookCommandLine *>(new_hook_sp.get()); in DoExecute()