| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | MainLoopBase.h | 36 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 D | MainLoopBase.cpp | 14 void MainLoopBase::AddPendingCallback(const Callback &callback) { in AddPendingCallback() 22 void MainLoopBase::ProcessPendingCallbacks() { in ProcessPendingCallbacks()
|
| H A D | TCPSocket.cpp | 268 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 D | MainLoopWindows.h | 23 class MainLoopWindows : public MainLoopBase {
|
| /openbsd-src/gnu/usr.bin/clang/liblldbHostCommon/ |
| H A D | Makefile | 22 MainLoopBase.cpp \
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | module.modulemap | 37 module MainLoopBase { header "Host/MainLoopBase.h" export * }
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/ |
| H A D | MainLoopPosix.h | 27 class MainLoopPosix : public MainLoopBase {
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Host/ |
| H A D | BUILD.gn | 31 "common/MainLoopBase.cpp",
|
| /openbsd-src/gnu/llvm/lldb/source/Host/ |
| H A D | CMakeLists.txt | 27 common/MainLoopBase.cpp
|
| /openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
| H A D | MainLoopPosix.cpp | 232 m_read_fds.insert({trigger_pipe_fd, [trigger_pipe_fd](MainLoopBase &loop) {
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 99 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeProcessOpenBSD.cpp | 167 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessOpenBSD() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 157 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessFreeBSD() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1056 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 D | NativeProcessNetBSD.cpp | 158 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessNetBSD() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 317 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessLinux() argument
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3721 lldb/include/lldb/Host/MainLoopBase.h
|