aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2024-08-28 07:33:46 -0600
committerTom Tromey <tromey@adacore.com>2024-08-30 09:11:12 -0600
commitbcae3bb6509e1111c2859c6b24306aefecdd2570 (patch)
tree7f0b48a5156e09bff89dca63acc6c10f64bc9265 /gdb/python
parent67e30b15212adc1502b898a1ca224fdf65dc110d (diff)
downloadbinutils-bcae3bb6509e1111c2859c6b24306aefecdd2570.zip
binutils-bcae3bb6509e1111c2859c6b24306aefecdd2570.tar.gz
binutils-bcae3bb6509e1111c2859c6b24306aefecdd2570.tar.bz2
Fix regexp quoting in gdb.ada test cases
I noticed that some gdb.ada tests used regular expressions like: "Continuing\..*$inferior_exited_re.*" \ Here, the "\." should either be "." or "\\." -- "\." is not really meaningful. This patch fixes all the cases of this I could find in gdb.ada. In one test (fun_renaming.exp), using "\\." would result in failures, and here I rewrote the tests to use -wrap. Approved-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions