diff options
author | Doug Evans <dje@google.com> | 2011-12-20 04:29:35 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2011-12-20 04:29:35 +0000 |
commit | 87c31f06224db060e86fab624a9cc3580c01621d (patch) | |
tree | 5c20ad028bb8189695a318a9f903fd6b22c32538 /gdb/ChangeLog | |
parent | 9542d6ad012af723234ee837d6995e628de36286 (diff) | |
download | gdb-87c31f06224db060e86fab624a9cc3580c01621d.zip gdb-87c31f06224db060e86fab624a9cc3580c01621d.tar.gz gdb-87c31f06224db060e86fab624a9cc3580c01621d.tar.bz2 |
* python/py-auto-load.c (info_auto_load_scripts): Pass address of
scripts vector to collect_matching_scripts.
(collect_matching_scripts): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7c8d38f..2eba21a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2011-12-19 Doug Evans <dje@google.com> + + * python/py-auto-load.c (info_auto_load_scripts): Pass address of + scripts vector to collect_matching_scripts. + (collect_matching_scripts): Update. + 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com> * symfile.c (reread_symbols): Move free_objfile_separate_debug, |