diff options
author | Tom Tromey <tromey@redhat.com> | 2013-09-23 18:07:46 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-09-23 18:07:46 +0000 |
commit | f60e2d5c2a69f9ec67180995ea507252ea077b9a (patch) | |
tree | 3a4a20b4ae275865674688c2901159ad0010b080 /gdb/ChangeLog | |
parent | d3eaaf662248d48238dfae07cefb4e9008b852e2 (diff) | |
download | gdb-f60e2d5c2a69f9ec67180995ea507252ea077b9a.zip gdb-f60e2d5c2a69f9ec67180995ea507252ea077b9a.tar.gz gdb-f60e2d5c2a69f9ec67180995ea507252ea077b9a.tar.bz2 |
(clh 9)
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c0ec10f..6158bd6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2013-09-23 Tom Tromey <tromey@redhat.com> + + * linespec.c (struct minsym_and_objfile): Remove. + (minsym_and_objfile_d): Remove. + (struct linespec, struct collect_info, linespec_parse_basic) + (convert_linespec_to_sals, linespec_parser_delete, decode_objc) + (compare_msymbols, find_method, find_function_symbols) + (find_linespec_symbols, struct collect_minsyms, compare_msyms) + (add_minsym, search_minsyms_for_name): Update. + 2013-09-23 Andrew Burgess <aburgess@broadcom.com> * regcache.c: Add include of valprint.h. |