Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-02-11 | Remove some ui_file_* functions | Tom Tromey | 1 | -8/+8 |
2020-02-07 | Make fputs_unfiltered use fputs_maybe_filtered | Iain Buclaw | 1 | -4/+10 |
2020-02-07 | Make gdb_flush also flush the wrap buffer | Iain Buclaw | 1 | -0/+9 |
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-12-13 | Silence ARI for valid calls to abort | Tom Tromey | 1 | -3/+3 |
2019-12-12 | Remove some calls to malloc_failure | Tom Tromey | 1 | -3/+0 |
2019-11-01 | Simplify print_sys_errmsg | Tom Tromey | 1 | -6/+1 |
2019-10-31 | Use strerror_r in safe_strerror if available | Christian Biesinger | 1 | -8/+3 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -2/+2 |
2019-10-22 | Fix compile error & incorrect push | Christian Biesinger | 1 | -4/+0 |
2019-10-22 | Use libxxhash for hashing, if present | Christian Biesinger | 1 | -0/+4 |
2019-10-19 | Replace some more qsort calls with std::sort | Christian Biesinger | 1 | -8/+0 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-01 | Introduce gdb-specific %p format suffixes | Pedro Alves | 1 | -11/+70 |
2019-09-26 | Remove gdb_usleep.c | Tom Tromey | 1 | -1/+0 |
2019-09-26 | Remove initialize_utils | Tom Tromey | 1 | -51/+47 |
2019-09-25 | Remove make_hex_string | Tom Tromey | 1 | -16/+0 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -5/+5 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -4/+4 |
2019-08-06 | Add more styling to "disassemble" | Tom Tromey | 1 | -2/+4 |
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 | -6/+6 |
2019-06-18 | gdb: Remove use of deprecated_interactive_hook | Andrew Burgess | 1 | -3/+0 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -1/+1 |
2019-06-03 | Add highlight style, title style, fputs_highlighted. Improve 'show style' | Philippe Waroquiers | 1 | -0/+36 |
2019-05-08 | Fix build problem in fputs_maybe_filtered | Tom Tromey | 1 | -1/+1 |
2019-05-08 | Fix style bug when paging | Tom Tromey | 1 | -3/+21 |
2019-04-27 | Have 'thread|frame apply' style their output. | Philippe Waroquiers | 1 | -30/+5 |
2019-04-12 | Another fix for GDB styling | Eli Zaretskii | 1 | -4/+0 |
2019-04-11 | Make "msg" const in internal_vproblem | Tom Tromey | 1 | -1/+1 |
2019-03-09 | Support styling on native MS-Windows console | Eli Zaretskii | 1 | -0/+10 |
2019-03-06 | Remove free_current_contents | Tom Tromey | 1 | -29/+0 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -1/+0 |
2019-02-27 | Make 'show width/height' display "unlimited" when capped for readline | Pedro Alves | 1 | -2/+8 |