diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-13 23:06:17 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-13 23:06:17 +0000 |
commit | 02ff0cd370fe5cfab21428324cf311088e91fb6c (patch) | |
tree | f5b7fd08d4d10071712d1e12611ecea7535d89a8 /gdb/infcmd.c | |
parent | 66eca5ee100721a645568f20ee8f64a58ede6fc3 (diff) | |
download | gdb-02ff0cd370fe5cfab21428324cf311088e91fb6c.zip gdb-02ff0cd370fe5cfab21428324cf311088e91fb6c.tar.gz gdb-02ff0cd370fe5cfab21428324cf311088e91fb6c.tar.bz2 |
add comment
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index ca5b00f..c0c5b7d 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -211,6 +211,7 @@ run_command (args, from_tty) dont_repeat (); + /* Shouldn't this be target_has_execution? FIXME. */ if (inferior_pid) { if ( |