diff options
author | Tom Tromey <tromey@redhat.com> | 2011-12-16 21:35:57 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-12-16 21:35:57 +0000 |
commit | 39b856a4b12bb7dc5a03b1f91f76c4ebc822c5a4 (patch) | |
tree | 2846a69d1b614776750f1a3602977994ecce8f99 /gdb/ChangeLog | |
parent | ccbac09dc1df91c906b1ddd767a5c9aa177b1a4b (diff) | |
download | gdb-39b856a4b12bb7dc5a03b1f91f76c4ebc822c5a4.zip gdb-39b856a4b12bb7dc5a03b1f91f76c4ebc822c5a4.tar.gz gdb-39b856a4b12bb7dc5a03b1f91f76c4ebc822c5a4.tar.bz2 |
* linespec.c (struct collect_info) <objfile>: Remove field.
(decode_objc): Update.
(find_method): Update.
(decode_variable): Update.
(struct minsym_and_objfile): New.
(struct collect_minsyms): New.
(classify_mtype): New function.
(compare_msyms): Likewise.
(add_minsym): Likewise.
(check_minsym): Remove.
(search_minsyms_for_name): Sort minsyms and apply only those with
top priority.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ff9143b..261ad9d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,20 @@ 2011-12-16 Tom Tromey <tromey@redhat.com> + * linespec.c (struct collect_info) <objfile>: Remove field. + (decode_objc): Update. + (find_method): Update. + (decode_variable): Update. + (struct minsym_and_objfile): New. + (struct collect_minsyms): New. + (classify_mtype): New function. + (compare_msyms): Likewise. + (add_minsym): Likewise. + (check_minsym): Remove. + (search_minsyms_for_name): Sort minsyms and apply only those with + top priority. + +2011-12-16 Tom Tromey <tromey@redhat.com> + * cli/cli-cmds.c (filter_sals): Filter out sals with NULL symtab. 2011-12-16 Pedro Alves <pedro@codesourcery.com> |