aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2017-12-03 13:01:03 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2017-12-03 13:06:14 -0500
commit1e97a22796cced8bba3359df46e8c2883653516f (patch)
treecacb220a7ed41c9552b15f8529bde38c31679f3c /gdb/ChangeLog
parent10f64178412d9c6e4f2faade0da271ab8be273c9 (diff)
downloadgdb-1e97a22796cced8bba3359df46e8c2883653516f.zip
gdb-1e97a22796cced8bba3359df46e8c2883653516f.tar.gz
gdb-1e97a22796cced8bba3359df46e8c2883653516f.tar.bz2
Remove mem_region_vector typedef
Now that make-target-delegates understands namespaces and templates, this typedef is no longer useful. gdb/ChangeLog: * target.h (mem_region_vector): Remove. (struct target_ops) <to_memory_map>: Change return type to std::vector<mem_region>. * target-debug.h (target_debug_print_mem_region_vector): Rename to ... (target_debug_print_std_vector_mem_region): ... this. * target-delegates.c: Re-generate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a360083..d1704c0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2017-12-03 Simon Marchi <simon.marchi@ericsson.com>
+
+ * target.h (mem_region_vector): Remove.
+ (struct target_ops) <to_memory_map>: Change return type to
+ std::vector<mem_region>.
+ * target-debug.h (target_debug_print_mem_region_vector): Rename
+ to ...
+ (target_debug_print_std_vector_mem_region): ... this.
+ * target-delegates.c: Re-generate.
+
2017-12-03 Pedro Alves <palves@redhat.com>
* make-target-delegates (munge_type): Also munge '<', '>', and