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

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1075       const int signo = action->signal;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
 1528     thread_action.signal = LLDB_INVALID_SIGNAL_NUMBER;
 1533       thread_action.signal = packet.GetHexMaxU32(false, 0);
 1534       if (thread_action.signal == 0)
 1545       thread_action.signal = packet.GetHexMaxU32(false, 0);
 1546       if (thread_action.signal == 0)