This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [PATCH/RFA]: New architecture method: regset_from_core_section
- From: "Eli Zaretskii" <eliz at elta dot co dot il>
- To: Mark Kettenis <kettenis at chello dot nl>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Sat, 11 Oct 2003 19:37:09 +0200
- Subject: Re: [PATCH/RFA]: New architecture method: regset_from_core_section
- References: <200310111305.h9BD5JLE078955@elgar.kettenis.dyndns.org>
- Reply-to: Eli Zaretskii <eliz at elta dot co dot il>
> Date: Sat, 11 Oct 2003 15:05:19 +0200 (CEST)
> From: Mark Kettenis <kettenis@chello.nl>
>
> Eli, are the doc bits OK?
Yes, but please fix this small blunder:
> +Return the appropriate register set for a core file section with name
> +SECT_NAME and size SECT_SIZE.
SECT_NAME and SECT_SIZE should be @var{sect_name} and @var{sect_size},
exactly as they apper in the @item line. (You see them in caps in the
Info manual because that's how makeinfo renders @var for text-mode
displays. TeX produces a slanted typeface for that.)
Thanks.