Searched refs:Comm (Results 1 – 17 of 17) sorted by relevance
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | debugserver.cpp | 269 if (remote->Comm().IsConnected()) { in RNBRunLoopLaunchInferior() 728 if (!remote->Comm().IsConnected()) { in ConnectRemote() 1465 if (!remote->Comm().IsConnected()) { in main() 1485 remote->Comm().Read(buf); in main() 1487 remote->Comm().Disconnect(false); in main() 1502 if (remote->Comm().OpenFile(str)) in main() 1508 if (remote->Comm().useFD(communication_fd)) in main() 1604 if (remote->Comm().OpenFile(str)) in main() 1633 if (remote->Comm().OpenFile(str)) in main() 1671 if (remote->Comm().OpenFile(str)) in main() [all …]
|
H A D | libdebugserver.cpp | 348 if (g_remoteSP->Comm().useFD(fd) == rnb_success) { in debug_server_main()
|
H A D | RNBRemote.h | 262 RNBSocket &Comm() { return m_comm; } in Comm() function
|
H A D | RNBRemote.cpp | 3312 return !remote->Comm().IsConnected(); in RNBRemoteShouldCancelCallback()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ProcessKDPLog.cpp | 16 {{"comm"}, {"log communication activity"}, KDPLog::Comm},
|
H A D | ProcessKDPLog.h | 20 Comm = Log::ChannelFlag<2>, enumerator
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemoteLog.cpp | 20 {{"comm"}, {"log communication activity"}, GDBRLog::Comm},
|
H A D | ProcessGDBRemoteLog.h | 21 Comm = Log::ChannelFlag<2>, enumerator
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 1154 Log *log = GetLog(GDBRLog::Comm); in DataAvailableCallback()
|
H A D | ProcessGDBRemote.cpp | 3931 Log *log(GetLog(GDBRLog::Comm | GDBRLog::Memory)); in GetMaxMemorySize()
|
/openbsd/usr.bin/fstat/ |
H A D | fstat.c | 353 const char *Uname, *Comm; variable 358 printf("%-8.8s %-10s %5ld", Uname, Comm, (long)Pid); \ 389 Comm = kf->p_comm; in fstat_dofile()
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | as.texinfo | 3037 another form of uninitialized symbol; see @xref{Comm,,@code{.comm}}. 3674 * Comm:: @code{.comm @var{symbol} , @var{length} } 3957 @node Comm
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | as.texinfo | 3113 another form of uninitialized symbol; see @xref{Comm,,@code{.comm}}. 3742 * Comm:: @code{.comm @var{symbol} , @var{length} } 4030 @node Comm
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9697 | 2068 (Comm): Rewrite description of common symbols.
|
H A D | ChangeLog-0203 | 1638 * doc/as.texinfo (Comm): Added @node. Moved before CFI
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-9697 | 2068 (Comm): Rewrite description of common symbols.
|
H A D | ChangeLog-0203 | 1638 * doc/as.texinfo (Comm): Added @node. Moved before CFI
|