This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v4 2/2] Implement pahole-like 'ptype /o' option
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Sergio Durigan Junior <sergiodj at redhat dot com>
- Cc: gdb-patches at sourceware dot org, tom at tromey dot com, simon dot marchi at ericsson dot com, palves at redhat dot com, apoenitz at t-online dot de, keiths at redhat dot com
- Date: Tue, 12 Dec 2017 05:38:32 +0200
- Subject: Re: [PATCH v4 2/2] Implement pahole-like 'ptype /o' option
- Authentication-results: sourceware.org; auth=none
- References: <20171121160709.23248-1-sergiodj@redhat.com> <20171211234345.27351-1-sergiodj@redhat.com> <20171211234345.27351-3-sergiodj@redhat.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Sergio Durigan Junior <sergiodj@redhat.com>
> Cc: Tom Tromey <tom@tromey.com>, Eli Zaretskii <eliz@gnu.org>, Simon Marchi <simon.marchi@ericsson.com>, Pedro Alves <palves@redhat.com>, André Pönitz <apoenitz@t-online.de>, Keith Seitz <keiths@redhat.com>, Sergio Durigan Junior <sergiodj@redhat.com>
> Date: Mon, 11 Dec 2017 18:43:45 -0500
>
> +Issuing a @command{ptype /o union qwe} would print:
This should be
Issuing the command @kbd{ptype /o union qwe} would print:
(The @command markup is for shell commands, like 'ls' and 'grep', not
for something the user types on the keyboard.)
Otherwise, the documentation parts are okay.
Thanks.