aboutsummaryrefslogtreecommitdiff
path: root/gdb/serial.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-4/+4
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-29Revert "GDB: Remote target can now accept the form unix::/path/to/socket."Simon Marchi1-3/+2
2018-10-23GDB: Remote target can now accept the form unix::/path/to/socket.John Darrington1-2/+3
2018-10-02Allow remote debugging over a Unix local domain socket.John Darrington1-1/+11
2018-08-22Replace xstrvprintf usages with string_vprintfSimon Marchi1-5/+3
2018-06-10Remove more "struct" keywords in range-based for loopsSimon Marchi1-1/+1
2018-06-09Remove a VEC from serial.cTom Tromey1-9/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-1/+0
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves1-8/+0
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-3/+6
2017-01-12Remove dead serial_interface_lookup callsSimon Marchi1-5/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-12Introduce a serial interface for select'able eventsPedro Alves1-22/+39
2016-04-12Remove unused struct serial::name fieldPedro Alves1-5/+0
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-2/+2
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev1-0/+40
2015-03-06New common function "startswith"Gary Benson1-2/+2
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-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-06-10thinko in serial.c::serial_write debug traceJoel Brobecker1-1/+1
2014-05-28Remove "set/show remotebaud" (deprecated) commands.Joel Brobecker1-28/+0
2014-02-19Add target_ops argument to to_log_commandTom Tromey1-1/+1
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-1/+1
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-19make serial_ops constTom Tromey1-12/+15
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-10Rename "set/show remotebaud" command into "set/show serial baud"Joel Brobecker1-0/+53
2013-04-19serial_write: change prototype to take a void-pointer buffer.Pedro Alves1-7/+9
2013-03-07 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.Keith Seitz1-2/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-20 * serial.c (deprecated_serial_fd): Remove.Tom Tromey1-13/+0
2012-08-02gdb/Yao Qi1-6/+6
2012-06-132012-06-13 Pedro Alves <palves@redhat.com>Pedro Alves1-0/+35
2012-06-112012-06-11 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+26
2012-06-112012-06-11 Pedro Alves <palves@redhat.com>Pedro Alves1-188/+0
2012-06-112012-06-11 Pedro Alves <palves@redhat.com>Pedro Alves1-6/+0
2012-01-28gdb/Jan Kratochvil1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-03-04 * inflow.c (terminal_init_inferior_with_pgrp): Copy ttystate.Ulrich Weigand1-0/+6
2011-02-272011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+1
2011-01-112011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder1-14/+14