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/21675] Regression since 8.0 printing has changed format for decimal/octal/others


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

--- Comment #6 from Pedro Alves <palves at redhat dot com> ---
Given structs with mixed types, it seems to me that erroring wouldn't be
desirable.  E.g.:

  struct { int i; float f; } var;
  (gdb) p /o var

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