/openbsd-src/gnu/llvm/lldb/tools/lldb-server/ |
H A D | lldb-gdbserver.cpp | 83 MainLoop &mainloop) const override { 88 MainLoop &mainloop) const override { 99 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler() argument 107 mainloop.RequestTermination(); in sighup_handler() 194 void ConnectToRemote(MainLoop &mainloop, in ConnectToRemote() argument 331 MainLoop mainloop; in main_gdbserver() local 336 mainloop.RegisterSignal(SIGHUP, sighup_handler, error); in main_gdbserver() 439 GDBRemoteCommunicationServerLLGS gdb_server(mainloop, factory); in main_gdbserver() 462 ConnectToRemote(mainloop, gdb_server, reverse_connect, host_and_port, in main_gdbserver() 471 Status ret = mainloop.Run(); in main_gdbserver()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
H A D | NativeProcessOpenBSD.h | 35 MainLoop &mainloop) const override; 39 MainLoop &mainloop) const override; 103 const ArchSpec &arch, MainLoop &mainloop);
|
H A D | NativeProcessOpenBSD.cpp | 68 MainLoop &mainloop) const { in Launch() 106 Info.GetArchitecture(), mainloop)); in Launch() 122 MainLoop &mainloop) const { in Attach() 135 pid, -1, native_delegate, Info.GetArchitecture(), mainloop)); in Attach() 158 MainLoop &mainloop) in NativeProcessOpenBSD() argument 166 m_sigchld_handle = mainloop.RegisterSignal( in NativeProcessOpenBSD()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.h | 34 MainLoop &mainloop) const override; 38 MainLoop &mainloop) const override; 102 const ArchSpec &arch, MainLoop &mainloop);
|
H A D | NativeProcessNetBSD.cpp | 61 MainLoop &mainloop) const { in Launch() 99 Info.GetArchitecture(), mainloop)); in Launch() 115 MainLoop &mainloop) const { in Attach() 127 pid, -1, native_delegate, Info.GetArchitecture(), mainloop)); in Attach() 148 MainLoop &mainloop) in NativeProcessNetBSD() argument 150 m_main_loop(mainloop) { in NativeProcessNetBSD() 157 m_sigchld_handle = mainloop.RegisterSignal( in NativeProcessNetBSD()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.h | 37 MainLoop &mainloop) const override; 41 MainLoop &mainloop) const override; 109 const ArchSpec &arch, MainLoop &mainloop);
|
H A D | NativeProcessFreeBSD.cpp | 56 MainLoop &mainloop) const { in Launch() 94 Info.GetArchitecture(), mainloop)); in Launch() 110 MainLoop &mainloop) const { in Attach() 122 pid, -1, native_delegate, Info.GetArchitecture(), mainloop)); in Attach() 147 MainLoop &mainloop) in NativeProcessFreeBSD() argument 149 m_main_loop(mainloop) { in NativeProcessFreeBSD() 156 m_sigchld_handle = mainloop.RegisterSignal( in NativeProcessFreeBSD()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
H A D | MainLoopBase.h | 88 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle() argument 89 : m_mainloop(mainloop), m_handle(handle) {} in ReadHandle()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/ |
H A D | MainLoopPosix.h | 68 SignalHandle(MainLoopPosix &mainloop, int signo, in SignalHandle() argument 70 : m_mainloop(mainloop), m_signo(signo), m_callback_it(callback_it) {} in SignalHandle()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.h | 47 MainLoop &mainloop) const override; 51 MainLoop &mainloop) const override; 163 const ArchSpec &arch, MainLoop &mainloop,
|
H A D | NativeProcessLinux.cpp | 222 MainLoop &mainloop) const { in Launch() 263 *arch_or, mainloop, {pid})); in Launch() 269 MainLoop &mainloop) const { in Attach() 283 pid, -1, native_delegate, *arch_or, mainloop, tids)); in Attach() 306 const ArchSpec &arch, MainLoop &mainloop, in NativeProcessLinux() argument 309 m_main_loop(mainloop), m_intel_pt_collector(*this) { in NativeProcessLinux() 316 m_sigchld_handle = mainloop.RegisterSignal( in NativeProcessLinux()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
H A D | NativeProcessWindows.h | 38 MainLoop &mainloop) const override; 42 MainLoop &mainloop) const override;
|
H A D | NativeProcessWindows.cpp | 609 MainLoop &mainloop) const { in Launch() 621 MainLoop &mainloop) const { in Attach()
|
/openbsd-src/usr.bin/ssh/ |
H A D | smult_curve25519_ref.c | 124 static void mainloop(unsigned int work[64],const unsigned char e[32]) in mainloop() function 259 mainloop(work,e); in crypto_scalarmult_curve25519()
|
/openbsd-src/sbin/iked/ |
H A D | smult_curve25519_ref.c | 124 static void mainloop(unsigned int work[64],const unsigned char e[32]) in mainloop() function 259 mainloop(work,e); in crypto_scalarmult_curve25519()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 298 MainLoop &mainloop) const = 0; 320 MainLoop &mainloop) const = 0;
|
/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | lldbtk.py | 571 tree.mainloop() 596 tree.mainloop() 617 tree.mainloop()
|
/openbsd-src/games/snake/ |
H A D | snake.c | 112 void mainloop(void); 237 mainloop(); in main() 243 mainloop(void) in mainloop() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.h | 37 MainLoop &mainloop,
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 72 MainLoop &mainloop, const NativeProcessProtocol::Factory &process_factory) in GDBRemoteCommunicationServerLLGS() argument 73 : GDBRemoteCommunicationServerCommon(), m_mainloop(mainloop), in GDBRemoteCommunicationServerLLGS()
|
/openbsd-src/gnu/usr.bin/binutils/config/ |
H A D | acinclude.m4 | 711 if test -f "$ac_cv_c_ilupath/runtime/mainloop/Makefile" ; then 712 ac_cv_c_ilulib4=`(cd $ac_cv_c_ilupath/runtime/mainloop; ${PWDCMD-pwd})`
|
/openbsd-src/gnu/gcc/config/ |
H A D | acinclude.m4 | 711 if test -f "$ac_cv_c_ilupath/runtime/mainloop/Makefile" ; then 712 ac_cv_c_ilulib4=`(cd $ac_cv_c_ilupath/runtime/mainloop; ${PWDCMD-pwd})`
|
/openbsd-src/gnu/usr.bin/binutils-2.17/config/ |
H A D | acinclude.m4 | 711 if test -f "$ac_cv_c_ilupath/runtime/mainloop/Makefile" ; then 712 ac_cv_c_ilulib4=`(cd $ac_cv_c_ilupath/runtime/mainloop; ${PWDCMD-pwd})`
|