Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-02-27 | Prevent overflow in rl_set_screen_size | Saagar Jha | 1 | -4/+17 |
2019-02-17 | Fix pager bugs with style output | Tom Tromey | 1 | -29/+63 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-23 | Remove make_bpstat_clear_actions_cleanup | Tom Tromey | 1 | -17/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-28 | Highlight source code using GNU Source Highlight | Tom Tromey | 1 | -2/+2 |
2018-12-28 | Reset terminal styles | Tom Tromey | 1 | -6/+31 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -1/+79 |
2018-12-28 | Change wrap buffering to use a std::string | Tom Tromey | 1 | -37/+26 |
2018-11-15 | Move copy_bitwise unittests to own unittest file | Joel Brobecker | 1 | -136/+0 |
2018-11-14 | delete ada-lang.c::move_bits, sharing and re-using copy_bitwise instead | Joel Brobecker | 1 | -0/+229 |
2018-09-18 | Cast RLIM_INFINITY to rlim_t to fix 64-bit Solaris 10 build | Rainer Orth | 1 | -1/+1 |
2018-09-13 | Return std::string from gdb_bfd_errmsg | Tom Tromey | 1 | -20/+7 |