Home
last modified time | relevance | path

Searched refs:StopHookCommandLine (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1304 class StopHookCommandLine : public StopHook {
1306 ~StopHookCommandLine() override = default;
1322 StopHookCommandLine(lldb::TargetSP target_sp, lldb::user_id_t uid) in StopHookCommandLine() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2725 stop_hook_sp.reset(new StopHookCommandLine(shared_from_this(), new_uid)); in CreateStopHook()
3665 void Target::StopHookCommandLine::GetSubclassDescription( in GetSubclassDescription()
3684 void Target::StopHookCommandLine::SetActionFromString(const std::string &string) { in SetActionFromString()
3688 void Target::StopHookCommandLine::SetActionFromStrings( in SetActionFromStrings()
3695 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp4767 Target::StopHookCommandLine *hook_ptr = in IOHandlerInputComplete()
4768 static_cast<Target::StopHookCommandLine *>(m_stop_hook_sp.get()); in IOHandlerInputComplete()
4860 Target::StopHookCommandLine *hook_ptr = in DoExecute()
4861 static_cast<Target::StopHookCommandLine *>(new_hook_sp.get()); in DoExecute()