summaryrefslogtreecommitdiff
path: root/gdb/ser-tcp.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-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: add add_setshow_prefix_cmdSimon Marchi2021-10-281-6/+5
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-2/+2
* gdb: use interruptible_select when connecting to a remoteSimon Marchi2021-01-211-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-20/+6
* Move gdb_select.h to gdbsupport/Tom Tromey2020-04-131-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-8/+8
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Remove "struct" from foreach statementsTom Tromey2019-05-031-1/+1
* On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii2019-05-031-4/+0
* Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii2019-03-021-2/+5
* Normalize includes to use common/Tom Tromey2019-01-251-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix thinko when deciding whether to disable TCP's Nagle algorithmSergio Durigan Junior2018-08-031-1/+1
* Declare 'ioarg' (from ser-tcp.c:try_connect) as 'u_long' when on Windows (and...Sergio Durigan Junior2018-07-121-0/+4
* Implement IPv6 support for GDB/gdbserverSergio Durigan Junior2018-07-111-120/+176
* 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-1/+0
* Constify add_prefix_cmdTom Tromey2017-10-111-2/+2
* Import "glob" and "getcwd" modules from gnulibSergio Durigan Junior2017-09-221-0/+4
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [C++/mingw] ser-tcp.c castsPedro Alves2015-11-171-6/+10
* More char constificationPedro Alves2015-10-131-1/+2
* Prepare for gnulib updatePedro Alves2015-08-241-1/+1
* GDB: Add set/show serial parity command.Yury Grechishchev2015-03-231-0/+1
* Revert union gdb_sockaddr_uPedro Alves2015-03-091-7/+7
* Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves2015-03-071-7/+7
* New common function "startswith"Gary Benson2015-03-061-2/+2
* 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
* make calls to help_list use enumeratorTom Tromey2014-06-131-2/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* don't allocate serial_opsTom Tromey2013-12-191-25/+31
* make serial_ops constTom Tromey2013-12-191-1/+0
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* PR gdb/7912:Tom Tromey2013-04-221-2/+3
* Make GDB -Wpointer-sign clean on MinGW too.Pedro Alves2013-04-191-1/+4
* Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2013-04-101-4/+7
* ser-tcp.c: Small signed->unsigned cleanup.Pedro Alves2013-03-261-2/+2
* ser-tcp.c:tcp_retry_limit: Change type to unsigned int.Pedro Alves2013-03-071-1/+1