aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-08-22 15:01:50 +0000
committerTom Tromey <tromey@redhat.com>2012-08-22 15:01:50 +0000
commited9eebafbc78ba83d01230609016411c065b499f (patch)
treeed52a3d18d8812f9f5c7c91cf5be9c8cf5731867 /gdb/ChangeLog
parentb4893d482803eb1c4241ff751193fdcf0bf6650c (diff)
downloadgdb-ed9eebafbc78ba83d01230609016411c065b499f.zip
gdb-ed9eebafbc78ba83d01230609016411c065b499f.tar.gz
gdb-ed9eebafbc78ba83d01230609016411c065b499f.tar.bz2
* exec.c (exec_close, exec_file_attach): Update.
(add_to_section_table): Initialize 'key' field. (add_target_sections, remove_target_sections): Add 'key' argument. * exec.h (add_target_sections, remove_target_sections): Add 'key' argument. * solib.c (solib_map_sections, update_solib_list, clear_solib) (reload_shared_libraries_1): Update. * target.h (struct target_section) <key>: New field.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7dcdbed..964b6fd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,16 @@
2012-08-22 Tom Tromey <tromey@redhat.com>
+ * exec.c (exec_close, exec_file_attach): Update.
+ (add_to_section_table): Initialize 'key' field.
+ (add_target_sections, remove_target_sections): Add 'key' argument.
+ * exec.h (add_target_sections, remove_target_sections): Add
+ 'key' argument.
+ * solib.c (solib_map_sections, update_solib_list, clear_solib)
+ (reload_shared_libraries_1): Update.
+ * target.h (struct target_section) <key>: New field.
+
+2012-08-22 Tom Tromey <tromey@redhat.com>
+
* cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2012-08-21 Pierre Muller <muller@ics.u-strasbg.fr>