aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorKeven Boell <keven.boell@intel.com>2013-10-25 12:10:57 +0100
committerKeven Boell <keven.boell@intel.com>2013-12-19 13:18:11 +0100
commit7f9b20bb352768e14cfa7361a82373b8539bebed (patch)
tree34deb1ab6cadd180d1b66111fb3b8c98685e6879 /gdb/testsuite/ChangeLog
parentf6ec89e7bc631c0bd48cb6c4b960b29266e19550 (diff)
downloadgdb-7f9b20bb352768e14cfa7361a82373b8539bebed.zip
gdb-7f9b20bb352768e14cfa7361a82373b8539bebed.tar.gz
gdb-7f9b20bb352768e14cfa7361a82373b8539bebed.tar.bz2
fortran: enable ptype/whatis for user defined types.
(gdb) ptype type old> No symbol "type" in current context. new> type = Type type integer(kind=4) :: t_i End Type type 2013-11-19 Sanimir Agovic <sanimir.agovic@intel.com> Keven Boell <keven.boell@intel.com> * f-exp.y (yylex): Add domain array to enable lookup in multiple domains. Loop over lookup domains and try to find requested symbol. Add STRUCT_DOMAIN to lookup domains to be able to query for user defined types. testsuite/ * gdb.fortran/type.f90: New file. * gdb.fortran/whatis_type.f90: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index e36e835..b5983cd 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-19 Keven Boell <keven.boell@intel.com>
+
+ * gdb.fortran/type.f90: New file.
+ * gdb.fortran/whatis_type.f90: New file.
+
2013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
* gdb.base/catch-syscall.c: Include <sys/syscall.h>.