Home
last modified time | relevance | path

Searched refs:HandleProcessEvent (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h100 void HandleProcessEvent(const lldb::SBProcess &process,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h356 void HandleProcessEvent(const lldb::EventSP &event_sp);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp383 HandleProcessEvent(process, event, GetOutputFileHandle(), in HandleCommand()
406 void SBDebugger::HandleProcessEvent(const SBProcess &process, in HandleProcessEvent() function in SBDebugger
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1400 void Debugger::HandleProcessEvent(const EventSP &event_sp) { in HandleProcessEvent() function in Debugger
1559 HandleProcessEvent(event_sp); in DefaultEventHandler()