HomeSort by: relevance | last modified time | path
    Searched defs:nomsg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.c 189 unsigned int nomsg:1;
650 inf->nomsg = 1;
698 inf->nomsg = 1;
784 /* Validates INF's stopped, nomsg and traced field from the actual
803 inf->nomsg = !!(pi->state & PI_NOMSG);
804 if (inf->nomsg)
1263 if (inf->nomsg)
2011 if (sig == GDB_SIGNAL_0 && inf->nomsg)
2166 inf->nomsg = 1;
188 unsigned int nomsg:1; member in struct:inf
  /src/external/gpl3/gdb/dist/gdb/
gnu-nat.c 189 unsigned int nomsg:1;
650 inf->nomsg = 1;
698 inf->nomsg = 1;
784 /* Validates INF's stopped, nomsg and traced field from the actual
803 inf->nomsg = !!(pi->state & PI_NOMSG);
804 if (inf->nomsg)
1263 if (inf->nomsg)
2011 if (sig == GDB_SIGNAL_0 && inf->nomsg)
2166 inf->nomsg = 1;
188 unsigned int nomsg:1; member in struct:inf

Completed in 26 milliseconds