diff options
Diffstat (limited to 'gdb/top.h')
-rw-r--r-- | gdb/top.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -65,6 +65,10 @@ extern char *get_prompt (void); by gdb for its command prompt. */ extern void set_prompt (const char *s); +/* Return 1 if the current input handler is a secondary prompt, 0 otherwise. */ + +extern int gdb_in_secondary_prompt_p (void); + /* From random places. */ extern int readnow_symbol_files; |