Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -1/+3 |
2017-10-14 | Replace psymbol_allocation_list with std::vector | Simon Marchi | 1 | -31/+0 |
2017-09-12 | Make probe_ops::get_probes fill an std::vector | Simon Marchi | 1 | -5/+2 |
2017-06-11 | Introduce "set debug separate-debug-file" | Simon Marchi | 1 | -0/+4 |
2017-04-12 | Change increment_reading_symtab to return a scoped_restore | Tom Tromey | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -35/+29 |
2017-02-20 | DWARF-5 basic functionality | Jan Kratochvil | 1 | -0/+3 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -2/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-26 | PR 20569, segv in follow_exec | Sandra Loosemore | 1 | -1/+2 |
2016-10-26 | Make symfile_add_flags and objfile->flags strongly typed | Pedro Alves | 1 | -27/+9 |
2016-10-21 | Record minimal symbols directly in reader. | Tom Tromey | 1 | -1/+2 |
2016-06-23 | Move filename extensions into language_defn | Tom Tromey | 1 | -0/+5 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-04-02 | Convert "remote:" sysroots to "target:" and remove "remote:" | Gary Benson | 1 | -2/+0 |
2015-02-27 | Fix struct, union, and enum nesting in C++ | Tom Tromey | 1 | -8/+10 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -2/+2 |
2015-02-10 | Rename new_symfile_objfile, make static. | Doug Evans | 1 | -2/+0 |
2015-02-06 | Move clear_symtab_users, deduce_language_from_filename decls to better place. | Doug Evans | 1 | -0/+4 |