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: [patch] Allow "disassemble 'Foo::bar(char *)'"


> Date: Sun, 22 Nov 2009 23:43:51 -0800
> From: Paul Pluzhnikov <ppluzhnikov@google.com>
> Cc: tromey@redhat.com, schwab@linux-m68k.org, gdb-patches@sourceware.org
> 
> On Sat, Nov 21, 2009 at 8:27 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> 
> >> The comma separates expressions, and expressions may contain
> >> {leading,trailing,in the middle} whitespace.
> 
> > I still think that the whitespace should be explicitly mentioned.
> 
> I am having hard time coming up with a description that makes sense
> and doesn't restate the obvious :-(
> "When parsing address expression(s), non-quoted whitespace is ignored."
> 
> Could you suggest what you would like to see there?

How about

  When two arguments are given, they should be separated by a comma,
  possibly surrounded by whitespace.


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