Age | Commit message (Expand) | Author | Files | Lines |
2023-10-05 | gdb: remove print_sys_errmsg | Andrew Burgess | 1 | -1/+7 |
2023-07-15 | gdb: style filenames in separate debug file warnings | Andrew Burgess | 1 | -0/+52 |
2023-07-14 | Revert "Simplify auto_load_expand_dir_vars and remove substitute_path_component" | Tom Tromey | 1 | -0/+3 |
2023-06-19 | [gdb] Add template functions assign_return/set_if_changed | Tom de Vries | 1 | -0/+27 |
2023-05-05 | Simplify auto_load_expand_dir_vars and remove substitute_path_component | Tom Tromey | 1 | -3/+0 |
2023-05-02 | Remove error_stream | Tom Tromey | 1 | -2/+0 |
2023-04-30 | [gdb/tui] Fix TUI resizing for TERM=ansi | Tom de Vries | 1 | -0/+7 |
2023-03-27 | Use gdb_gmp for scalar arithmetic | Tom Tromey | 1 | -7/+0 |
2023-02-27 | Remove old GNU indent directives | Tom Tromey | 1 | -2/+0 |
2023-01-05 | gdbsupport: move fast_hash to gdbsupport/common-utils.h | Simon Marchi | 1 | -19/+0 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-16 | [aarch64] Fix removal of non-address bits for PAuth | Luis Machado | 1 | -3/+0 |
2022-12-15 | Move streq and compare_cstrings to gdbsupport | Tom Tromey | 1 | -12/+0 |
2022-12-15 | Remove subset_compare | Tom Tromey | 1 | -2/+0 |
2022-06-08 | gdb: make throw_perror_with_name static | Andrew Burgess | 1 | -3/+0 |
2022-04-15 | Return void from gdb_putc | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Minor comment updates in utils.h | Tom Tromey | 1 | -19/+13 |
2022-03-29 | Remove vfprintf_styled | Tom Tromey | 1 | -6/+0 |
2022-03-29 | Rename fprintf_symbol_filtered | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Rename puts_filtered_tabular | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Rename print_spaces_filtered | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -6/+3 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -4/+2 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -5/+3 |
2022-03-29 | Unify vprintf functions | Tom Tromey | 1 | -7/+2 |
2022-03-29 | Remove fputs_styled_unfiltered | Tom Tromey | 1 | -6/+0 |
2022-03-29 | Change the pager to a ui_file | Tom Tromey | 1 | -4/+0 |
2022-03-29 | Remove vfprintf_styled_no_gdbfmt | Tom Tromey | 1 | -8/+0 |
2022-03-29 | Only have one API for unfiltered output | Tom Tromey | 1 | -4/+0 |
2022-03-28 | Add new timestamped_file class | Tom Tromey | 1 | -0/+3 |
2022-02-24 | Support template lookups in strncmp_iw_with_mode | Keith Seitz | 1 | -2/+5 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Introduce gdb-hashtab module in gdbsupport | Tom Tromey | 1 | -26/+0 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -174/+0 |
2022-01-05 | Implement putstr and putstrn in ui_file | Tom Tromey | 1 | -15/+0 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Remove unusual use of core_addr_eq and core_addr_hash | Tom Tromey | 1 | -4/+0 |
2021-12-24 | Remove gdb_print_host_address | Tom Tromey | 1 | -7/+0 |
2021-12-24 | Move gdb_bfd_errmsg to gdb_bfd.c | Tom Tromey | 1 | -7/+0 |
2021-12-20 | Remove print_spaces | Tom Tromey | 1 | -2/+0 |
2021-12-20 | Remove puts_debug | Tom Tromey | 1 | -2/+0 |
2021-12-20 | Make n_spaces return a const char * | Tom Tromey | 1 | -1/+1 |
2021-11-08 | Add a const version of gdb_argv:as_array_view | Lancelot SIX | 1 | -0/+10 |
2021-05-26 | Introduce htab_delete_entry | Tom Tromey | 1 | -0/+9 |
2021-05-07 | Remove streq_hash in favor of htab_eq_string | Tom Tromey | 1 | -5/+0 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-17 | Remove printfi_filtered and fprintfi_filtered | Tom Tromey | 1 | -5/+0 |
2020-12-16 | [gdb/cli] Add a progress meter | Tom Tromey | 1 | -0/+4 |
2020-11-15 | Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it public | Joel Brobecker | 1 | -0/+7 |
2020-09-23 | Avoid manual memory management of argv arrays in gdb/compile | Tom Tromey | 1 | -0/+43 |