This is the mail archive of the
insight@sourceware.org
mailing list for the Insight project.
RE: [RFA] ARI fixes for gdbtk directories
> -----Message d'origine-----
> De?: insight-owner@sourceware.org [mailto:insight-owner@sourceware.org]
> De la part de Keith Seitz
> Envoyé?: Tuesday, April 07, 2009 12:51 AM
> À?: Pierre Muller
> Cc?: insight@sourceware.org
> Objet?: Re: [RFA] ARI fixes for gdbtk directories
>
> Pierre Muller wrote:
> > A few more ARI fixes for gdbtk.
> >
> > Is this OK?
>
> Absolutely. Thank you!
Almost...
- xvasprintf (&buf, fmt, args);
+ buf = xstrvprintf (, fmt, args);
I forgot to remove the coma!
Luckily I figured it out before committing...
Commit done...
I am still only able to compile
with cygwin,
The compiled insight binary
exits at the first call to a Tcl function :(
Pierre Muller
Pascal language support maintainer for GDB