diff options
author | Tom de Vries <tdevries@suse.de> | 2023-05-05 18:57:06 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2023-05-05 18:57:06 +0200 |
commit | c5ba639d1b5ed9fe7ec8046e770e54679541f0e4 (patch) | |
tree | a738818342e8a6ec10aa8f349ea567991ce0c957 /gdb/python/py-micmd.c | |
parent | 58d047ac2597d7b9e89e1723aaf67dfe51f8117b (diff) | |
download | binutils-c5ba639d1b5ed9fe7ec8046e770e54679541f0e4.zip binutils-c5ba639d1b5ed9fe7ec8046e770e54679541f0e4.tar.gz binutils-c5ba639d1b5ed9fe7ec8046e770e54679541f0e4.tar.bz2 |
[gdb/testsuite] Generate long string in gdb.base/page.exp
I noticed in gdb.base/page.exp:
...
set fours [string repeat 4 40]
...
but then shortly afterwards:
...
[list 1\r\n 2\r\n 3\r\n 444444444444444444444444444444]
...
Summarize the long string in the same way using string repeat:
...
[list 1\r\n 2\r\n 3\r\n [string repeat 4 30]]
...
Tested on x86_64-linux.
Diffstat (limited to 'gdb/python/py-micmd.c')
0 files changed, 0 insertions, 0 deletions