Age | Commit message (Expand) | Author | Files | Lines |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -3/+4 |
2022-07-29 | gdb: add "id" fields to identify symtabs and subfiles | Simon Marchi | 1 | -1/+10 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-04-17 | Add search_flags to expand_symtabs_matching | Tom Tromey | 1 | -0/+1 |
2021-04-17 | Let expand_symtabs_matching short-circuit | Tom Tromey | 1 | -1/+1 |
2021-03-26 | Use function view in quick_symbol_functions::map_symbol_filenames | Tom Tromey | 1 | -2/+2 |
2021-03-20 | Remove sym_fns::sym_read_psymbols | Tom Tromey | 1 | -7/+0 |
2021-03-20 | Move sym_fns::qf to objfile | Tom Tromey | 1 | -4/+0 |
2021-03-20 | Move quick_symbol_functions to a new header | Tom Tromey | 1 | -205/+1 |
2021-03-20 | Change objfile::has_partial_symbols to return bool | Tom Tromey | 1 | -1/+1 |
2021-03-20 | Introduce dwarf2/public.h | Tom Tromey | 1 | -26/+0 |
2021-03-20 | Move some DWARF code out of symfile.h | Tom Tromey | 1 | -11/+0 |
2021-03-06 | Create new file dwarf2/sect-names.h | Tom Tromey | 1 | -45/+1 |
2021-01-12 | gdb: move read{now,never}_symbol_files declarations to symfile.h | Simon Marchi | 1 | -0/+8 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -6/+6 |
2020-10-12 | Use a std::vector in target_section_table | Tom Tromey | 1 | -4/+2 |
2020-09-19 | Use gdb_bfd_sections in symfile.c | Tom Tromey | 1 | -2/+0 |
2020-09-06 | Remove unused declaration from symfile.h | Tom Tromey | 1 | -2/+0 |
2020-05-19 | gdb: make symfile_segment_data::segment_info an std::vector | Simon Marchi | 1 | -6/+1 |
2020-05-19 | gdb: use std::vector to store segments in symfile_segment_data | Simon Marchi | 1 | -15/+17 |
2020-05-19 | gdb: allocate symfile_segment_data with new | Simon Marchi | 1 | -8/+16 |
2020-04-14 | [gdb] Expand symbolless symtabs using maint expand-symtabs | Tom de Vries | 1 | -5/+8 |
2020-04-02 | [gdb] Use partial symbol table to find language for main | Tom de Vries | 1 | -0/+11 |
2020-01-13 | Dwarf 5: Handle debug_str_offsets and indexed attributes that have base offsets. | Ali Tamur | 1 | -0/+1 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -3/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-02 | Handle copy relocations | Tom Tromey | 1 | -1/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -3/+3 |
2019-09-10 | Change map_matching_symbols to take a lookup_name_info | Tom Tromey | 1 | -2/+2 |
2019-09-10 | Change map_matching_symbols to take a symbol_found_callback_ftype | Tom Tromey | 1 | -12/+11 |
2019-09-07 | Change lookup_symbol's block_index parameter type to block_enum | Simon Marchi | 1 | -1/+2 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-07-02 | Move generic_load declaration to symfile.h | Simon Marchi | 1 | -0/+6 |
2019-05-08 | Convert probes to type-safe registry API | Tom Tromey | 1 | -1/+2 |
2019-03-24 | More block constification | Tom Tromey | 1 | -1/+1 |
2019-01-10 | Move some declarations to mdebugread.h | Tom Tromey | 1 | -10/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-26 | Make psymbols and psymtabs independent of the program space | Tom Tromey | 1 | -6/+0 |
2018-06-28 | Make dwarf2_free_objfile static | Tom Tromey | 1 | -2/+0 |
2018-06-28 | Make sure that sorting does not change section order | Petr Tesarik | 1 | -1/+3 |
2018-03-16 | Remove make_cleanup_free_section_addr_info | Tom Tromey | 1 | -30/+22 |
2018-03-08 | Make find_separate_debug_file* return std::string | Simon Marchi | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-11 | Unbreak build for non-ELF ports | Pedro Alves | 1 | -1/+16 |
2017-12-08 | DWARF-5: .debug_names index consumer | Jan Kratochvil | 1 | -0/+2 |
2017-12-08 | Change dwarf2_initialize_objfile's return value | Jan Kratochvil | 1 | -1/+1 |
2017-11-22 | Convert generic probe interface to C++ (and perform some cleanups) | Sergio Durigan Junior | 1 | -1/+1 |
2017-11-17 | Handle dereferencing Rust trait objects | Tom Tromey | 1 | -0/+8 |