aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-19Restore missing Rust testTom Tromey2-1/+5
2020-05-19[gdb/testsuite] Fix typo in gdb.base/gdb-caching-proc.expTom de Vries2-1/+5
2020-05-19Fix duplicate tests in gdb.rustTom Tromey2-8/+15
2020-05-19Update call to target_fileio_openTom Tromey2-1/+5
2020-05-19gdb: fix off-by-one error in quirk_rust_enumSimon Marchi2-1/+5
2020-05-19Make exec-file-mismatch compare build IDsPedro Alves7-36/+100
2020-05-19Eliminate target_fileio_open_warn_if_slowPedro Alves4-46/+26
2020-05-19Default gdb_bfd_open's fd parameter to -1Pedro Alves10-13/+19
2020-05-19gdb: fix -Wtautological-overlap-compare error in h8300-tdep.cYoshinori Sato2-6/+12
2020-05-19Fix thinko in recent update to bfd_section_from_shdr.Gunther Nikl2-1/+7
2020-05-19gdb: make symfile_segment_data::segment_info an std::vectorSimon Marchi4-8/+15