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 tui/13073] TUI doesn't display registers in layout reg


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

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-08-12 17:04:36 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    palves@sourceware.org    2011-08-12 17:04:32

Modified files:
    gdb            : ChangeLog 
    gdb/tui        : tui-regs.c 

Log message:
    2011-08-12  Pedro Alves  <pedro@codesourcery.com>

    PR tui/13073

    gdb/
    * tui/tui-regs.c (tui_show_register_group): Skip registers with an
    empty name.
    (tui_show_register_group): Don't store a byte buffer in the data
    element's value.
    (tui_register_format): Skip registers with an empty name.
    (tui_get_register): Store a struct value in the data element's
    value field instead of a byte buffer holding the raw register
    contents.  Account for optimized-out and unavailable registers
    when comparing register contents.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13264&r2=1.13265
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/tui/tui-regs.c.diff?cvsroot=src&r1=1.44&r2=1.45

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