Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFAv2 0/3] Implement 'set print frame-info|frame-arguments
@ 2019-05-11 18:56 Philippe Waroquiers
  2019-05-11 18:56 ` [RFAv2 1/3] Implement 'set print frame-info|frame-arguments presence' Philippe Waroquiers
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Philippe Waroquiers @ 2019-05-11 18:56 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.

Compared to V1, the changes are:
* Handled the comment of Andreas Schwab : do not abbreviate words
  in 'set print fram-info' values, and use dash instead of underscore.
* Handled the comment of Tom about updating py-framefilter.c
  + updated py-framefilter.exp to test the new setting with python
  frame filter.
* Handled the comments of Eli about the documentation and NEWS.



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

end of thread, other threads:[~2019-06-10 20:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-11 18:56 [RFAv2 0/3] Implement 'set print frame-info|frame-arguments Philippe Waroquiers
2019-05-11 18:56 ` [RFAv2 1/3] Implement 'set print frame-info|frame-arguments presence' Philippe Waroquiers
2019-06-04 17:15   ` Tom Tromey
2019-06-10 12:48     ` Philippe Waroquiers
2019-06-10 20:10       ` Tom Tromey
2019-05-11 18:56 ` [RFAv2 2/3] Test " Philippe Waroquiers
2019-06-04 17:15   ` Tom Tromey
2019-05-11 18:56 ` [RFAv2 3/3] Document " Philippe Waroquiers
2019-05-11 19:18   ` Eli Zaretskii

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