diff options
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 b6d0a95..e670522 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2013-05-17 Phil Muldoon <pmuldoon@redhat.com> + + * frame.c (frame_stash): Convert to htab. + (frame_addr_hash): New function. + (frame_addr_hash_eq): New function. + (frame_stash_create): Convert function to create + a hash table. + (frame_stash_add): Convert function to add an entry to a hash + table. + (frame_stash_find): Convert function to search the hash table. + (frame_stash_invalidate): Convert function to empty the hash + table. + (get_frame_id): Only add to stash if a frame_id is created. + (_initialize_frame): Call frame_stash_create. + 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change) * configure.ac: Ensure MIG is available when building for GNU Hurd |