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 c++/16741] 'set print pretty' has no effect on Python prettyprinters


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

--- Comment #2 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
(gdb) set print array on
(gdb) p s
$3 = {a = 1, b = 2, c = 3}
(gdb) p v
$4 = std::vector of length 3, capacity 4 = {
  1,
  2,
  3
}

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