aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-04ubsan: cr16: left shift cannot be represented in type 'int'Alan Modra2-2/+5
2020-01-04ubsan: crx: left shift cannot be represented in type 'int'Alan Modra2-1/+5
2020-01-04ubsan: d30v: left shift cannot be represented in type 'int'Alan Modra2-12/+10
2020-01-04coff: free malloc'd memory on successful target match tooAlan Modra2-0/+8
2020-01-04Automatic date update in version.inGDB Administrator1-1/+1
2020-01-03Ensure GDB warnings are styled.Philippe Waroquiers6-9/+35
2020-01-03solib_target_free_so memory leakHannes Domani2-5/+11
2020-01-03windows_clear_solib memory leakHannes Domani2-1/+12
2020-01-03Allow individual targets to decide if string escapes should be allowed. Disa...Sergey Belyashov7-9/+22
2020-01-03Fix potential illegal memory access when parsing a corrupt PEF format file.Nick Clifton2-1/+8
2020-01-03Fix potential illegal memory access failures in the BFD library by ensuring t...Nick Clifton5-5/+42
2020-01-03Updated Swedish translation for the GAS subdirectory.Nick Clifton2-408/+185
2020-01-03For PE format files, the base relocation table is necessary if the image is l...Hannes Domani8-24/+52
2020-01-03Fix ld/PR25316 for the ia64 target by refusing to support binary merging.Sergei Trofimovich2-4/+13
2020-01-03Arm64: correct address index operands for LD1RO{H,W,D}Jan Beulich5-31/+41