summaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2010-12-29 00:58:11 +0000
committerMichael Snyder <msnyder@specifix.com>2010-12-29 00:58:11 +0000
commit142b87ff1070383a6b305aacfb45f5fe5f6a856f (patch)
tree1819c2be5bb45d499247f312358c2202b4a48230 /gdb/top.h
parent249d172966a109f18942d85b3d3bf38852863406 (diff)
downloadgdb-142b87ff1070383a6b305aacfb45f5fe5f6a856f.tar.gz
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 c1802747c9a..a6e0b09d66a 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;