summaryrefslogtreecommitdiff
path: root/gdb/ser-base.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Assume termios is available, remove support for termio and sgttyPedro Alves2017-11-061-8/+0
* Fix inferior deadlock with "target remote | CMD"Pedro Alves2017-10-191-0/+19
* PR remote/21188: Fix remote serial timeoutPedro Alves2017-03-171-4/+10
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* target remote: Don't rely on immediate_quit (introduce quit handlers)Pedro Alves2016-04-121-2/+8
* Fix inconsistent handling of EINTR in ser-*.c backendsPedro Alves2016-04-121-3/+17
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-3/+3
* Prepare for gnulib updatePedro Alves2015-08-241-1/+1
* GDB: Add set/show serial parity command.Yury Grechishchev2015-03-231-0/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* replace XMALLOC with XNEWTom Tromey2014-01-131-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* serial_write: change prototype to take a void-pointer buffer.Pedro Alves2013-04-191-4/+5
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* 2012-07-18 Terry Guo <terry.guo@arm.com>xuepeng guo2012-07-181-47/+66
* 2012-06-11 Pedro Alves <palves@redhat.com>Pedro Alves2012-06-111-5/+25
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+2
* * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.Ulrich Weigand2011-03-041-0/+7
* 2011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-111-25/+26
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+2
* 2010-05-16 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-161-0/+2
* * ser-base.h (reschedule): Delete prototype.Doug Evans2010-04-291-1/+1
* (generic_readchar): Tweak previous checkin, close error_fd if EOF.Doug Evans2010-04-201-1/+8
* * ser-base.c (generic_readchar): Watch for EOF in read of error_fd.Doug Evans2010-04-201-1/+1
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* * serial.h (struct serial_ops): Document read_prim to return zeroJim Blandy2007-10-121-3/+1
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* Pass stderr of program run with "target remote |"Vladimir Prus2007-04-081-0/+42
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-2/+2
* * NEWS: Mention native Windows support.Daniel Jacobowitz2006-02-101-3/+4
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3
* * ser-base.c: Include "ser-base.h" instead of "ser-unix.h".Mark Kettenis2005-04-221-2/+3
* * ser-base.c (<sys/time.h>): Include.Mark Mitchell2005-04-221-0/+1
* * ser-base.c: Include "gdb_string.h".Mark Kettenis2005-04-211-0/+2
* * configure.ac: On MinGW, define USE_WIN32API and link withMark Mitchell2005-04-211-6/+180
* * ser-base.c (ser_unix_write): Rename to ...Mark Mitchell2005-03-251-17/+17
* * Makefile.in (SFILES): Add ser-base.c.Mark Mitchell2005-03-251-0/+306