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
  399     dictionary->AddIntegerItem("signo", signo);
  400     dictionary->AddStringItem("name", signals->GetSignalAsCString(signo));
  404     dictionary->AddBooleanItem("suppress", suppress);
  405     dictionary->AddBooleanItem("stop", stop);
  406     dictionary->AddBooleanItem("notify", notify);
  408     signal_array.Push(dictionary);