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

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  395        signo != LLDB_INVALID_SIGNAL_NUMBER;
  396        signo = signals->GetNextSignalNumber(signo)) {
  396        signo = signals->GetNextSignalNumber(signo)) {
  399     dictionary->AddIntegerItem("signo", signo);
  400     dictionary->AddStringItem("name", signals->GetSignalAsCString(signo));
  403     signals->GetSignalInfo(signo, suppress, stop, notify);