summaryrefslogtreecommitdiff
path: root/gdb/exec.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2009-02-22 19:35:47 +0000
committerDoug Evans <dje@google.com>2009-02-22 19:35:47 +0000
commitf002322d7957df3a2d7e468e74d595369c16932d (patch)
treeee2f1a0da5b62a4e90e25b8c4bbdee5b90b1b687 /gdb/exec.c
parent97a89742c8bd04df6ce261d5c615205ab0ae524f (diff)
downloadgdb-f002322d7957df3a2d7e468e74d595369c16932d.tar.gz
* exec.c (exec_file_attach): Fix comment.
Diffstat (limited to 'gdb/exec.c')
-rw-r--r--gdb/exec.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/exec.c b/gdb/exec.c
index 8d8c1dfe5a4..a9a53ce631f 100644
--- a/gdb/exec.c
+++ b/gdb/exec.c
@@ -158,7 +158,7 @@ exec_file_clear (int from_tty)
printf_unfiltered (_("No executable file now.\n"));
}
-/* Process the first arg in ARGS as the new exec file.
+/* Set FILENAME as the new exec file.
This function is intended to be behave essentially the same
as exec_file_command, except that the latter will detect when
@@ -173,9 +173,7 @@ exec_file_clear (int from_tty)
given a pid but not a exec pathname, and the attach command could
figure out the pathname from the pid. (In this case, we shouldn't
ask the user whether the current target should be shut down --
- we're supplying the exec pathname late for good reason.)
-
- ARGS is assumed to be the filename. */
+ we're supplying the exec pathname late for good reason.) */
void
exec_file_attach (char *filename, int from_tty)