From 42d940118a6372d6e85f71a54fed75fdf5c606bd Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 6 Jul 2016 10:55:10 +0530 Subject: Allow subscripting raw pointers This will be useful for dealing with vectors; regardless of our final solution for the Index trait. 2016-07-06 Manish Goregaokar gdb/ChangeLog: * rust-lang.c (rust_subscript): Allow subscripting pointers gdb/testsuite/ChangeLog: * simple.rs: Add test for raw pointer subscripting * simple.exp: Add test expectations --- gdb/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index acd29c3..7cec5ad 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2016-07-06 Manish Goregaokar + + * rust-lang.c (rust_subscript): Allow subscripting pointers + 2016-07-05 Jan Kratochvil * configure: Regenerate. -- cgit v1.1