Age | Commit message (Expand) | Author | Files | Lines |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -18/+18 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -2/+2 |
2021-07-23 | gdb: remove cmd_list_element::function::sfunc | Simon Marchi | 1 | -1/+1 |
2021-06-25 | gdb: add context getter/setter to cmd_list_element | Simon Marchi | 1 | -3/+3 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -8/+8 |
2021-04-26 | gdb: check result of gdb_fopen_cloexec in dump_binary_file | Simon Marchi | 1 | -0/+3 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-09-19 | Use gdb_bfd_sections in restore_command | Tom Tromey | 1 | -49/+45 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -102/+45 |
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-11-06 | Remove some includes of readline.h | Tom Tromey | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -11/+9 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-18 | Fix PR cli/23785: Check if file exists when invoking "restore FILE binary" | Sergio Durigan Junior | 1 | -0/+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 | -2/+0 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -2/+1 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -8/+8 |
2017-09-27 | Constify commands in cli-dump.c | Tom Tromey | 1 | -16/+16 |
2017-09-27 | Add add_cmd function overloads | Tom Tromey | 1 | -2/+2 |
2017-09-11 | Rename _const functions to use overloading instead | Tom Tromey | 1 | -4/+4 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-05 | Use gdb::unique_xmalloc_ptr when calling tilde_expand | Tom Tromey | 1 | -53/+26 |
2017-08-03 | Use containers to avoid cleanups | Tom Tromey | 1 | -8/+3 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 1 | -21/+7 |
2017-06-14 | Introduce gdb::byte_vector, add allocator that default-initializes | Pedro Alves | 1 | -8/+8 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -7/+8 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -31/+24 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-15 | gdb::{unique_ptr,move} -> std::{unique_ptr,move} | Pedro Alves | 1 | -2/+2 |
2016-10-21 | Replace two xmallocs with unique_ptr | Tom Tromey | 1 | -11/+8 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -2/+2 |
2015-10-06 | parse load_offset (bias) of restore command as long | Pitchumani Sivanupandi | 1 | -2/+3 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-04-24 | gdb: Add internationalization support to a few strings. | Andrew Burgess | 1 | -5/+5 |
2015-04-24 | gdb: Add support for dumping to verilog hex format. | Andrew Burgess | 1 | -0/+38 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |