Age | Commit message (Expand) | Author | Files | Lines |
2021-10-03 | gdb: make string-like set show commands use std::string variable | Simon Marchi | 1 | -4/+4 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -1/+1 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -2/+2 |
2021-01-12 | gdb: move baud_rate and serial_parity declarations to serial.h | Simon Marchi | 1 | -5/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -7/+7 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -22/+8 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Revert 'Remove unused struct serial::name field' | Pedro Alves | 1 | -0/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -4/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-29 | Revert "GDB: Remote target can now accept the form unix::/path/to/socket." | Simon Marchi | 1 | -3/+2 |
2018-10-23 | GDB: Remote target can now accept the form unix::/path/to/socket. | John Darrington | 1 | -2/+3 |
2018-10-02 | Allow remote debugging over a Unix local domain socket. | John Darrington | 1 | -1/+11 |
2018-08-22 | Replace xstrvprintf usages with string_vprintf | Simon Marchi | 1 | -5/+3 |
2018-06-10 | Remove more "struct" keywords in range-based for loops | Simon Marchi | 1 | -1/+1 |
2018-06-09 | Remove a VEC from serial.c | Tom Tromey | 1 | -9/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -1/+1 |
2017-11-06 | Assume termios is available, remove support for termio and sgtty | Pedro Alves | 1 | -8/+0 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -2/+2 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -3/+6 |
2017-01-12 | Remove dead serial_interface_lookup calls | Simon Marchi | 1 | -5/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-04-12 | Introduce a serial interface for select'able events | Pedro Alves | 1 | -22/+39 |
2016-04-12 | Remove unused struct serial::name field | Pedro Alves | 1 | -5/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -2/+2 |
2015-03-23 | GDB: Add set/show serial parity command. | Yury Grechishchev | 1 | -0/+40 |
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 | -1/+1 |
2014-06-10 | thinko in serial.c::serial_write debug trace | Joel Brobecker | 1 | -1/+1 |
2014-05-28 | Remove "set/show remotebaud" (deprecated) commands. | Joel Brobecker | 1 | -28/+0 |
2014-02-19 | Add target_ops argument to to_log_command | Tom Tromey | 1 | -1/+1 |
2014-01-13 | replace XCALLOC with XCNEWVEC or XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-19 | make serial_ops const | Tom Tromey | 1 | -12/+15 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-10 | Rename "set/show remotebaud" command into "set/show serial baud" | Joel Brobecker | 1 | -0/+53 |
2013-04-19 | serial_write: change prototype to take a void-pointer buffer. | Pedro Alves | 1 | -7/+9 |
2013-03-07 | * breakpoint.c (catch_syscall_split_args): Use skip_spaces. | Keith Seitz | 1 | -2/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-20 | * serial.c (deprecated_serial_fd): Remove. | Tom Tromey | 1 | -13/+0 |