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]

[obsoleted] [patch] Code cleanup-like: Do not open Python scripts twice


On Mon, 23 Jan 2012 17:29:49 +0100, Pedro Alves wrote:
> http://old.nabble.com/-RFC--Crash-sourcing-Python-script-on-Windows-td32558767.html#a32558767
> 
> In a nutshell, gdb and python may be linked with different libc's, so we
> can't pass a FILE* opened in gdb's libc to python, which will use it with
> its own libc, making demons fly out of your nose.

Thanks for the notice, this patch is obsoleted by:
	[patch] Do not open Python scripts twice #2 [Re: [RFC] Crash sourcing Python script on Windows]
	http://sourceware.org/ml/gdb-patches/2012-01/msg00787.html


Regards,
Jan


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