aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-19gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi6-41/+45
2020-05-19gdb: allocate symfile_segment_data with newSimon Marchi7-45/+55
2020-05-19Allow readelf to issue warnings if checking is enabled and there are discrepa...H.J. Lu2-7/+47
2020-05-19OpenRISC BFD fixups for Glibc:Stafford Horne2-132/+264
2020-05-19Fix the ARM assembler to generate a Realtime profile for armv8-r.Alexander Fedotov8-11/+28
2020-05-19or1k: Regenerate opcodes after removing 32-bit supportStafford Horne9-1648/+1195
2020-05-19or1k: Remove 64-bit support, it's not used and it breaks 32-bit hostsStafford Horne4-110/+16
2020-05-19[PATCH v3] aarch64: Emit jump slot for conditional branch to undefined symbolsSiddhesh Poyarekar6-4/+44
2020-05-19Use bfd_get_filename throughout ldAlan Modra10-55/+80