diff options
author | Tom de Vries <tdevries@suse.de> | 2023-03-10 16:34:04 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2023-03-10 16:34:04 +0100 |
commit | 7f3294a9b784ad011624cace3a1e81e32f273030 (patch) | |
tree | afe343ecc4c9976421db6527172ef02e94b674e8 /bfd/elf64-x86-64.c | |
parent | 254de2628f5e6da0c0d48eb86f40ece3d96b7b75 (diff) | |
download | gdb-7f3294a9b784ad011624cace3a1e81e32f273030.zip gdb-7f3294a9b784ad011624cace3a1e81e32f273030.tar.gz gdb-7f3294a9b784ad011624cace3a1e81e32f273030.tar.bz2 |
[gdb/testsuite] Fix gdb.python/py-completion.exp
With test-case gdb.python/py-completion.exp and target board
native-extended-gdbserver I get this warning:
...
(gdb) PASS: gdb.python/py-completion.exp: discard #2
completefilecommandcond $outputs/gdb.python/py-completion/py-completion-t^G\
PASS: gdb.python/py-completion.exp: completefilecommandcond completion
Remote debugging from host ::1, port 53346^M
monitor exit^M
not implemented^M
(gdb) WARNING: Timed out waiting for EOF in server after monitor exit
...
Fix this by adding the missing "discard #3", such that we have instead:
...
(gdb) PASS: gdb.python/py-completion.exp: discard #2
completefilecommandcond $outputs/gdb.python/py-completion/py-completion-t^G\
PASS: gdb.python/py-completion.exp: completefilecommandcond completion
^M
not implemented^M
(gdb) PASS: gdb.python/py-completion.exp: discard #3
Remote debugging from host ::1, port 36278^M
monitor exit^M
(gdb)
...
Tested on x86_64-linux.
Diffstat (limited to 'bfd/elf64-x86-64.c')
0 files changed, 0 insertions, 0 deletions