aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-05-27Pass dwarf2_cu to process_full_{comp,type}_unitSimon Marchi2-22/+22
2020-05-27Pass dwarf2_per_bfd instead of dwarf2_per_objfile to some index-related funct...Simon Marchi2-47/+55
2020-05-27Move signatured_type::type to unshareable objectTom Tromey3-10/+47
2020-05-27Split type_unit_groupTom Tromey3-26/+83
2020-05-27Remove dwarf2_per_cu_data::dwarf2_per_objfileSimon Marchi3-11/+14
2020-05-27Remove leftover references to dwarf2_per_cu_data::dwarf2_per_objfileSimon Marchi2-3/+10
2020-05-27Add dwarf2_per_objfile parameter to get_die_type_at_offsetSimon Marchi4-15/+31
2020-05-27Add dwarf2_per_objfile parameter to free_one_cached_comp_unitSimon Marchi3-21/+44
2020-05-27Remove dwarf2_per_cu_data::objfile ()Simon Marchi6-64/+94
2020-05-27Add dwarf2_per_objfile parameters to dwarf2_fetch_* functionsSimon Marchi4-27/+65
2020-05-27Add dwarf2_per_objfile parameter to allocate_piece_closureSimon Marchi2-3/+11
2020-05-27Add dwarf2_per_objfile parameter to dwarf2_read_addr_indexSimon Marchi4-28/+55
2020-05-27Remove dwarf2_per_cu_data::text_offsetSimon Marchi6-39/+63
2020-05-27Add dwarf2_per_objfile to dwarf_expr_context and dwarf2_frame_cacheSimon Marchi5-53/+98
2020-05-27Move int type methods out of dwarf2_per_cu_dataSimon Marchi3-35/+53
2020-05-27Remove reference to dwarf2_per_cu_data::dwarf2_per_objfile in queue_and_load_...Simon Marchi2-1/+6
2020-05-27Pass dwarf2_cu objects to dwo-related functions, instead of dwarf2_per_cu_dataSimon Marchi2-45/+53
2020-05-27Add dwarf2_per_objfile parameter to process_full_{comp,type}_unitSimon Marchi2-10/+21
2020-05-27Add dwarf2_per_objfile parameter to recursively_compute_inclusionsSimon Marchi2-7/+18
2020-05-27Add dwarf2_per_objfile parameter to create_partial_symtabSimon Marchi2-7/+19
2020-05-27Remove dwarf2_per_cu_data::dwarf2_per_objfile reference in cutu_reader::keepSimon Marchi2-2/+10
2020-05-27Make queue_and_load_dwo_tu receive a dwarf2_cuSimon Marchi2-7/+12
2020-05-27Add dwarf2_per_objfile parameter to cutu_reader's constructorsSimon Marchi2-50/+103
2020-05-27Use bfd_get_filename instead of objfile_name in lookup_dwo_unitSimon Marchi2-1/+6
2020-05-27Make dwarf2_get_dwz_file take a dwarf2_per_bfdSimon Marchi6-28/+51
2020-05-27Add dwarf2_per_bfd field to dwarf2_per_cu_dataSimon Marchi3-6/+32
2020-05-27Remove dwarf2_cu->per_cu->dwarf2_per_objfile referencesSimon Marchi2-165/+133
2020-05-27Remove reference to dwarf2_per_cu_data::dwarf2_per_objfile in dw2_do_instanti...Simon Marchi2-38/+66
2020-05-27Add dwarf2_per_objfile field to dwarf2_cuSimon Marchi2-10/+28
2020-05-27Move die_type_hash to dwarf2_per_objfileSimon Marchi3-10/+19
2020-05-27Remove symtab links from dwarf2_psymtab and dwarf2_per_cu_quick_dataSimon Marchi3-70/+160
2020-05-27Split dwarf2_per_objfile into dwarf2_per_objfile and dwarf2_per_bfdSimon Marchi5-362/+412
2020-05-27Add dwarf2_per_objfile member to DWARF batonsTom Tromey4-12/+54
2020-05-27Add dwarf2_per_cu_data::indexTom Tromey3-19/+60
2020-05-27Add "objfile" parameter to two partial_symtab methodsTom Tromey4-35/+55
2020-05-27Introduce dwarf2_per_objfile::obstackTom Tromey3-52/+66
2020-05-27Fix PR 26000, logical bitwise error / prologue analyzerLuis Machado2-1/+7
2020-05-27Fix some duplicate test namesLuis Machado23-306/+475
2020-05-26Ensure class_tui is listed in the output of "help" giving the list of classes.Philippe Waroquiers3-1/+13
2020-05-26Handle indexing Ada arrays with enum indicesTom Tromey9-85/+86
2020-05-26Fix bugs in 'val and 'pos with range typesTom Tromey7-2/+28
2020-05-26Use = instead of == for better portabilityChristian Biesinger via Gdb-patches2-2/+7
2020-05-26[gdb/testsuite] Add test-case gold-gdb-index.expTom de Vries5-0/+132
2020-05-25[gdb/testsuite] Add target board gold-gdb-indexTom de Vries2-0/+49
2020-05-25gdb: make avr_integer_to_address generate code or data address based on typeCristiano De Alti2-1/+11
2020-05-25gdb/testsuite: add simavr.exp boardSimon Marchi2-0/+99
2020-05-25gdb/testsuite: add inferior arguments testSimon Marchi4-8/+169
2020-05-25gdb/testsuite: support passing inferior arguments with native-gdbserver boardSimon Marchi8-24/+62
2020-05-25gdbsupport: Let construct_inferior_arguments take gdb::array_view paramMichael Weghorn1-2/+3
2020-05-25gdbsupport: Adapt construct_inferior_argumentsMichael Weghorn1-6/+3