aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-pipe.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-22* ser-pipe.c (pipe_open): Use proper null pointer in execl call.Mark Kettenis1-1/+1
* cli/cli-cmds.c (shell_escape): Likewise.
2003-05-13 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swapIan Lance Taylor1-1/+1
second and third arguments. * ser-tcp.c (_initialize_ser_tcp): Likewise. * ser-unix.c (_initialize_ser_hardwire): Likewise.
2001-07-11s/typedef serial_t/struct serial */Andrew Cagney1-4/+4
2001-04-08Add comments noting that vfork might be defined to be fork.Kevin Buettner1-0/+4
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
2001-02-06* signals.h: Removed.J.T. Conklin1-1/+1
* event-top.c (#include <signal.h>): Changed from signals.h. * inflow.c: Likewise. * mac-xdep.c: Likewise. * ser-pipe.c: Likewise. * ser-tcp.c: Likewise. * standalone.c: Likewise. * top.c: Likewise. * utils.c: Likewise. * Makefile.in: Removed signals.h from dependencies.
2001-02-02* monitor.c (#include "gdb_wait.h"): Removed.J.T. Conklin1-1/+0
* ocd.c: Likewise. * ppc-bdm.c: Likewise. * remote-adapt.c: Likewise. * remote-array.c: Likewise. * remote-bug.c: Likewise. * remote-e7000.c: Likewise. * remote-eb.c: Likewise. * remote-es.c: Likewise. * remote-mips.c: Likewise. * remote-mm.c: Likewise. * remote-nindy.c: Likewise. * remote-os9k.c: Likewise. * remote-rdi.c: Likewise. * remote-rdp.c: Likewise. * remote-sds.c: Likewise. * remote-sim.c: Likewise. * remote-st.c: Likewise. * remote-udi.c: Likewise. * remote-vx.c: Likewise. * remote-vx29k.c: Likewise. * remote-vx68.c: Likewise. * remote-vx960.c: Likewise. * remote-vxmips.c: Likewise. * remote-vxsparc.c: Likewise. * remote.c: Likewise. * ser-pipe.c: Likewise. * ser-unix.c: Likewise. * Makefile.in: Updated dependencies. -------------------------------------------------------------------
2001-01-312001-01-31 David Smith <dsmith@redhat.com>David Smith1-2/+2
* event-loop.c: Change inclusion of string.h to gdb_string.h and updated the copyright notice. * ser-pipe.c: Ditto. * mi/mi-cmds.c: Ditto. * mi/mi-console.c: Ditto. * mi/mi-getopt.c: Ditto. * mi/mi-parse.c: Ditto.
2001-01-31Cleanup autoconfigury of vfork().Andrew Cagney1-4/+2
2000-12-15Replace free() with xfree().Kevin Buettner1-1/+1
2000-12-02Add check for vfork() to configure.in. Cleanup uses.Andrew Cagney1-0/+4
2000-02-09Replace ../include/wait.h with gdb_wait.h.Andrew Cagney1-3/+1
1999-12-07import gdb-1999-12-06 snapshotJason Molenda1-0/+1
1999-10-05import gdb-1999-10-04 snapshotJason Molenda1-13/+2
1999-09-22import gdb-1999-09-21Jason Molenda1-266/+31
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-1/+1
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-3/+0
1999-08-09import gdb-1999-08-09 snapshotJason Molenda1-1/+3
1999-07-19import gdb-1999-07-19 snapshotJason Molenda1-37/+44
1999-07-12import gdb-1999-07-12 snapshotJason Molenda1-0/+397