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: [RFA, doc RFA] New option set use-deprecated-index-sections


On Thu, 19 Jul 2012 00:33:42 +0200, dje@google.com wrote:
> +  use "-iex 'set use-deprecated-index-sections on'".
[...]
> +`-iex \"set use-deprecated-index-sections on\"' to gdb."),

It is more Eli's decision but I would find it overquoted.
(1) ` is deprecated by GNU Coding Standard in favor of '.
(2) If user really passes "-iex 'set use-deprecated-index-sections on'"
    to GDB it will not work:
    $ gdb "-iex 'set use-deprecated-index-sections on'"
    gdb: unrecognized option '-iex 'set use-deprecated-index-sections on''

So IMO:
> +  use: -iex 'set use-deprecated-index-sections on'
[...]
> +-iex \"set use-deprecated-index-sections on\" to gdb."),


Thanks,
Jan


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