]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
DW_AT_data_location and DW_OP_push_object_address testcase.
authorJoel Brobecker <brobecker@adacore.com>
Wed, 13 Aug 2014 23:45:59 +0000 (16:45 -0700)
committerJoel Brobecker <brobecker@adacore.com>
Mon, 18 Aug 2014 16:14:14 +0000 (18:14 +0200)
commit3c8c5dcc9873798483c8abd6e614edb8ae1608a4
treea46f8450df6edd7b4698d1c30136f548824b374c
parent950c97d860f07274cad59b71c57704793e7f5a83
DW_AT_data_location and DW_OP_push_object_address testcase.

This testcase allows us to test the proper processing of both
DW_AT_data_location and DW_OP_push_object_address using a hand-crafted
testcase duplicating how we expect the Ada compiler to represent
unbounded arrays.

gdb/testsuite/ChangeLog:

        * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.dwarf2/data-loc.c [new file with mode: 0644]
gdb/testsuite/gdb.dwarf2/data-loc.exp [new file with mode: 0644]