diff options
author | Nicholas Duffek <nsd@redhat.com> | 2001-07-16 23:32:14 +0000 |
---|---|---|
committer | Nicholas Duffek <nsd@redhat.com> | 2001-07-16 23:32:14 +0000 |
commit | 943b3971168b833d62b5740bcf4d01d7beb7ba5e (patch) | |
tree | 6ad384ba336b667262037161d8db5028e8e03798 /gdb/ChangeLog | |
parent | 9ed10b085173a0bd46b57430c9c9af6036f2d740 (diff) | |
download | gdb-943b3971168b833d62b5740bcf4d01d7beb7ba5e.zip gdb-943b3971168b833d62b5740bcf4d01d7beb7ba5e.tar.gz gdb-943b3971168b833d62b5740bcf4d01d7beb7ba5e.tar.bz2 |
* remote.c (init_remote_ops, init_remote_cisco_ops,
init_remote_async_ops): Set to_pid_to_str and
to_extra_thread_info correctly and in the same order as declared
in target.h.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a4277c5..4dbdd32 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2001-07-16 Nick Duffek <nsd@redhat.com> + * remote.c (init_remote_ops, init_remote_cisco_ops, + init_remote_async_ops): Set to_pid_to_str and + to_extra_thread_info correctly and in the same order as declared + in target.h. + +2001-07-16 Nick Duffek <nsd@redhat.com> + * findvar.c (read_var_value): Apply value_as_pointer() to addresses retrieved from the target for LOC_BASEREG and LOC_BASEREG_ARG variables. |