summaryrefslogtreecommitdiff
path: root/gdb/ser-tcp.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-27Change serial_readchar to throwTom Tromey
2023-11-27Change serial_send_break and serial_write to throwTom Tromey
2023-11-27Change serial "open" functions to throw exceptionTom Tromey
2023-09-20Remove explanatory comments from includesTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione
2021-01-21gdb: use interruptible_select when connecting to a remoteSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey
2020-04-13Move gdb_select.h to gdbsupport/Tom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers
2019-07-09Rename common to gdbsupportTom Tromey
2019-05-03Remove "struct" from foreach statementsTom Tromey
2019-05-03On MS-Windows, define _WIN32_WINNT in a single common place.Eli Zaretskii
2019-03-02Fix GDB compilation on MinGW (PR gdb/24292)Eli Zaretskii
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-08-03Fix thinko when deciding whether to disable TCP's Nagle algorithmSergio Durigan Junior
2018-07-12Declare 'ioarg' (from ser-tcp.c:try_connect) as 'u_long' when on Windows (and...Sergio Durigan Junior
2018-07-11Implement IPv6 support for GDB/gdbserverSergio Durigan Junior
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-06Assume termios is available, remove support for termio and sgttyPedro Alves
2017-10-11Constify add_prefix_cmdTom Tromey
2017-09-22Import "glob" and "getcwd" modules from gnulibSergio Durigan Junior
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17[C++/mingw] ser-tcp.c castsPedro Alves
2015-10-13More char constificationPedro Alves
2015-08-24Prepare for gnulib updatePedro Alves
2015-03-23GDB: Add set/show serial parity command.Yury Grechishchev
2015-03-09Revert union gdb_sockaddr_uPedro Alves
2015-03-07Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violationsPedro Alves
2015-03-06New common function "startswith"Gary Benson
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-06-13make calls to help_list use enumeratorTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-19don't allocate serial_opsTom Tromey
2013-12-19make serial_ops constTom Tromey
2013-11-18remove gdb_string.hTom Tromey