mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
From: Paul Eggert <eggert@twinsun.com>
* remote-bug.c (wait_strings): Avoid creating a trigraph.
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user