Age | Commit message (Expand) | Author | Files | Lines |
2023-05-12 | [gdb/cli] Fix wrapping for TERM=ansi | Tom de Vries | 1 | -1/+1 |
2023-05-05 | Simplify auto_load_expand_dir_vars and remove substitute_path_component | Tom Tromey | 1 | -45/+0 |
2023-05-02 | Remove error_stream | Tom Tromey | 1 | -6/+0 |
2023-05-01 | gdb: move struct ui and related things to ui.{c,h} | Simon Marchi | 1 | -0/+1 |
2023-04-30 | [gdb/tui] Fix TUI resizing for TERM=ansi | Tom de Vries | 1 | -0/+21 |
2023-04-29 | [gdb/build] Fix build without ncurses in maintenance_info_screen | Tom de Vries | 1 | -0/+4 |
2023-04-21 | [gdb/cli] Add maint info screen | Tom de Vries | 1 | -2/+68 |
2023-03-31 | Remove language_demangle | Tom Tromey | 1 | -1/+1 |
2023-03-27 | Use gdb_gmp for scalar arithmetic | Tom Tromey | 1 | -30/+0 |
2023-03-20 | gdb: fix crash during command completion | Andrew Burgess | 1 | -0/+2 |
2023-02-27 | Introduce set_force_quit_flag and change type of sync_quit_force_run | Kevin Buettner | 1 | -1/+1 |
2023-02-27 | Handle gdb SIGTERM by throwing / catching gdb_exception_force_quit | Kevin Buettner | 1 | -1/+1 |
2023-02-12 | gdb/c++: fix handling of breakpoints on @plt symbols | Andrew Burgess | 1 | -1/+30 |
2023-02-10 | Move implementation of perror_with_name to gdbsupport | Aaron Merey | 1 | -36/+0 |
2023-01-27 | gdb/tui: disable tui mode when an assert triggers | Andrew Burgess | 1 | -1/+6 |
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 | -22/+0 |
2022-12-15 | Move streq and compare_cstrings to gdbsupport | Tom Tromey | 1 | -8/+0 |
2022-12-15 | Remove subset_compare | Tom Tromey | 1 | -20/+0 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -5/+4 |
2022-07-18 | Replace input_interactive_p with a method | Tom Tromey | 1 | -1/+1 |
2022-07-18 | Remove ui_register_input_event_handler | Tom Tromey | 1 | -2/+2 |
2022-06-08 | gdb: make throw_perror_with_name static | Andrew Burgess | 1 | -1/+1 |
2022-04-15 | Return void from gdb_putc | Tom Tromey | 1 | -5/+2 |
2022-04-15 | Handle "set height 1" | Tom Tromey | 1 | -2/+8 |
2022-04-15 | Allow word wrapping even when paging is disabled | Tom Tromey | 1 | -8/+44 |
2022-04-07 | gdb: don't try to use readline before it's initialized | Andrew Burgess | 1 | -2/+15 |
2022-03-31 | Style URLs in GDB output | Tom Tromey | 1 | -2/+3 |
2022-03-30 | Only allow QUIT on the main thread | Tom Tromey | 1 | -0/+4 |
2022-03-29 | Remove unnecessary calls to wrap_here and gdb_flush | Tom Tromey | 1 | -6/+0 |
2022-03-29 | Remove vfprintf_styled | Tom Tromey | 1 | -11/+0 |
2022-03-29 | Rename fprintf_symbol_filtered | Tom Tromey | 1 | -3/+3 |
2022-03-29 | Rename puts_filtered_tabular | Tom Tromey | 1 | -7/+6 |
2022-03-29 | Rename print_spaces_filtered | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -41/+31 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -22/+6 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -27/+21 |
2022-03-29 | Unify vprintf functions | Tom Tromey | 1 | -48/+11 |
2022-03-29 | Remove fputs_styled_unfiltered | Tom Tromey | 1 | -11/+0 |
2022-03-29 | Change the pager to a ui_file | Tom Tromey | 1 | -160/+96 |
2022-03-29 | Remove vfprintf_styled_no_gdbfmt | Tom Tromey | 1 | -15/+0 |
2022-03-29 | Add puts_unfiltered method to ui_file | Tom Tromey | 1 | -1/+3 |
2022-03-29 | Only have one API for unfiltered output | Tom Tromey | 1 | -12/+0 |
2022-03-28 | Switch gdb_stdlog to use timestamped_file | Tom Tromey | 1 | -29/+1 |
2022-03-28 | Add new timestamped_file class | Tom Tromey | 1 | -1/+1 |
2022-02-24 | Support template lookups in strncmp_iw_with_mode | Keith Seitz | 1 | -1/+81 |
2022-02-24 | Unit tests for strncmp_iw_with_mode | Keith Seitz | 1 | -0/+565 |
2022-02-20 | gdb: Only paginate for filtered output in fputs_maybe_filtered | Lancelot SIX | 1 | -1/+2 |
2022-02-04 | Remove host_hex_value | Tom Tromey | 1 | -2/+2 |
2022-01-26 | Remove global wrap_here function | Tom Tromey | 1 | -17/+3 |