summaryrefslogtreecommitdiff
path: root/gdb/ser-base.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-8/+8
* Unify gdb puts functionsTom Tromey2022-03-291-3/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-13/+13
* gdb: give names to event loop file handlersSimon Marchi2020-10-021-3/+3
* gdb: fix formatting of serial::async_state's enumeratorsSimon Marchi2020-09-281-6/+7
* Move event-loop.[ch] to gdbsupport/Tom Tromey2020-04-131-1/+1
* Move gdb_select.h to gdbsupport/Tom Tromey2020-04-131-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* 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