This is the mail archive of the gdb-cvs@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]

src/gdb ChangeLog ser-mingw.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb-csl-20060226-branch
Changes by:	jimb@sourceware.org	2006-03-17 20:36:12

Modified files:
	gdb            : ChangeLog ser-mingw.c 

Log message:
	gdb/ChangeLog:
	2006-03-17  Jim Blandy  <jimb@codesourcery.com>
	
	Add support for 'target remote |' on MinGW.
	* ser-mingw.c (struct pipe_state): New structure.
	(make_pipe_state, free_pipe_state, cleanup_pipe_state)
	(pipe_windows_open, pipe_windows_close, pipe_windows_read)
	(pipe_windows_write, pipe_wait_handle): New functions.
	(_initialize_ser_windows): Register a "pipe" interface based on
	them.
	
	include/ChangeLog:
	2006-03-15  Jim Blandy  <jimb@codesourcery.com>
	
	* libiberty.h (pex_write_input): New declaration.
	
	libiberty/ChangeLog:
	2006-03-15  Jim Blandy  <jimb@codesourcery.com>
	
	* pex-common.c (pex_write_input): New function.
	* pexecute.txh (pex_write_input): Document it.
	* pex-common.h (struct pex_funcs): New function ptr fdopenw.
	* pex-unix.c (pex_unix_fdopenw): New function.
	(funcs): List it as our fdopenw function.
	* pex-win32.c (pex_win32_fdopenw): New function.
	(funcs): List it as our fdopenw function.
	* pex-djgpp.c (funcs): Leave fdopenw null.
	* pex-msdos (funcs): Same.
	* functions.texi: Regenerated.
	
	2006-03-12  Jim Blandy  <jimb@red-bean.com>
	
	* pex-common.h (struct pex_obj): Doc fixes.
	
	2006-03-11  Jim Blandy  <jimb@red-bean.com>
	
	* functions.texi: Regenerate.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.7617&r2=1.7617.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ser-mingw.c.diff?cvsroot=src&only_with_tag=gdb-csl-20060226-branch&r1=1.1&r2=1.1.2.1


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