diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6468fdb..c09c929 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,24 @@ +2006-06-08 Daniel Jacobowitz <dan@codesourcery.com> + + * (struct remote_state): New type, only containing + buf and buf_size. + (remote_state): New variable. + (get_remote_state): New function. + (struct remote_arch_state): Renamed from struct remote_state. + Removed buf and buf_size. + (get_remote_arch_state): Renamed from get_remote_state. All + necessary callers updated to call this function. + (init_remote_state): Initialize the architecture-specific state. + Update the target-specific state if necessary. + (get_remote_packet_size): New function. All previous references + changed to use this accessor function. + (packet_reg_from_regnum, packet_reg_from_pnum): Take a + remote_arch_state instead of a remote_state. All callers changed. + (_initialize_remote): Initialize the packet buffer here. + 2006-06-06 Nathan Sidwell <nathan@codesourcery.com> - * gdb/remote.c (remote_insert_watchpoint): Return -1, rather than + * remote.c (remote_insert_watchpoint): Return -1, rather than fatal error if packet is disabled. (remote_remove_watchpoint, remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise. |