diff options
Diffstat (limited to 'gdb/main.c')
-rw-r--r-- | gdb/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -306,6 +306,8 @@ int linesize = 100; /* Baud rate specified for talking to serial target systems. Default is left as -1, so targets can choose their own defaults. */ +/* FIXME: This means that "show remotebaud" and gr_files_info can print -1 + or (unsigned int)-1. This is a Bad User Interface. */ int baud_rate = -1; |