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

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  566   assert(info.si_signo == SIGTRAP && "Unexpected child signal!");
  568   switch (info.si_code) {
  593     LLDB_LOG(log, "received exec event, code = {0}", info.si_code ^ SIGTRAP);
  661         wp_index, (uintptr_t)info.si_addr);
  675         bp_index, (uintptr_t)info.si_addr);
  720         info.si_code, GetID(), thread.GetID());
  728              info.si_code, GetID(), thread.GetID());
  729     MonitorSignal(info, thread, false);