* (struct remote_state): New type, only containing
authorDaniel Jacobowitz <drow@false.org>
Thu, 8 Jun 2006 18:32:12 +0000 (18:32 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 8 Jun 2006 18:32:12 +0000 (18:32 +0000)
commitea9c271d4e9a8d5c8c73495aef96b5a07d2c75e1
treea4c7f757477b0f7b66f35fcda5cc7886533eeb87
parenta4d8b6901f6d32faedf603a4b55236a488649447
* (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.
gdb/ChangeLog
gdb/remote.c
This page took 0.046066 seconds and 4 git commands to generate.