aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-25gas: Update fr_literal access in frag for GCC 10H.J. Lu4-3/+10
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-25Automatic date update in version.inGDB Administrator1-1/+1
2020-05-24RISC-V: Gas inserts cfa relocs in wrong section.Jim Wilson2-1/+19
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-24ld: Handle --dynamic-list* before -Bsymbolic -Bsymbolic-functionsFangrui Song4-25/+37
2020-05-23ld: Add -Bsymbolic-functions testsH.J. Lu6-0/+49
2020-05-24Automatic date update in version.inGDB Administrator1-1/+1
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 Alves4-23/+88
2020-05-23Fix potential segfaultAlan Modra2-2/+7
2020-05-23ar many_files testAlan Modra2-0/+60
2020-05-23Automatic date update in version.inGDB Administrator1-1/+1
2020-05-22gdb: remove TYPE_FIELDS macroSimon Marchi12-32/+42
2020-05-22gdb: add type::fields / type::set_fieldsSimon Marchi14-86/+114
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi68-318/+322
2020-05-22gdb: add type::num_fields / type::set_num_fieldsSimon Marchi14-43/+62
2020-05-22Remove obsolete declarationTom Tromey2-1/+5
2020-05-22gdb: Restore old annotations behaviour when printing frame infoAndrew Burgess9-20/+73
2020-05-22PowerPC: downgrade FP mismatch error for shared libraries to a warningAlan Modra4-28/+73
2020-05-22Automatic date update in version.inGDB Administrator1-1/+1
2020-05-21gdb: fix -Wtautological-overlap-compare error in lm32-tdep.cSimon Marchi2-1/+5
2020-05-21gdb: remove unnecessary NULL checks before xfreeSimon Marchi11-22/+24
2020-05-21Re: PR25993, read of freed memoryAlan Modra2-0/+34
2020-05-21Replace "if (x) free (x)" with "free (x)", opcodesAlan Modra22-196/+94
2020-05-21Replace "if (x) free (x)" with "free (x)", ldAlan Modra14-84/+56
2020-05-21Replace "if (x) free (x)" with "free (x)", gprofAlan Modra2-4/+6
2020-05-21Replace "if (x) free (x)" with "free (x)", gasAlan Modra13-52/+41
2020-05-21Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra10-176/+92
2020-05-21Replace "if (x) free (x)" with "free (x)", bfdAlan Modra79-1285/+657
2020-05-21asan: readelf: wild read in get_num_dynamic_symsAlan Modra2-1/+7
2020-05-21Automatic date update in version.inGDB Administrator1-1/+1
2020-05-20gdb: reset/recompute objfile section offsets in reread_symbolsSimon Marchi2-0/+14
2020-05-20[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu71-4344/+7015
2020-05-20gdb/testsuite: check mmap ret val against MAP_FAILEDSimon Marchi5-3/+19
2020-05-20Fix array_char_idx.expTom Tromey2-1/+7
2020-05-20Remove bound_name static from ada-lang.cTom Tromey2-14/+14
2020-05-20Fix thinko in bfd ChangeLog entryNick Clifton1-2/+3
2020-05-20[gdb/symtab] Handle .gdb_index in ada language modeTom de Vries6-8/+153
2020-05-20PR25993, read of freed memoryAlan Modra14-107/+107
2020-05-20Automatic date update in version.inGDB Administrator1-1/+1
2020-05-19Power10 dcbf, sync, and wait extensions.Peter Bergner7-26/+334
2020-05-20PR26011, excessive memory allocation with fuzzed reloc sectionsAlan Modra2-3/+41
2020-05-20Use bfd_get_filename throughout gdbAlan Modra8-12/+25