diff options
author | Doug Evans <dje@google.com> | 2013-03-11 18:24:59 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-03-11 18:24:59 +0000 |
commit | cc81e1c673ae438d57d5287ec64e2fd6e875377a (patch) | |
tree | bcd44e527d78f9cf98f121e7c9fb49a4b5022fda /gdb/ChangeLog | |
parent | 39086a0e1346572fac07542ede2a1ef153308a2a (diff) | |
download | gdb-cc81e1c673ae438d57d5287ec64e2fd6e875377a.zip gdb-cc81e1c673ae438d57d5287ec64e2fd6e875377a.tar.gz gdb-cc81e1c673ae438d57d5287ec64e2fd6e875377a.tar.bz2 |
* linespec.c (find_linespec_symbols): Call find_function_symbols
first, and then call lookup_prefix_sym/find_method.
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 3334f62..9084fa0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2013-03-11 Doug Evans <dje@google.com> + Keith Seitz <keiths@redhat.com> + + * linespec.c (find_linespec_symbols): Call find_function_symbols + first, and then call lookup_prefix_sym/find_method. + 2013-03-11 Pedro Alves <palves@redhat.com> * charset.c (convert_between_encodings): Don't cast between |