Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA 0/3] Better control about frame information to print.
@ 2019-05-04 21:57 Philippe Waroquiers
  2019-05-04 21:57 ` [RFA 3/3] Document 'set print frame-info|frame-arguments presence' Philippe Waroquiers
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Philippe Waroquiers @ 2019-05-04 21:57 UTC (permalink / raw)
  To: gdb-patches

When printing big stacktraces having a lot of functions with a lot of
arguments, it can be handy to see a lot less information in the
printed frames.

With the new settings, it is possible to have backtraces such as:
  (gdb) bt
  #0  break_me ()
  #1  call_me (...)
  #2  main ()
  (gdb)

that are only showing the level, the function name and the presence of
arguments.



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

end of thread, other threads:[~2019-05-06 19:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-04 21:57 [RFA 0/3] Better control about frame information to print Philippe Waroquiers
2019-05-04 21:57 ` [RFA 3/3] Document 'set print frame-info|frame-arguments presence' Philippe Waroquiers
2019-05-05 16:43   ` Eli Zaretskii
2019-05-04 21:57 ` [RFA 2/3] Test " Philippe Waroquiers
2019-05-04 21:57 ` [RFA 1/3] Implement " Philippe Waroquiers
2019-05-05 20:24   ` Andreas Schwab
2019-05-06 19:43   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox