aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-09Add support for debuginfod to the binutils (disable by default, enabled via a...Aaron Merey16-61/+647
2020-01-09Fix compile time warnings about comparisons always being false.Sergey Belyashov4-96/+114
2020-01-09x86: refine when to trigger optimizationsJan Beulich2-10/+15
2020-01-09x86-64: assert sane internal state for REX conversionsJan Beulich2-1/+8
2020-01-09x86: consistently convert to byte registers for TEST w/ imm optimizationJan Beulich2-11/+15
2020-01-09x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMDJan Beulich11-10/+121
2020-01-09Automatic date update in version.inGDB Administrator1-1/+1
2020-01-08Change section_offsets to a std::vectorTom Tromey33-314/+255
2020-01-08Use std::string in dwarf2read.cTom Tromey2-8/+10
2020-01-08Use std::vector in abbrev_table_read_tableTom Tromey2-23/+13
2020-01-08Use unique_xmalloc_ptr in fixup_go_packagingTom Tromey2-9/+11
2020-01-08Remove some explicit memory management from dwarf2read.cTom Tromey2-88/+68
2020-01-08Document the fact that the assembler's alignment pseudo-ops can be issued wit...Nick Clifton2-9/+20
2020-01-08Make the assembler generate an error if there is an attempt to define a secti...Nick Clifton6-0/+34
2020-01-08ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'Alan Modra6-13/+33
2020-01-08PR25351 .ARM.attributes not found for symbolAlan Modra2-0/+11
2020-01-08Automatic date update in version.inGDB Administrator1-1/+1
2020-01-07Add constructor to stap_static_probe_opsTom Tromey2-0/+11
2020-01-07Enable styling by default on CygwinJon Turney2-1/+5
2020-01-07[ARC] Improve parsing instruction operands.Claudiu Zissulescu2-91/+117
2020-01-07[ARC] Add finer details for LLOCK and SCONDShahab Vahedi4-21/+36
2020-01-07Automatic date update in version.inGDB Administrator1-1/+1
2020-01-06RISC-V: Fix weak function call reloc overflow on llvm build.Jim Wilson2-3/+16
2020-01-07Re: Prefer object over notype symbols when disassemblingAlan Modra21-35/+26
2020-01-06gdb: Fix backtrace with disassemble-next-line onAndrew Burgess5-5/+103
2020-01-06Fix MinGW native compilation of gdb/gdbsupport/gdb_wait.cEli Zaretskii2-1/+6
2020-01-06GDB: Fix the overflow in addr/line_is_displayed()Shahab Vahedi3-18/+22
2020-01-06Mention the recent fix of $_exitsignal on MS-Windows in gdb/NEWSEli Zaretskii2-0/+7
2020-01-06Fix a crash with a malformed PE headerJon Turney2-0/+11
2020-01-06Fix a typo in gdb/windows-tdep.cEli Zaretskii2-1/+5
2020-01-06Add -fcommon compiler command line option to linker tests that need common sy...Nick Clifton3-16/+23
2020-01-06Fix search in TUIHannes Domani2-0/+5
2020-01-06Fix test of the fix for PR19579 when compiling with gcc-10.Nick Clifton2-3/+9
2020-01-06GDB: Remove trailing spaces in tui-disasm.cShahab Vahedi2-3/+7
2020-01-06Improve process exit status macros on MinGWEli Zaretskii10-10/+322
2020-01-06bfd_check_format: ignore errors from coff_real_object_pAlan Modra2-8/+6
2020-01-06alpha-vms: don't exit on stack underflow/overflowAlan Modra2-53/+108
2020-01-06ubsan: m32c: left shift of negative valueAlan Modra4-113/+129
2020-01-06som_bfd_fill_in_ar_symbols buffer overflowAlan Modra2-6/+21
2020-01-06Basic error checking for mach-oAlan Modra2-17/+84
2020-01-06PR25344, z80 disassembler recursionAlan Modra2-29/+40
2020-01-06Automatic date update in version.inGDB Administrator1-1/+1
2020-01-05gdb: use tui_set_layout not show_layout to fix window focusAndrew Burgess4-6/+18
2020-01-05[AArch64] Fix erroneous use of spu architecture bfdLuis Machado2-1/+7
2020-01-05Fix libctf ChangeLog date in most recent entry.Joel Brobecker1-1/+1
2020-01-05libctf: Add configure check for asprintf (for MinGW)Eli Zaretskii4-2/+72
2020-01-05Automatic date update in version.inGDB Administrator1-1/+1
2020-01-04Release bfd_alloc memory in bfd_check_format_matchesAlan Modra2-13/+45
2020-01-04mmo tdata leakAlan Modra2-1/+5
2020-01-04ubsan: m32r: left shift of negative valueAlan Modra4-6/+15