Age | Commit message (Expand) | Author | Files | Lines |
2021-08-18 | gdb/solib: Refactor scan_dyntag | Aaron Merey | 1 | -0/+104 |
2021-06-11 | libthread_db initialization changes related to upcoming glibc-2.34 | Kevin Buettner | 1 | -2/+7 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -7/+8 |
2021-05-27 | gdb: make add_info_alias accept target as a cmd_list_element | Simon Marchi | 1 | -3/+4 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -2/+3 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-04 | gdb: add inferior_execd observable | Simon Marchi | 1 | -0/+4 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -25/+25 |
2020-10-29 | Change add_target_sections to method on program_space | Tom Tromey | 1 | -1/+1 |
2020-10-29 | Change remove_target_sections to method on program_space | Tom Tromey | 1 | -3/+3 |
2020-10-29 | Change clear_program_space_solib_cache to method on program_space | Tom Tromey | 1 | -1/+1 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -1/+2 |
2020-10-14 | [gdb] Fix segfault in solib_contains_address_p | Tom de Vries | 1 | -0/+3 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -2/+2 |
2020-10-12 | build_section_table cannot fail | Tom Tromey | 1 | -5/+1 |
2020-10-12 | Use a std::vector in target_section_table | Tom Tromey | 1 | -19/+14 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -2/+2 |
2020-05-08 | Remove ALL_SO_LIBS and so_list_head | Tom Tromey | 1 | -32/+18 |
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-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 |