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

  /src/external/gpl3/gdb/dist/gdb/
inferior.c 557 int inf_count = 0; local
570 ++inf_count;
573 if (inf_count == 0)
579 ui_out_emit_table table_emitter (uiout, 5, inf_count, "inferiors");
  /src/external/gpl3/gdb.old/dist/gdb/
inferior.c 557 int inf_count = 0; local
570 ++inf_count;
573 if (inf_count == 0)
579 ui_out_emit_table table_emitter (uiout, 5, inf_count, "inferiors");

Completed in 28 milliseconds