aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-25gdb: Move construct_inferior_arguments to gdbsupportMichael Weghorn3-126/+5
2020-05-25[gdb/testsuite] Add comment in exec_is_pieTom de Vries2-0/+7
2020-05-25[gdb/testsuite] Fix var use in compile_and_download_n_jit_soTom de Vries2-1/+6
2020-05-25[gdb/testsuite] Fix exec_is_pie with gold linkerTom de Vries2-2/+8
2020-05-25[gdb/testsuite] Add target board goldTom de Vries2-0/+36
2020-05-24Revert "Add completion styling"Tom Tromey10-148/+32
2020-05-24gdb: make gdbarch.sh write gdbarch.{c,h} directlySimon Marchi3-55/+8
2020-05-24Don't remove C++ aliases from completions if symbol doesn't matchPedro Alves3-7/+19
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi31-81/+84
2020-05-23Document the GDB 9.2 release in gdb/ChangeLogJoel Brobecker1-0/+4
2020-05-23Add completion stylingTom Tromey10-7/+172
2020-05-23Use safe-ctype.h (ISSPACE etc.) in symbol parsing & comparisonPedro Alves2-23/+38