Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-09-07 | gdb: make use of std::string in utils.c | Andrew Burgess | 1 | -29/+25 |
2021-09-07 | gdb: use bool instead of int in struct internal_problem | Andrew Burgess | 1 | -8/+21 |
2021-08-30 | Use gdbfmt for vprintf_filtered. | John Baldwin | 1 | -17/+9 |
2021-08-11 | gdb: don't print backtrace when dumping core after an internal error | Andrew Burgess | 1 | -0/+5 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -4/+0 |
2021-05-07 | Remove streq_hash in favor of htab_eq_string | Tom Tromey | 1 | -8/+0 |
2021-01-22 | gdb: don't print escape characters when a style is disabled | Andrew Burgess | 1 | -36/+37 |
2021-01-04 | gdb: make "set debug timestamp" work nice with new debug printouts | Simon Marchi | 1 | -15/+19 |
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 | -30/+0 |
2020-12-16 | [gdb/cli] Add a progress meter | Tom Tromey | 1 | -0/+14 |
2020-11-15 | Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it public | Joel Brobecker | 1 | -0/+30 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -16/+16 |
2020-08-14 | gdb: add gdb_argv::as_array_view method | Simon Marchi | 1 | -0/+26 |
2020-05-23 | Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparison | Pedro Alves | 1 | -23/+24 |
2020-05-21 | gdb: remove unnecessary NULL checks before xfree | Simon Marchi | 1 | -2/+1 |
2020-05-03 | Update more calls to add_prefix_cmd | Tom Tromey | 1 | -25/+11 |
2020-04-13 | Introduce and use flush_streams | Tom Tromey | 1 | -0/+9 |
2020-04-10 | gdb: fix undefined behavior reported in copy_bitwise | Artur Shepilko | 1 | -1/+1 |
2020-04-02 | gdb: replace some calls to internal_error with gdb_assert | Simon Marchi | 1 | -3/+1 |
2020-02-20 | Make '{putchar,fputc}_unfiltered' use 'fputs_unfiltered' | Sergio Durigan Junior | 1 | -8/+17 |