diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-12-29 00:58:14 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-12-29 00:58:14 +0000 |
commit | 371d5dec8e7c12bcb4ab600a60d337891cde59a7 (patch) | |
tree | 81dc362c653ee33df949eb024e4cac842ceff81e /gdb/top.h | |
parent | 551ce43ca7d6e03696872b9c129afd96c6e690d8 (diff) | |
download | gdb-371d5dec8e7c12bcb4ab600a60d337891cde59a7.zip gdb-371d5dec8e7c12bcb4ab600a60d337891cde59a7.tar.gz 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.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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; |