aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2015-01-21 10:29:09 +0100
committerJoel Brobecker <brobecker@adacore.com>2015-01-26 08:41:37 +0400
commitf8313f6ec4a86ec18c065ca96261c36da34818ab (patch)
tree6010b1c0137557c557b53749624b4b58bdc5fd56 /gdb/testsuite/ChangeLog
parent18393a2e423a67f9cbd1c2400aeec8f119680bf8 (diff)
downloadgdb-f8313f6ec4a86ec18c065ca96261c36da34818ab.zip
gdb-f8313f6ec4a86ec18c065ca96261c36da34818ab.tar.gz
gdb-f8313f6ec4a86ec18c065ca96261c36da34818ab.tar.bz2
check gdb.lookup_type return value in gdb.python/py-lookup-type.exp
This further improves this testcase to check the output of our calls to gdb.lookup_type. gdb/ChangeLog: * gdb.python/py-lookup-type.exp (test_lookup_type): Change the second test to print the name attribute of value returned by the call to gdb.lookup_type, and adjust the expected output accordingly.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 6822582..1eb72db 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2015-01-26 Joel Brobecker <brobecker@adacore.com>
+
+ * gdb.python/py-lookup-type.exp (test_lookup_type): Change
+ the second test to print the name attribute of value
+ returned by the call to gdb.lookup_type, and adjust
+ the expected output accordingly.
+
2015-01-25 Mark Wielaard <mjw@redhat.com>
* gdb.arch/i386-bp_permanent.c (standard): New declaration.