Home
last modified time | relevance | path

Searched defs:MainLoopBase (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h46 MainLoopBase() : m_terminate_request(false) {} in MainLoopBase() function
114 friend class MainLoopBase; variable
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp784 [&](MainLoopBase &) { in main() argument
793 [&](MainLoopBase &) { in main() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.cpp54 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in Manager() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp174 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessFreeBSD() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp156 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessNetBSD() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1186 read_object_sp, [this](MainLoopBase &) { DataAvailableCallback(); }, in InitializeConnection() argument
1241 [this](MainLoopBase &) { SendProcessOutput(); }, error); in StartSTDIOForwarding() argument