summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove unnecessary NULL checks before xfreeSimon Marchi2020-05-2111-22/+24
* Re: PR25993, read of freed memoryAlan Modra2020-05-212-0/+34
* Replace "if (x) free (x)" with "free (x)", opcodesAlan Modra2020-05-2122-196/+94
* Replace "if (x) free (x)" with "free (x)", ldAlan Modra2020-05-2114-84/+56
* Replace "if (x) free (x)" with "free (x)", gprofAlan Modra2020-05-212-4/+6
* Replace "if (x) free (x)" with "free (x)", gasAlan Modra2020-05-2113-52/+41
* Replace "if (x) free (x)" with "free (x)", binutilsAlan Modra2020-05-2110-176/+92
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-2179-1285/+657
* asan: readelf: wild read in get_num_dynamic_symsAlan Modra2020-05-212-1/+7
* Automatic date update in version.inGDB Administrator2020-05-211-1/+1
* gdb: reset/recompute objfile section offsets in reread_symbolsSimon Marchi2020-05-202-0/+14
* [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu2020-05-2071-4344/+7015
* gdb/testsuite: check mmap ret val against MAP_FAILEDSimon Marchi2020-05-205-3/+19
* Fix array_char_idx.expTom Tromey2020-05-202-1/+7
* Remove bound_name static from ada-lang.cTom Tromey2020-05-202-14/+14
* Fix thinko in bfd ChangeLog entryNick Clifton2020-05-201-2/+3
* [gdb/symtab] Handle .gdb_index in ada language modeTom de Vries2020-05-206-8/+153
* PR25993, read of freed memoryAlan Modra2020-05-2014-107/+107
* Automatic date update in version.inGDB Administrator2020-05-201-1/+1
* Power10 dcbf, sync, and wait extensions.Peter Bergner2020-05-197-26/+334
* PR26011, excessive memory allocation with fuzzed reloc sectionsAlan Modra2020-05-202-3/+41
* Use bfd_get_filename throughout gdbAlan Modra2020-05-208-12/+25
* Restore missing Rust testTom Tromey2020-05-192-1/+5
* [gdb/testsuite] Fix typo in gdb.base/gdb-caching-proc.expTom de Vries2020-05-192-1/+5
* Fix duplicate tests in gdb.rustTom Tromey2020-05-192-8/+15
* Update call to target_fileio_openTom Tromey2020-05-192-1/+5
* gdb: fix off-by-one error in quirk_rust_enumSimon Marchi2020-05-192-1/+5
* Make exec-file-mismatch compare build IDsPedro Alves2020-05-197-36/+100
* Eliminate target_fileio_open_warn_if_slowPedro Alves2020-05-194-46/+26
* Default gdb_bfd_open's fd parameter to -1Pedro Alves2020-05-1910-13/+19
* gdb: fix -Wtautological-overlap-compare error in h8300-tdep.cYoshinori Sato2020-05-192-6/+12
* Fix thinko in recent update to bfd_section_from_shdr.Gunther Nikl2020-05-192-1/+7
* gdb: make symfile_segment_data::segment_info an std::vectorSimon Marchi2020-05-194-8/+15
* gdb: use std::vector to store segments in symfile_segment_dataSimon Marchi2020-05-196-41/+45
* gdb: allocate symfile_segment_data with newSimon Marchi2020-05-197-45/+55
* Allow readelf to issue warnings if checking is enabled and there are discrepa...H.J. Lu2020-05-192-7/+47
* OpenRISC BFD fixups for Glibc:Stafford Horne2020-05-192-132/+264
* Fix the ARM assembler to generate a Realtime profile for armv8-r.Alexander Fedotov2020-05-198-11/+28
* or1k: Regenerate opcodes after removing 32-bit supportStafford Horne2020-05-199-1648/+1195
* or1k: Remove 64-bit support, it's not used and it breaks 32-bit hostsStafford Horne2020-05-194-110/+16
* [PATCH v3] aarch64: Emit jump slot for conditional branch to undefined symbolsSiddhesh Poyarekar2020-05-196-4/+44
* Use bfd_get_filename throughout ldAlan Modra2020-05-1910-55/+80
* Use bfd_get_filename throughout gasAlan Modra2020-05-192-6/+16
* Use bfd_get_filename throughout binutilsAlan Modra2020-05-195-16/+26
* Use bfd_get_filename throughout bfdAlan Modra2020-05-1928-106/+158
* Clear all local_symbol.lsy_flagsAlan Modra2020-05-192-2/+6
* win32 typo fixAlan Modra2020-05-192-1/+6
* Automatic date update in version.inGDB Administrator2020-05-191-1/+1
* Avoid short i386 register names on Solaris/x86 [PR25981]Rainer Orth2020-05-182-4/+20
* Remove unused ps_lgetLDT etc. on Solaris/x86 [PR25981]Rainer Orth2020-05-184-117/+10