This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [2/2] Inspect extra signal information


> From: Pedro Alves <pedro@codesourcery.com>
> Date: Tue, 13 Jan 2009 12:31:59 +0000
> 
> I've updated the docs with the attached diff.

Thanks.  This version is OK.

> I also noticed that the write packets have a @var{} around the
> object name, but the read ones don't:
> 
>  @item qXfer:@var{spu}:write
> 
>  @item qXfer:auxv:read
>  @item qXfer:libraries:read
> 
> I copied that, but which one is the correct form?

@var{spu} is incorrect, since "spu" is a literal string, it does not
stand for something else.  Please remove those extra @var if you have
a moment to spare.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]