aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2015-09-26 09:08:12 +0200
committerIain Buclaw <ibuclaw@gdcproject.org>2015-09-26 09:13:40 +0200
commitba587d55a56db16e9e47d1e0975f5125fbafc6db (patch)
treeac6680f5fcbcab8de66341d0724c1c89f9890078 /gdb/ChangeLog
parent03fa52cea208036e3db029c412d6baf4b9f8fb5a (diff)
downloadgdb-ba587d55a56db16e9e47d1e0975f5125fbafc6db.zip
gdb-ba587d55a56db16e9e47d1e0975f5125fbafc6db.tar.gz
gdb-ba587d55a56db16e9e47d1e0975f5125fbafc6db.tar.bz2
[D] Fix regression in py-lookup-type.exp
In the console interpreter, primitive types are resolved in the expression parser. However that didn't take into consideration the script interface. gdb/ChangeLog: * d-namespace.c (d_lookup_symbol): New arg langdef. All callers updated. Support looking up symbol as a primitive type. (lookup_module_scope): New arg langdef. All callers updated. Call d_lookup_symbol directly for simple bare symbols.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 26266c6..ec7d672 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2015-09-26 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * d-namespace.c (d_lookup_symbol): New arg langdef.
+ All callers updated. Support looking up symbol as a primitive type.
+ (lookup_module_scope): New arg langdef. All callers updated.
+ Call d_lookup_symbol directly for simple bare symbols.
+
2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
* macrocmd.c (print_macro_callback): Add cast(s).