Home
last modified time | relevance | path

Searched refs:MainLoopBase (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DMainLoopBase.h36 class MainLoopBase {
41 MainLoopBase() : m_terminate_request(false) {} in MainLoopBase() function
42 virtual ~MainLoopBase() = default;
46 typedef std::function<void(MainLoopBase &)> Callback;
88 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
91 MainLoopBase &m_mainloop;
94 friend class MainLoopBase; variable
99 MainLoopBase(const MainLoopBase &) = delete;
100 const MainLoopBase &operator=(const MainLoopBase &) = delete;
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DMainLoopBase.cpp14 void MainLoopBase::AddPendingCallback(const Callback &callback) { in AddPendingCallback()
22 void MainLoopBase::ProcessPendingCallbacks() { in ProcessPendingCallbacks()
H A DTCPSocket.cpp268 std::vector<MainLoopBase::ReadHandleUP> handles; in Accept()
275 &listen_sock](MainLoopBase &loop) { in Accept()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A DMainLoopWindows.h23 class MainLoopWindows : public MainLoopBase {
/openbsd-src/gnu/usr.bin/clang/liblldbHostCommon/
H A DMakefile22 MainLoopBase.cpp \
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dmodule.modulemap37 module MainLoopBase { header "Host/MainLoopBase.h" export * }
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h27 class MainLoopPosix : public MainLoopBase {
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Host/
H A DBUILD.gn31 "common/MainLoopBase.cpp",
/openbsd-src/gnu/llvm/lldb/source/Host/
H A DCMakeLists.txt27 common/MainLoopBase.cpp
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DMainLoopPosix.cpp232 m_read_fds.insert({trigger_pipe_fd, [trigger_pipe_fd](MainLoopBase &loop) {
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp99 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.cpp167 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessOpenBSD() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp157 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessFreeBSD() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1056 m_mainloop.AddPendingCallback([this, pid](MainLoopBase &loop) { in HandleInferiorState_Exited()
1183 read_object_sp, [this](MainLoopBase &) { DataAvailableCallback(); }, in InitializeConnection() argument
1237 [this](MainLoopBase &) { SendProcessOutput(); }, error); in StartSTDIOForwarding() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp158 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessNetBSD() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp317 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessLinux() argument
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3721 lldb/include/lldb/Host/MainLoopBase.h