aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-unix.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-23Fix indentation in ser_windows_setparity and hardwire_setparity.Joel Brobecker1-1/+1
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev1-2/+49
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-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-19don't allocate serial_opsTom Tromey1-26/+31
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-1/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-03-072011-03-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+4
2011-03-04 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.Ulrich Weigand1-0/+12
2011-01-112011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder1-17/+17
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-12/+18
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-162010-05-16 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+2
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-03-24 * gdb_usleep.h, gdb_usleep.c: New files.Joel Brobecker1-6/+3
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
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-05-22gdb/:Maciej W. Rozycki1-0/+40
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+2
2006-02-10 * NEWS: Mention native Windows support.Daniel Jacobowitz1-3/+4
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-04-21 * configure.ac: On MinGW, define USE_WIN32API and link withMark Mitchell1-192/+29
2005-03-25 * ser-base.c (ser_unix_write): Rename to ...Mark Mitchell1-3/+3
2005-03-25 * Makefile.in (SFILES): Add ser-base.c.Mark Mitchell1-289/+3
2005-02-112005-02-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-3/+3
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder1-10/+11
2004-06-252004-06-25 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-8/+10
2004-06-242004-06-24 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-2/+0
2004-01-092004-01-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+3
2004-01-052004-01-05 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2003-05-13 * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swapIan Lance Taylor1-1/+1
2001-07-15* serial.h (SERIAL_ASYNC): Delete.Andrew Cagney1-4/+4
2001-07-11s/typedef serial_t/struct serial */Andrew Cagney1-62/+67
2001-05-112001-05-11 Fernando Nasser <fnasser@redhat.com>Fernando Nasser1-8/+41
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-02-06 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: CallMichael Sokolov1-1/+1
2001-02-02* monitor.c (#include "gdb_wait.h"): Removed.J.T. Conklin1-2/+1
2000-12-02* ser-unix.c (wait_for): Initialize the FD_SET before every selectAndrew Cagney1-35/+38
2000-10-30* gdbarch.sh, hp-psymtab-read.c, hpread.c, m3-nat.c, mcore-tdep.c,J.T. Conklin1-1/+1
2000-10-252000-10-25 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser1-1/+2
2000-09-152000-09-15 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser1-1/+1
2000-07-30Protoization.Kevin Buettner1-3/+1
2000-07-01Revert previous ser-unix change. Locks up serial device.Andrew Cagney1-26/+39
2000-03-28From Jonathan L. Fix ser-unix.c timing out when there was no timeout.Andrew Cagney1-39/+26
2000-02-09Replace ../include/wait.h with gdb_wait.h.Andrew Cagney1-3/+1