From 1527aea867d6a261dc133fed39c92ee74b45e7e3 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Thu, 18 Jul 2013 23:09:49 +0000 Subject: gdb/ * target.c (update_current_target): Change the default action of 'to_traceframe_info' from tcomplain to return_zero. * target.h (struct target_ops) : Add more comments. * valops.c (read_value_memory): Call traceframe_available_memory unconditionally. gdb/testsuite/ * gdb.trace/read-memory.exp (test_from_remote): Update test. (teset_from_exec): Likewise. --- gdb/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9bbce45..a95e05c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2013-07-19 Yao Qi + + * target.c (update_current_target): Change the default action + of 'to_traceframe_info' from tcomplain to return_zero. + * target.h (struct target_ops) : Add more + comments. + * valops.c (read_value_memory): Call + traceframe_available_memory unconditionally. + 2013-07-18 Yao Qi * coffread.c (coff_symfile_read): Iterate over minimal symbols, -- cgit v1.1