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 gdb/14428] Make `info register' uniform across platforms


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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-08-28 09:05:42 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    palves@sourceware.org    2012-08-28 09:05:35

Modified files:
    gdb            : ChangeLog infcmd.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.base: pc-fp.exp 

Log message:
    2012-08-28  Pedro Alves  <palves@redhat.com>

    PR gdb/14428

    gdb/
    * infcmd.c (default_print_one_register_info): New, factored out
    from default_print_registers_info.
    (default_print_registers_info): Use it.  Mark value unavailable if
    necessary.
    (registers_info): Print user registers with
    default_print_one_register_info.

    gdb/testsuite/
    * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14637&r2=1.14638
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.311&r2=1.312
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3357&r2=1.3358
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/pc-fp.exp.diff?cvsroot=src&r1=1.21&r2=1.22

-- 
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]