Age | Commit message (Expand) | Author | Files | Lines |
2019-03-06 | Remove free_current_contents | Tom Tromey | 1 | -2/+0 |
2019-03-05 | Introduce ATTRIBUTE_UNUSED_RESULT and use it | Tom Tromey | 1 | -1/+1 |
2019-01-23 | Remove make_bpstat_clear_actions_cleanup | Tom Tromey | 1 | -1/+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 | -0/+4 |
2018-12-28 | Reset terminal styles | Tom Tromey | 1 | -0/+4 |
2018-12-28 | Add output styles to gdb | Tom Tromey | 1 | -0/+16 |
2018-11-14 | delete ada-lang.c::move_bits, sharing and re-using copy_bitwise instead | Joel Brobecker | 1 | -0/+8 |
2018-09-13 | Return std::string from gdb_bfd_errmsg | Tom Tromey | 1 | -1/+1 |
2018-07-19 | Remove make_cleanup_value_free_to_mark | Tom Tromey | 1 | -4/+0 |
2018-05-04 | aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones | Jan Kratochvil | 1 | -32/+0 |
2018-04-07 | Implement write_async_safe for mi_console_file (PR 22299) | Simon Marchi | 1 | -0/+3 |
2018-04-05 | More use of std::vector in linespec.c | Tom Tromey | 1 | -1/+0 |
2018-04-05 | Change streq to return bool | Tom Tromey | 1 | -1/+8 |
2018-03-30 | Remove make_cleanup_unpush_target | Tom Tromey | 1 | -3/+0 |
2018-03-16 | Remove make_cleanup_free_section_addr_info | Tom Tromey | 1 | -4/+0 |
2018-02-28 | Create new common/pathstuff.[ch] | Sergio Durigan Junior | 1 | -6/+0 |
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/+3 |
2017-11-29 | Breakpoints in symbols with ABI tags (PR c++/19436) | Pedro Alves | 1 | -6/+10 |
2017-11-24 | Make strcmp_iw NOT ignore whitespace in the middle of tokens | Pedro Alves | 1 | -4/+14 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -0/+23 |
2017-10-11 | Remove unnecessary parentheses in declarations | Egeyar Bagcioglu | 1 | -2/+2 |
2017-10-08 | Remove make_cleanup_value_free | Tom Tromey | 1 | -1/+0 |
2017-10-03 | Remove set_batch_flag_and_make_cleanup_restore_page_info | Tom Tromey | 1 | -6/+21 |
2017-09-26 | Move GDB producer parsing routines to a separate file | Walfred Tedeschi | 1 | -3/+0 |
2017-09-09 | Remove make_cleanup_ui_out_redirect_pop | Tom Tromey | 1 | -4/+0 |
2017-09-06 | Remove make_cleanup_clear_parser_state | Tom Tromey | 1 | -4/+0 |
2017-08-22 | Change gdb_realpath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |
2017-08-22 | Change gdb_realpath_keepfile to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |
2017-08-22 | Change gdb_abspath to return a unique_xmalloc_ptr | Tom Tromey | 1 | -1/+1 |
2017-08-04 | Add namespace std to nullptr_t | Yao Qi | 1 | -2/+2 |
2017-08-03 | Remove make_cleanup_freeargv and gdb_buildargv | Tom Tromey | 1 | -4/+0 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -0/+118 |
2017-08-03 | Remove make_cleanup_free_so | Tom Tromey | 1 | -3/+0 |
2017-08-03 | Remove make_cleanup_restore_current_language | Tom Tromey | 1 | -2/+0 |
2017-08-03 | Remove make_cleanup_fclose | Tom Tromey | 1 | -2/+0 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -0/+8 |
2017-07-17 | Introduce strncmp_iw | Pedro Alves | 1 | -1/+18 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -3/+0 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Constify warning_pre_print | Pedro Alves | 1 | -1/+1 |
2017-03-27 | gdb: Make ldirname return a std::string | Pedro Alves | 1 | -1/+1 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -7/+1 |
2017-01-26 | New function null_stream | Yao Qi | 1 | -0/+3 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -2/+0 |
2017-01-10 | Remove make_cleanup_htab_delete | Tom Tromey | 1 | -2/+0 |
2017-01-10 | Introduce htab_up and use gdbpy_enter in py-framefilter.c | Tom Tromey | 1 | -0/+12 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-26 | Constify wrap_here/wrap_hint code path | Simon Marchi | 1 | -1/+1 |