diff options
author | Tom de Vries <tdevries@suse.de> | 2024-02-26 15:59:47 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2024-02-26 15:59:47 +0100 |
commit | d82ede20df36eb8acfc9e67969e396e3a8fe1d45 (patch) | |
tree | ea2525ff7caafb22f45279cd2297f52f9bdc0188 /gdb/ada-lang.c | |
parent | 2aaba7444679492ae9e2757d7d05ba63bd2ec3c7 (diff) | |
download | binutils-d82ede20df36eb8acfc9e67969e396e3a8fe1d45.zip binutils-d82ede20df36eb8acfc9e67969e396e3a8fe1d45.tar.gz binutils-d82ede20df36eb8acfc9e67969e396e3a8fe1d45.tar.bz2 |
[gdb/testsuite] Further handle long filenames in gdb.base/startup-with-shell.exp
In commit 52498004a34 ("gdb/testsuite: handle long filenames in
gdb.base/startup-with-shell.exp") we fixed a FAIL reported by the Linaro CI:
...
(gdb) print argv[1]
$1 = 0xfffed978 "<snip>/startup-with-shell/unique-file.unique-e"...
(gdb) FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = on; \
run_args = *.unique-extension: first argument expanded
...
PR testsuite/31410 reports a similar failure:
...
(gdb) print argv[1]
$1 = 0xfffeda96 "<snip>/startup-with-shell/*.unique-extens"...
(gdb) FAIL: gdb.base/startup-with-shell.exp: startup_with_shell = off; \
run_args = *.unique-extension: first argument not expanded
...
Fix this in the same way, using "set print characters unlimited".
Tested on x86_64-linux.
Approved-By: Tom Tromey <tom@tromey.com>
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31410
Diffstat (limited to 'gdb/ada-lang.c')
0 files changed, 0 insertions, 0 deletions