public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug tdep/18260] New: "pt $ps" on i386 -> type = i386_eflagstype not handled in c_type_print_varspec_prefix()
@ 2015-04-14  0:12 dje at google dot com
  2024-01-12 16:19 ` [Bug tdep/18260] " ssbssa at sourceware dot org
  0 siblings, 1 reply; 2+ messages in thread
From: dje at google dot com @ 2015-04-14  0:12 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=18260

            Bug ID: 18260
           Summary: "pt $ps" on i386 -> type = i386_eflagstype not handled
                    in c_type_print_varspec_prefix()
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tdep
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

bash$ make run
(gdb) file a.out # i386 binary
(gdb) start
(gdb) p $ps
$1 = [ SF IF ]
(gdb) pt $ps
type = i386_eflagstype not handled in c_type_print_varspec_prefix()

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug tdep/18260] "pt $ps" on i386 -> type = i386_eflagstype not handled in c_type_print_varspec_prefix()
  2015-04-14  0:12 [Bug tdep/18260] New: "pt $ps" on i386 -> type = i386_eflagstype not handled in c_type_print_varspec_prefix() dje at google dot com
@ 2024-01-12 16:19 ` ssbssa at sourceware dot org
  0 siblings, 0 replies; 2+ messages in thread
From: ssbssa at sourceware dot org @ 2024-01-12 16:19 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=18260

Hannes Domani <ssbssa at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |8.0
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |ssbssa at sourceware dot org

--- Comment #1 from Hannes Domani <ssbssa at sourceware dot org> ---
Works since gdb-8.0:
```
(gdb) pt $ps
type = flag i386_eflags {
    bool CF @0;
    bool @1;
    bool PF @2;
    bool AF @4;
    bool ZF @6;
    bool SF @7;
    bool TF @8;
    bool IF @9;
    bool DF @10;
    bool OF @11;
    bool NT @14;
    bool RF @16;
    bool VM @17;
    bool AC @18;
    bool VIF @19;
    bool VIP @20;
    bool ID @21;
}
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-12 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-14  0:12 [Bug tdep/18260] New: "pt $ps" on i386 -> type = i386_eflagstype not handled in c_type_print_varspec_prefix() dje at google dot com
2024-01-12 16:19 ` [Bug tdep/18260] " ssbssa at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).