Age | Commit message (Expand) | Author | Files | Lines |
2019-12-12 | Make the objfile destructor private | Tom Tromey | 1 | -2/+2 |
2019-11-25 | Replace int with bool in solib.c | Christian Biesinger | 1 | -45/+39 |
2019-11-06 | Remove some includes of readline.h | Tom Tromey | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-01 | Remove the ui_out_style_kind enum | Tom Tromey | 1 | -1/+2 |
2019-09-20 | Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_order | Christian Biesinger | 1 | -15/+0 |
2019-09-20 | bfd macro conversion to inline functions | Alan Modra | 1 | -3/+3 |
2019-09-06 | bfd_get_filename | Alan Modra | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-05-14 | Add file name styling to "info sharedlibrary" | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -4/+4 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -12/+8 |
2019-03-24 | Remove null_block_symbol | Tom Tromey | 1 | -1/+1 |
2019-03-15 | Change minimal_symbol inheritance | Tom Tromey | 1 | -2/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Replace "the the" with "the" | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -4/+8 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-05-29 | Change program_space::added_solibs to a std::vector | Tom Tromey | 1 | -1/+1 |
2018-05-25 | Remove interp_ui_out | Tom Tromey | 1 | -1/+1 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -5/+5 |
2018-03-18 | Remove some cleanups from solib.c | Tom Tromey | 1 | -6/+4 |
2018-03-16 | Remove make_cleanup_free_section_addr_info | Tom Tromey | 1 | -7/+5 |
2018-03-02 | Make program_space::deleted_solibs a vector of std::string | Simon Marchi | 1 | -2/+1 |
2018-02-14 | Constify target_so_ops::bfd_open | Tom Tromey | 1 | -1/+1 |
2018-02-14 | Change openp et al to use a unique_xmalloc_ptr | Tom Tromey | 1 | -32/+24 |
2018-02-14 | Move some declarations to source.h | Tom Tromey | 1 | -0/+1 |
2018-02-14 | Return unique_xmalloc_ptr from some solib.c functions | Tom Tromey | 1 | -29/+23 |
2018-02-08 | Remove cleanups from solib.c | Tom Tromey | 1 | -8/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -2/+2 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -2/+2 |
2017-10-13 | Change objfile to use new/delete | Tom Tromey | 1 | -2/+2 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -3/+13 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-05 | Use gdb::unique_xmalloc_ptr when calling tilde_expand | Tom Tromey | 1 | -17/+7 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -48/+45 |
2017-06-20 | C++ify gdb/common/environ.c | Sergio Durigan Junior | 1 | -4/+3 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -5/+1 |
2017-03-20 | Add -file-list-shared-libraries MI command | Marc-Andre Laperle | 1 | -19/+2 |
2017-03-20 | Remove unused parameter in solib_add and update_solib_list | Marc-Andre Laperle | 1 | -18/+10 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -27/+21 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-12-22 | Class-ify ui_out | Simon Marchi | 1 | -22/+17 |
2016-12-20 | gdb: Constify solib_find | Pedro Alves | 1 | -4/+4 |
2016-12-09 | gdb: Remove support for obsolete OSABIs and a.out | Pedro Alves | 1 | -23/+1 |