aboutsummaryrefslogtreecommitdiff
path: root/gdb/ser-tcp.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-6/+5
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-2/+2
2021-01-21gdb: use interruptible_select when connecting to a remoteSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-20/+6
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-8/+8
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-05-03Remove "struct" from foreach statementsTom Tromey1-1/+1
2019-05-03On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii1-4/+0
2019-03-02Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii1-2/+5
2019-01-25Normalize includes to use common/Tom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-03Fix thinko when deciding whether to disable TCP's Nagle algorithmSergio Durigan Junior1-1/+1
2018-07-12Declare 'ioarg' (from ser-tcp.c:try_connect) as 'u_long' when on Windows (and...Sergio Durigan Junior1-0/+4
2018-07-11Implement IPv6 support for GDB/gdbserverSergio Durigan Junior1-120/+176
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves1-1/+0
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-09-22Import "glob" and "getcwd" modules from gnulibSergio Durigan Junior1-0/+4
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17[C++/mingw] ser-tcp.c castsPedro Alves1-6/+10
2015-10-13More char constificationPedro Alves1-1/+2
2015-08-24Prepare for gnulib updatePedro Alves1-1/+1
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev1-0/+1
2015-03-09Revert union gdb_sockaddr_uPedro Alves1-7/+7
2015-03-07Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves1-7/+7
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-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-19don't allocate serial_opsTom Tromey1-25/+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-2/+3
2013-04-19Make GDB -Wpointer-sign clean on MinGW too.Pedro Alves1-1/+4
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves1-4/+7
2013-03-26ser-tcp.c: Small signed->unsigned cleanup.Pedro Alves1-2/+2
2013-03-07ser-tcp.c:tcp_retry_limit: Change type to unsigned int.Pedro Alves1-1/+1