diff options
author | Pedro Alves <palves@redhat.com> | 2013-02-13 15:06:50 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-02-13 15:06:50 +0000 |
commit | a8256ea1e4762413307952e6bcb60cb2fb97da2a (patch) | |
tree | 60188c70c8516f8d9dccf5eddbda2178eeaa3f19 | |
parent | 26cb8b7c1a23586ea311d7480f882e2883f6f1f5 (diff) | |
download | gdb-a8256ea1e4762413307952e6bcb60cb2fb97da2a.zip gdb-a8256ea1e4762413307952e6bcb60cb2fb97da2a.tar.gz gdb-a8256ea1e4762413307952e6bcb60cb2fb97da2a.tar.bz2 |
Fix typo: amd64 -> i386.
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 24e38e9..60b7588 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -12,7 +12,7 @@ linux_nat_forget_process hook. * i386-linux-nat.c (update_debug_registers_callback): Update comment. - (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use + (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use iterate_over_lwps. (i386_linux_prepare_to_resume): Pass the lwp's pid to i386_debug_reg_state. |