Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-07-24 | Remove some unnecessary declarations and configury | Tom Tromey | 1 | -10/+0 |
2018-07-19 | Remove make_cleanup_value_free_to_mark | Tom Tromey | 1 | -17/+0 |
2018-06-05 | Add "continue" response to pager | Tom Tromey | 1 | -5/+22 |
2018-05-31 | Unset gdbarch significant_addr_bit by default | Omair Javaid | 1 | -2/+3 |
2018-05-25 | Remove interp_ui_out | Tom Tromey | 1 | -1/+1 |
2018-05-10 | Fix tagged pointer support | Omair Javaid | 1 | -5/+9 |
2018-05-04 | Fix "obvious" fall-through warnings | Tom Tromey | 1 | -0/+1 |
2018-05-04 | aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones | Jan Kratochvil | 1 | -16/+0 |
2018-04-07 | Implement write_async_safe for mi_console_file (PR 22299) | Simon Marchi | 1 | -25/+25 |
2018-04-05 | More use of std::vector in linespec.c | Tom Tromey | 1 | -11/+0 |
2018-04-05 | Change streq to return bool | Tom Tromey | 1 | -2/+11 |
2018-03-30 | Remove make_cleanup_unpush_target | Tom Tromey | 1 | -18/+0 |
2018-03-27 | Remove cleanups from prompt_for_continue | Tom Tromey | 1 | -7/+2 |
2018-03-16 | Remove make_cleanup_free_section_addr_info | Tom Tromey | 1 | -12/+0 |
2018-03-02 | Make delim_string_to_char_ptr_vec return an std::vector | Simon Marchi | 1 | -24/+0 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -119/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-08 | Clear non-significant bits of address on memory access | Yao Qi | 1 | -0/+17 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -3/+0 |
2017-11-29 | Breakpoints in symbols with ABI tags (PR c++/19436) | Pedro Alves | 1 | -2/+94 |
2017-11-24 | Make strcmp_iw NOT ignore whitespace in the middle of tokens | Pedro Alves | 1 | -7/+226 |