Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -4/+4 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -33/+19 |
2022-01-26 | gdb: add string_file::release method | Simon Marchi | 1 | -1/+1 |
2022-01-25 | Reduce explicit use of gdb_stdout | Tom Tromey | 1 | -5/+5 |
2022-01-18 | Move gdb_regex to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Introduce gdb-hashtab module in gdbsupport | Tom Tromey | 1 | -24/+0 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Move gdb_argv to gdbsupport | Tom Tromey | 1 | -11/+1 |
2022-01-05 | Implement putstr and putstrn in ui_file | Tom Tromey | 1 | -97/+0 |
2022-01-05 | Fix pager regression | Tom Tromey | 1 | -0/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-29 | Fix logging redirection bug with pager | Tom Tromey | 1 | -1/+1 |
2021-12-29 | Remove unusual use of core_addr_eq and core_addr_hash | Tom Tromey | 1 | -21/+0 |
2021-12-24 | Remove gdb_print_host_address | Tom Tromey | 1 | -8/+0 |
2021-12-24 | Move gdb_bfd_errmsg to gdb_bfd.c | Tom Tromey | 1 | -28/+0 |
2021-12-20 | Remove print_spaces | Tom Tromey | 1 | -6/+0 |
2021-12-20 | Remove puts_debug | Tom Tromey | 1 | -85/+0 |
2021-12-20 | Make n_spaces return a const char * | Tom Tromey | 1 | -1/+1 |
2021-11-16 | gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr | Andrew Burgess | 1 | -2/+2 |
2021-10-28 | gdb: add add_setshow_prefix_cmd | Simon Marchi | 1 | -7/+3 |
2021-10-04 | Use unique_xmalloc_ptr<char> when demangling | Tom Tromey | 1 | -8/+3 |
2021-09-28 | gdb: print backtrace for internal error/warning | Andrew Burgess | 1 | -1/+35 |