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

Declarations

tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.h
   65   void SetStoppedBySignal(uint32_t signo, const siginfo_t *info = nullptr);

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  304     thread.SetStoppedBySignal(SIGSTOP);
  822           thread.SetStoppedBySignal(SIGSTOP, &info);
  857   thread.SetStoppedBySignal(signo, &info);