aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-pipe.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-18gdb: preserve `|` in connection details stringAndrew Burgess1-0/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-30[PR gdb/28369] Use get_shell on gdb/ser-pipe.cSergio Durigan Junior1-1/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves1-1/+0
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-08-24Prepare for gnulib updatePedro Alves1-1/+1
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev1-0/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-01-13replace XMALLOC with XNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-19don't allocate serial_opsTom Tromey1-24/+26
2013-12-19make serial_ops constTom Tromey1-1/+0
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-04-22 PR gdb/7912:Tom Tromey1-11/+6
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-14 * defs.h (wait_to_die_with_timeout): Declare.Doug Evans1-5/+20
2011-03-04 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.Ulrich Weigand1-0/+1
2011-01-112011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder1-8/+8
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-09-02 * config.in, configure: Regenerated.Daniel Jacobowitz1-4/+8
2010-08-20 * serial.h (gdb_pipe, serial_pipe): Declare.Pedro Alves1-7/+26
2010-05-25 * ser-pipe.c (pipe_open): Ignore SIGINTs in child.Doug Evans1-0/+9
2010-05-162010-05-16 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+3
2010-05-052010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+0
2010-04-20 * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.Doug Evans1-2/+13
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+2
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-04-08 Pass stderr of program run with "target remote |"Vladimir Prus1-0/+20
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-04-21 * configure.ac: On MinGW, define USE_WIN32API and link withMark Mitchell1-1/+3
2005-03-25 * ser-base.c (ser_unix_write): Rename to ...Mark Mitchell1-13/+13
2005-03-25 * Makefile.in (SFILES): Add ser-base.c.Mark Mitchell1-0/+1
2004-01-22* ser-pipe.c (pipe_open): Use proper null pointer in execl call.Mark Kettenis1-1/+1
2003-05-13 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swapIan Lance Taylor1-1/+1