aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAndreas Arnez <arnez@linux.vnet.ibm.com>2017-06-13 15:20:25 +0200
committerAndreas Arnez <arnez@linux.vnet.ibm.com>2017-06-13 15:20:25 +0200
commit0567c9861e113a573cc905002a59cb1bc3d78450 (patch)
tree56f275a2ac62cabf8f7d4786257fdea239a573ed /gdb/testsuite/ChangeLog
parent10bbbc1d790836122c417fe4fef7233604bb3982 (diff)
downloadgdb-0567c9861e113a573cc905002a59cb1bc3d78450.zip
gdb-0567c9861e113a573cc905002a59cb1bc3d78450.tar.gz
gdb-0567c9861e113a573cc905002a59cb1bc3d78450.tar.bz2
Add test for modifiable DWARF locations
This adds a test for read/write access to variables with various types of DWARF locations. It uses register- and memory locations and composite locations with register- and memory pieces. Since the new test calls gdb_test_no_output with commands that contain braces, it is necessary for string_to_regexp to quote braces as well. This was not done before. gdb/testsuite/ChangeLog: * gdb.dwarf2/var-access.c: New file. * gdb.dwarf2/var-access.exp: New test. * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5f6adc5..4993a2d 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
+
+ * gdb.dwarf2/var-access.c: New file.
+ * gdb.dwarf2/var-access.exp: New test.
+ * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
+
2017-06-12 Tom Tromey <tom@tromey.com>
* gdb.dwarf2/formdata16.exp: Add tests.