reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3376   LLDB_LOGF(log, "ProcessGDBRemote::DoSignal (signal = %d)", signo);
 3378   if (!m_gdb_comm.SendAsyncSignal(signo))
 3379     error.SetErrorStringWithFormat("failed to send signal %i", signo);