add comment
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 13 Sep 1993 23:06:17 +0000 (23:06 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 13 Sep 1993 23:06:17 +0000 (23:06 +0000)
gdb/infcmd.c

index ca5b00fed49023af0846f6a1d9754b815bce16b7..c0c5b7d243655e9751426b0d37d52990bca3e6ac 100644 (file)
@@ -211,6 +211,7 @@ run_command (args, from_tty)
 
   dont_repeat ();
 
+  /* Shouldn't this be target_has_execution?  FIXME.  */
   if (inferior_pid)
     {
       if (
This page took 0.031492 seconds and 4 git commands to generate.