+2006-03-17 Jim Blandy <jimb@codesourcery.com>
+
+ Add support for 'target remote |' on MinGW.
+ * gdb/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.
+
+ * libiberty/pex-common.c (pex_write_input): New function.
+ * libiberty/pexecute.txh (pex_write_input): Document it.
+ * libiberty/pex-common.h (struct pex_funcs): New function ptr fdopenw.
+ * libiberty/pex-unix.c (pex_unix_fdopenw): New function.
+ (funcs): List it as our fdopenw function.
+ * libiberty/pex-win32.c (pex_win32_fdopenw): New function.
+ (funcs): List it as our fdopenw function.
+ * libiberty/pex-djgpp.c (funcs): Leave fdopenw null.
+ * libiberty/pex-msdos (funcs): Same.
+ * libiberty/functions.texi: Regenerated.
+
+ * include/libiberty.h (pex_write_input): New declaration.
+
+ * libiberty/pex-common.h (struct pex_obj): Doc fixes.
+
+ * libibery/functions.texi: Regenerate.
+
2006-03-08 Paul Brook <paul@codesourcery.com>
Backport from mainline.
-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.
-
2006-02-26 Mark Kettenis <kettenis@gnu.org>
* i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize
-2006-03-15 Jim Blandy <jimb@codesourcery.com>
-
- * libiberty.h (pex_write_input): New declaration.
-
2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
Anil Paranjape <anilp1@kpitcummins.com>
Shilin Shakti <shilins@kpitcummins.com>
-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.
-
2006-02-21 Ben Elliston <bje@au.ibm.com>
* pexecute.c (pwait): Syntax fix for previous change.