This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tdep/15420] Thread support broken on 64-bit Solaris/x86


http://sourceware.org/bugzilla/show_bug.cgi?id=15420

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2013-05-10 12:30:07 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Branch:     gdb_7_6-branch
Changes by:    brobecke@sourceware.org    2013-05-10 12:30:05

Modified files:
    gdb            : ChangeLog configure configure.ac sol-thread.c 
Removed files:
    gdb            : sparc-sol-thread.c 

Log message:
    move sparc-sol-thread.c back into sol-thread.c.

    The routines in sparc-sol-thread used to be SPARC-specific (and
    documented as such in the ptrace man page), and therefore hosting them
    in a sparc-specific file made sense.  However, newer versions of
    Solaris now use those callbacks (Solaris 10 Update 10, apparently),
    and thus the note about these callbacks being specific to SPARC
    was removed.

    So this patch deletes sparc-sol-thread.c and moves the code back
    inside sol-thread.c.

    gdb/ChangeLog:

    PR tdep/15420:
    * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
    New functions, directly copied from sparc-sol-thread.c.
    * sparc-sol-thread.c: Delete.
    * configure.ac: Remove code handling sparc-solaris-thread.c.
    * configure: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.15260.2.51&r2=1.15260.2.52
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.385.2.1&r2=1.385.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.ac.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.197.2.1&r2=1.197.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/sol-thread.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.94&r2=1.94.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/sparc-sol-thread.c.diff?cvsroot=src&only_with_tag=gdb_7_6-branch&r1=1.2&r2=NONE

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]