[PATCH] Objective-C language support.

Michael Snyder msnyder@redhat.com
Mon Oct 21 16:19:00 GMT 2002


Andrew Cagney wrote:
> 
> > -       error ("no args, no `this'");
> >> +       error ("no args, no %s", name);
> 
> Michael,
> 
> This changes GDB's behavior.  Instead of printing:
> 
>         no args, no `this'
> it will print
>         no args, no this
> 
> I don't think GDB's output should be changed in this way.
> (I'm suprized that running the testsuite didn't detect this).
> 
> Andrew

Good catch.  I'll fix it, and I'll add a test if there isn't one.



More information about the Gdb-patches mailing list