CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2016/09/03 07:48:39

Modified files:
        devel/gdb      : Makefile 
Added files:
        devel/gdb/patches: patch-gdb_alphabsd-nat_c 
                           patch-gdb_armnbsd-nat_c 
                           patch-gdb_hppaobsd-nat_c 
                           patch-gdb_m88kbsd-nat_c 
                           patch-gdb_mips64obsd-nat_c 
                           patch-gdb_ppcobsd-nat_c 
                           patch-gdb_shnbsd-nat_c 

Log message:
Fix register handling of multithreaded programs on !(x86) platforms.

Initially implemented by jhb@freebsd for i386 and amd64: replace ptid_get_pid
by get_ptrace_pid when fetching / setting registers.  The latter does the
right thing with multiple threads.

Issue reported by guenther@ plus a few users.  ok pascal@ (maintainer)

Reply via email to