diff options
Diffstat (limited to 'gdb/remote-bug.c')
-rw-r--r-- | gdb/remote-bug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c index cd3b798..4e29c0e 100644 --- a/gdb/remote-bug.c +++ b/gdb/remote-bug.c @@ -270,7 +270,7 @@ bug_resume (pid, step, sig) static char *wait_strings[] = { "At Breakpoint", "Exception: Data Access Fault (Local Bus Timeout)", - "\r8???-Bug>", + "\r8??\?-Bug>", /* The '\?' avoids creating a trigraph */ "\r197-Bug>", NULL, }; |