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

  /src/external/gpl3/gdb/dist/gdb/
gnu-nat.c 227 int want_exceptions;
580 if (inf->want_exceptions)
660 inf->want_exceptions = 1; /* By default */
2189 if (inf->want_exceptions)
3036 inf->want_exceptions = arg;
3053 ? (inf->want_exceptions ? "are" : "aren't")
3054 : (inf->want_exceptions ? "will be" : "won't be"));
226 int want_exceptions; member in struct:inf
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.c 226 int want_exceptions;
579 if (inf->want_exceptions)
659 inf->want_exceptions = 1; /* By default */
2184 if (inf->want_exceptions)
3031 inf->want_exceptions = arg;
3048 ? (inf->want_exceptions ? "are" : "aren't")
3049 : (inf->want_exceptions ? "will be" : "won't be"));
225 int want_exceptions; member in struct:inf

Completed in 28 milliseconds