diff options
author | Tom de Vries <tdevries@suse.de> | 2025-05-02 10:28:13 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2025-05-02 10:28:13 +0200 |
commit | 0de07b986383f8be874df352482ea404760202c5 (patch) | |
tree | b56467eb165e2cac64de81b34a5a395fa70fef56 /gdb/arch | |
parent | 3cecedf089a996d61ba73582b452786e3c6af869 (diff) | |
download | binutils-master.zip binutils-master.tar.gz binutils-master.tar.bz2 |
While investigating a timeout in gdb.threads/inf-thr-count.exp I noticed that
it uses quite some escaping, resulting in hard-to-parse regexps like
"\\\$$::decimal".
Fix this by reducing the escaping using:
- quoting strings using {} instead of "", and
- string_to_regexp.
Also use multi_line to split up long multi-line regexps.
Tested on x86_64-linux.
Diffstat (limited to 'gdb/arch')
0 files changed, 0 insertions, 0 deletions