diff options
author | Keith Seitz <keiths@redhat.com> | 2009-11-11 23:34:11 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2009-11-11 23:34:11 +0000 |
commit | 1e5a1abc158e35ce44f0e3b1eb1319569c0520f3 (patch) | |
tree | fedb2405c5cd3f4bd3c7d3d4406b0f8e3e00436d /gdb/ChangeLog | |
parent | 40f0318e99b714619c029e788c8de3af1c286e14 (diff) | |
download | gdb-1e5a1abc158e35ce44f0e3b1eb1319569c0520f3.zip gdb-1e5a1abc158e35ce44f0e3b1eb1319569c0520f3.tar.gz gdb-1e5a1abc158e35ce44f0e3b1eb1319569c0520f3.tar.bz2 |
* linespec.c (lookup_prefix_sym): Lookup the symbol
in both STRUCT_DOMAIN and VAR_DOMAIN.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 42715c2..b840509 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-11-11 Keith Seitz <keiths@redhat.com> + + * linespec.c (lookup_prefix_sym): Lookup the symbol + in both STRUCT_DOMAIN and VAR_DOMAIN. + 2009-11-11 Michael Snyder <msnyder@vmware.com> * darwin-nat-info.c: Update copyright. |