From: Philippe Waroquiers <philippe.waroquiers@skynet.be>
To: gdb-patches@sourceware.org
Subject: [RFAv2 0/3] Implement 'set print frame-info|frame-arguments
Date: Sat, 11 May 2019 18:56:00 -0000 [thread overview]
Message-ID: <20190511185603.17231-1-philippe.waroquiers@skynet.be> (raw)
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.
next reply other threads:[~2019-05-11 18:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-11 18:56 Philippe Waroquiers [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190511185603.17231-1-philippe.waroquiers@skynet.be \
--to=philippe.waroquiers@skynet.be \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox