diff options
author | Tom de Vries <tdevries@suse.de> | 2020-03-12 11:03:07 +0100 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2020-03-12 11:03:07 +0100 |
commit | 3217502e1ba7409676e192100a0147a49dd5ae7a (patch) | |
tree | e49505094f425c6a65ec9f59aeb288e51cf0ce2d /gdb/source-cache.c | |
parent | 1281424ccf3d05410398f4f495443d9e54426f91 (diff) | |
download | gdb-3217502e1ba7409676e192100a0147a49dd5ae7a.zip gdb-3217502e1ba7409676e192100a0147a49dd5ae7a.tar.gz gdb-3217502e1ba7409676e192100a0147a49dd5ae7a.tar.bz2 |
[gdb/testsuite] Use string_to_regexp on core filename in gdb_core_cmd
In commit 1281424ccf "[gdb/testsuite] Fix core file load FAIL in
tls-core.exp", I've made this change:
...
- -re ": No such file or directory.*\r\n$gdb_prompt $" {
+ -re "$core: No such file or directory.*\r\n$gdb_prompt $" {
...
However, the $core variable contains a filename which needs to be matched
as a literal string, not as a regexp.
Fix this by using string_to_regexp.
Tested on x86_64-linux.
gdb/testsuite/ChangeLog:
2020-03-12 Tom de Vries <tdevries@suse.de>
* lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
$core.
Diffstat (limited to 'gdb/source-cache.c')
0 files changed, 0 insertions, 0 deletions