This is the mail archive of the gdb@sources.redhat.com 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: gdb.mi/mi-cli.exp failures


And this:

-	return concat (filename);
+	return filename;

(remembering that the patch is backwards) doesn't look so good. It should be:


concat (filename, NULL);

perhaps

xstrdup (filename)

would be easier to read :-)

Doesn't get gdb off the hook though.

Andrew



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