Replace "exec" with "executable" in messages.
[deliverable/binutils-gdb.git] / gdb / gdbtk-hooks.c
index 8f6f19c3e5583ddc60535bbdb97c6b15ac42c6b4..ff2e7f51d90dc85efae6d6cf939ea25be30fe361 100644 (file)
@@ -593,7 +593,9 @@ gdbtk_wait (pid, ourstatus)
      int pid;
      struct target_waitstatus *ourstatus;
 {
-  gdbtk_start_timer ();
+  /* Don't run the timer on various targets... */
+  if (!STREQ (target_shortname, "ice"))
+    gdbtk_start_timer ();
   pid = target_wait (pid, ourstatus);
   gdbtk_stop_timer ();
   return pid;
This page took 0.026381 seconds and 4 git commands to generate.