Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1147 EventSP first_stop_event_sp; in DoExecute() local
1149 std::nullopt, &first_stop_event_sp, rebroadcast_first_stop, in DoExecute()
1154 assert(first_stop_event_sp); in DoExecute()
1155 process_sp->BroadcastEvent(first_stop_event_sp); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3457 EventSP first_stop_event_sp; in Launch() local
3458 state = m_process_sp->WaitForProcessToStop(std::nullopt, &first_stop_event_sp, in Launch()
3466 assert(first_stop_event_sp); in Launch()
3467 m_process_sp->BroadcastEvent(first_stop_event_sp); in Launch()
H A DProcess.cpp2599 EventSP first_stop_event_sp; in Launch() local
2601 LaunchPrivate(launch_info, state_after_launch, first_stop_event_sp); in Launch()
2624 HandlePrivateEvent(first_stop_event_sp); in Launch()