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

  /src/external/gpl3/gdb/dist/gdb/mi/
mi-main.c 79 static int do_timings = 0; variable
1632 do_timings = 1;
1636 do_timings = 1;
1638 do_timings = 0;
1811 if (do_timings)
1945 if (do_timings)
2279 /* If the command is -enable-timing then do_timings may be true
2281 if (do_timings && current_command_ts)
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-main.c 79 static int do_timings = 0; variable
1635 do_timings = 1;
1639 do_timings = 1;
1641 do_timings = 0;
1814 if (do_timings)
1948 if (do_timings)
2285 /* If the command is -enable-timing then do_timings may be true
2287 if (do_timings && current_command_ts)

Completed in 24 milliseconds