aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2010-12-29 00:58:14 +0000
committerMichael Snyder <msnyder@vmware.com>2010-12-29 00:58:14 +0000
commit371d5dec8e7c12bcb4ab600a60d337891cde59a7 (patch)
tree81dc362c653ee33df949eb024e4cac842ceff81e /gdb/top.h
parent551ce43ca7d6e03696872b9c129afd96c6e690d8 (diff)
downloadfsf-binutils-gdb-371d5dec8e7c12bcb4ab600a60d337891cde59a7.zip
fsf-binutils-gdb-371d5dec8e7c12bcb4ab600a60d337891cde59a7.tar.gz
fsf-binutils-gdb-371d5dec8e7c12bcb4ab600a60d337891cde59a7.tar.bz2
2010-12-28 Michael Snyder <msnyder@vmware.com>
* event-loop.c: Comment clean-up. * event-loop.h: Ditto. * event-top.c: Ditto. * gdb.c: Ditto. * gdb.h: Ditto. * main.c: Ditto. * top.c: Ditto. * top.h: Ditto.
Diffstat (limited to 'gdb/top.h')
-rw-r--r--gdb/top.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/top.h b/gdb/top.h
index c180274..a6e0b09 100644
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -52,21 +52,21 @@ extern void execute_command (char *, int);
extern void prepare_execute_command (void);
/* This function returns a pointer to the string that is used
- by gdb for its command prompt. */
+ by gdb for its command prompt. */
extern char *get_prompt (void);
/* This function copies the specified string into the string that
- is used by gdb for its command prompt. */
+ is used by gdb for its command prompt. */
extern void set_prompt (char *);
/* From random places. */
extern int readnow_symbol_files;
-/* Perform _initialize initialization */
+/* Perform _initialize initialization. */
extern void gdb_init (char *);
-/* For use by event-top.c */
-/* Variables from top.c. */
+/* For use by event-top.c. */
+/* Variables from top.c. */
extern int source_line_number;
extern const char *source_file_name;
extern int history_expansion_p;