Age | Commit message (Expand) | Author | Files | Lines |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -2/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-28 | gdb: add add_setshow_prefix_cmd | Simon Marchi | 1 | -6/+5 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -2/+2 |
2021-01-21 | gdb: use interruptible_select when connecting to a remote | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -20/+6 |
2020-04-13 | Move gdb_select.h to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -8/+8 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -3/+3 |
2019-05-03 | Remove "struct" from foreach statements | Tom Tromey | 1 | -1/+1 |
2019-05-03 | On MS-Windows, define _WIN32_WINNT in a single common place. | Eli Zaretskii | 1 | -4/+0 |
2019-03-02 | Fix GDB compilation on MinGW (PR gdb/24292) | Eli Zaretskii | 1 | -2/+5 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -3/+3 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-03 | Fix thinko when deciding whether to disable TCP's Nagle algorithm | Sergio Durigan Junior | 1 | -1/+1 |
2018-07-12 | Declare 'ioarg' (from ser-tcp.c:try_connect) as 'u_long' when on Windows (and... | Sergio Durigan Junior | 1 | -0/+4 |
2018-07-11 | Implement IPv6 support for GDB/gdbserver | Sergio Durigan Junior | 1 | -120/+176 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-06 | Assume termios is available, remove support for termio and sgtty | Pedro Alves | 1 | -1/+0 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -2/+2 |
2017-09-22 | Import "glob" and "getcwd" modules from gnulib | Sergio Durigan Junior | 1 | -0/+4 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-17 | [C++/mingw] ser-tcp.c casts | Pedro Alves | 1 | -6/+10 |
2015-10-13 | More char constification | Pedro Alves | 1 | -1/+2 |
2015-08-24 | Prepare for gnulib update | Pedro Alves | 1 | -1/+1 |
2015-03-23 | GDB: Add set/show serial parity command. | Yury Grechishchev | 1 | -0/+1 |
2015-03-09 | Revert union gdb_sockaddr_u | Pedro Alves | 1 | -7/+7 |
2015-03-07 | Fix struct sockaddr/sockaddr_in/sockaddr_un strict aliasing violations | Pedro Alves | 1 | -7/+7 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -2/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-19 | don't allocate serial_ops | Tom Tromey | 1 | -25/+31 |
2013-12-19 | make serial_ops const | Tom Tromey | 1 | -1/+0 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 1 | -2/+3 |
2013-04-19 | Make GDB -Wpointer-sign clean on MinGW too. | Pedro Alves | 1 | -1/+4 |
2013-04-10 | Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands. | Pedro Alves | 1 | -4/+7 |
2013-03-26 | ser-tcp.c: Small signed->unsigned cleanup. | Pedro Alves | 1 | -2/+2 |
2013-03-07 | ser-tcp.c:tcp_retry_limit: Change type to unsigned int. | Pedro Alves | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |