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.cpp3309 EventSP first_stop_event_sp; in Launch() local
3310 state = m_process_sp->WaitForProcessToStop(std::nullopt, &first_stop_event_sp, in Launch()
3316 assert(first_stop_event_sp); in Launch()
3317 m_process_sp->BroadcastEvent(first_stop_event_sp); in Launch()
H A DProcess.cpp2631 EventSP first_stop_event_sp; in Launch() local
2633 LaunchPrivate(launch_info, state_after_launch, first_stop_event_sp); in Launch()
2656 HandlePrivateEvent(first_stop_event_sp); in Launch()