[PATCH 1/1] Integrate GNU poke in GDB

Eli Zaretskii eliz@gnu.org
Mon May 10 18:52:38 GMT 2021


> From: "Jose E. Marchesi" <jose.marchesi@oracle.com>
> Cc: gdb-patches@sourceware.org
> Date: Mon, 10 May 2021 20:49:20 +0200
> 
> >> +(@value{GDBP}) type Packet = struct @{ byte magic == 0x4a; byte sz; byte[sz] payload; @}
> >
> > This line is too long, it will typeset badly in the printed version.
> > Please break it into two or more lines.
> 
> What is the convention to denote one logical line in two physical lines
> in verbatim/example sections?  Something like this?
> 
> (@value{GDBP}) type Packet = struct @{ byte magic == 0x4a; \
> byte sz; byte[sz] payload; @}

Yes, and indent the second line (and subsequent lines, if any).


More information about the Gdb-patches mailing list