Remove path name from test case
[binutils-gdb.git] / gdb / serial.c
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb putc functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-01-18 Andrew Burgessgdb: preserve `|` in connection details string
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-05-27 Simon Marchigdb: fix tab after space indentation issues
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-01-12 Simon Marchigdb: move baud_rate and serial_parity declarations...
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-10 Pedro AlvesRevert 'Remove unused struct serial::name field'
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-08-06 Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-10-29 Simon MarchiRevert "GDB: Remote target can now accept the form...
2018-10-23 John DarringtonGDB: Remote target can now accept the form unix::/path...
2018-10-02 John DarringtonAllow remote debugging over a Unix local domain socket.
2018-08-22 Simon MarchiReplace xstrvprintf usages with string_vprintf
2018-06-11 Simon MarchiRemove more "struct" keywords in range-based for loops
2018-06-09 Tom TromeyRemove a VEC from serial.c
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-06 Pedro AlvesAssume termios is available, remove support for termio...
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-12 Simon MarchiRemove dead serial_interface_lookup calls
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-04-12 Pedro AlvesIntroduce a serial interface for select'able events
2016-04-12 Pedro AlvesRemove unused struct serial::name field
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-03-23 Yury GrechishchevGDB: Add set/show serial parity command.
2015-03-06 Gary BensonNew common function "startswith"
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-06-10 Joel Brobeckerthinko in serial.c::serial_write debug trace
2014-05-28 Joel BrobeckerRemove "set/show remotebaud" (deprecated) commands.
2014-02-19 Tom TromeyAdd target_ops argument to to_log_command
2014-01-13 Tom Tromeyreplace XCALLOC with XCNEWVEC or XCNEW
2014-01-13 Tom Tromeyreplace XMALLOC with XNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-19 Tom Tromeymake serial_ops const
2013-11-18 Tom Tromeyremove gdb_string.h
2013-10-10 Joel BrobeckerRename "set/show remotebaud" command into "set/show...
2013-04-19 Pedro Alvesserial_write: change prototype to take a void-pointer...
2013-03-07 Keith Seitz * breakpoint.c (catch_syscall_split_args): Use skip_sp...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-20 Tom Tromey * serial.c (deprecated_serial_fd): Remove.
2012-08-02 Yao Qigdb/
2012-06-13 Pedro Alves2012-06-13 Pedro Alves <palves@redhat.com>
2012-06-11 Pedro Alves2012-06-11 Pedro Alves <palves@redhat.com>
2012-06-11 Pedro Alves2012-06-11 Pedro Alves <palves@redhat.com>
2012-06-11 Pedro Alves2012-06-11 Pedro Alves <palves@redhat.com>
2012-01-28 Jan Kratochvilgdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-03-04 Ulrich Weigand * inflow.c (terminal_init_inferior_with_pgrp): Copy...
2011-02-27 Michael Snyder2011-02-27 Michael Snyder <msnyder@vmware.com>
2011-01-11 Michael Snyder2011-01-11 Michael Snyder <msnyder@vmware.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-08-20 Pedro Alves * serial.h (gdb_pipe, serial_pipe): Declare.
2010-05-16 Michael Snyder2010-05-16 Michael Snyder <msnyder@vmware.com>
2010-05-07 Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-04-26 Doug Evans * serial.c (serial_write): Handle serial_debug_p akin...
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-02-23 Vladimir Prus Unbreak 'target async'.
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-08-08 Jan Kratochvil2007-08-08 Jan Kratochvil <jan.kratochvil@redhat...
2007-04-08 Vladimir Prus Pass stderr of program run with "target remote |"
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2006-11-04 Vladimir Prus2006-11-04 Vladimir Prus <vladimir@codesourcery.com>
2006-04-24 Daniel Jacobowitz * ser-mingw.c: Include <conio.h>.
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2006-04-11 Jim Blandysrc/gdb/ChangeLog:
2006-02-10 Daniel Jacobowitz * NEWS: Mention native Windows support.
2005-12-17 Eli Zaretskii * breakpoint.c:
2005-02-21 Andrew Cagney2005-02-20 Andrew Cagney <cagney@gnu.org>
2005-02-18 Andrew Cagney2005-02-18 Andrew Cagney <cagney@gnu.org>
2005-02-17 Andrew Cagney2005-02-17 Andrew Cagney <cagney@gnu.org>
2005-02-15 Andrew Cagney2005-02-15 Andrew Cagney <cagney@gnu.org>
2005-02-11 Andrew Cagney2005-02-11 Andrew Cagney <cagney@gnu.org>
2004-07-26 Andrew Cagney2004-07-26 Andrew Cagney <cagney@gnu.org>
2004-06-29 Andrew Cagney2004-06-28 Andrew Cagney <cagney@gnu.org>
2002-08-23 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2002-03-19 Andrew Cagney* defs.h (XMALLOC): Define.
2002-02-24 Andrew Cagney* ocd.c (ocd_open): Do not try to open the "ocd" device.
2001-09-26 Andrew CagneyAdd framework for ``set/show serial ...''.
2001-07-15 Andrew Cagney* serial.h (SERIAL_ASYNC): Delete.
next