diff options
author | Fred Fish <fnf@specifix.com> | 1996-11-25 20:09:27 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-11-25 20:09:27 +0000 |
commit | 22ba28a51a83e4be86356995cea16ca942a22685 (patch) | |
tree | c8ba858e21e16a38649ce2b12486285e5e176b5c /gdb/remote-bug.c | |
parent | 05ccbdfdd2e71b1dafc8561a01ac8945e676e1af (diff) | |
download | gdb-22ba28a51a83e4be86356995cea16ca942a22685.zip gdb-22ba28a51a83e4be86356995cea16ca942a22685.tar.gz gdb-22ba28a51a83e4be86356995cea16ca942a22685.tar.bz2 |
From: Paul Eggert <eggert@twinsun.com>
* remote-bug.c (wait_strings): Avoid creating a trigraph.
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, }; |