2011-12-20 Pedro Alves <alves.ped@gmail.com>
authorPedro Alves <palves@redhat.com>
Tue, 20 Dec 2011 10:40:15 +0000 (10:40 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 20 Dec 2011 10:40:15 +0000 (10:40 +0000)
commit6e012a6c38c5bb8f44669653d86fa8382ffd0922
tree9ebec7606f2b36764bd1b0b686c7451c47733cc2
parent87c31f06224db060e86fab624a9cc3580c01621d
2011-12-20  Pedro Alves  <alves.ped@gmail.com>
    Jan Kratochvil  <jan.kratochvil@redhat.com>

        * linux-nat.c (add_lwp): Don't call linux_nat_new_thread on the
first LWP.
* amd64-linux-nat.c (update_debug_registers_callback): Instantiate
`lwp->arch_private' if NULL.
(amd64_linux_prepare_to_resume): Do nothing if `lwp->arch_private'
is NULL.
* i386-linux-nat.c (update_debug_registers_callback): Instantiate
`lwp->arch_private' if NULL.
(i386_linux_prepare_to_resume): Do nothing if `lwp->arch_private'
is NULL.
gdb/ChangeLog
gdb/amd64-linux-nat.c
gdb/i386-linux-nat.c
gdb/linux-nat.c
This page took 0.028353 seconds and 4 git commands to generate.