aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-27ld: Add --warn-textrel and obsolete --warn-shared-textrelH.J. Lu13-35/+98
2020-05-26Fix extraction of signed constants in nios2 disassembler (again).Sandra Loosemore2-8/+25
2020-05-27Automatic date update in version.inGDB Administrator1-1/+1
2020-05-26ld: Skip some x86 ifunc tests for lynxos and ntoH.J. Lu4-0/+9
2020-05-26gas: Adjust x86 tests for PECOFFH.J. Lu4-1/+11
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-26ChangeLog entries for f687f5f563Stefan Schulze Frielinghaus2-0/+13
2020-05-26tc-xgate.c: Replace R_XGATE_PCREL_X with BFD_RELOC_XGATE_PCREL_XH.J. Lu2-4/+12
2020-05-26S/390: z13: Accept vector alignment hintsStefan Schulze Frielinghaus3-20/+23
2020-05-26gas: Silence GCC 10 warning on tc-visium.cH.J. Lu2-1/+7
2020-05-26gas: Silence GCC 10 warning tc-vax.cH.J. Lu2-2/+9
2020-05-26gas: Silence GCC 10 warning on tc-v850.cH.J. Lu2-2/+8
2020-05-26gas: Silence GCC 10 warning on tc-crx.cH.J. Lu2-3/+10
2020-05-26Extend the error message displayed when a plugin fails to load.Nick Clifton2-1/+7
2020-05-26tc-score.c: Replace overlapping sprintf with memmoveH.J. Lu2-8/+18
2020-05-26[gdb/testsuite] Add test-case gold-gdb-index.expTom de Vries5-0/+132
2020-05-25gas: Silence GCC 10 warning on tc-mcore.cH.J. Lu2-1/+6
2020-05-25tc-cr16.c: Use memmove to concatenate 2 overlapping stringsH.J. Lu2-1/+10
2020-05-26Automatic date update in version.inGDB Administrator1-1/+1
2020-05-25gas: Silence GCC 10 warning on tc-cr16.cH.J. Lu2-1/+6
2020-05-25ELF: Updated comments for ET_EXEC and ET_DYNH.J. Lu2-2/+7
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: Drop now unused function 'stringify_argv'Michael Weghorn3-27/+5
2020-05-25Use construct_inferior_arguments which handles special charsMichael Weghorn5-4/+17
2020-05-25nto_process_target::create_inferior: Pass args as char **Michael Weghorn2-2/+6
2020-05-25gdbserver: Don't add extra NULL to program argsMichael Weghorn2-2/+5
2020-05-25gdbsupport: Let construct_inferior_arguments take gdb::array_view paramMichael Weghorn4-12/+20
2020-05-25gdbsupport: Adapt construct_inferior_argumentsMichael Weghorn4-50/+32
2020-05-25gdb: Move construct_inferior_arguments to gdbsupportMichael Weghorn6-126/+136
2020-05-25[gdb/testsuite] Add comment in exec_is_pieTom de Vries2-0/+7
2020-05-25ld-x86-64: Pass -z notext to linker for tests with DT_TEXTRELH.J. Lu2-2/+6
2020-05-25ld: Pass -z notext to linker for tests with DT_TEXTRELH.J. Lu35-49/+101