aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-12gdb: fix command lookup in execute_command ()users/jv/try-fix-use-after-free-fixup-v01Jan Vrany1-6/+2
2022-12-12[gdb/testsuite] Fix PR20630 regression test in gdb.base/printcmds.expTom de Vries1-1/+3
2022-12-13PR29893, buffer overflow in display_debug_addrAlan Modra1-2/+7
2022-12-12Another Rust operator precedence bugTom Tromey2-2/+11
2022-12-12[gdb/testsuite] Fix gdb.base/write_mem.exp for big endianTom de Vries1-1/+1
2022-12-12gdb: fix possible use-after-free when executing commandsJan Vrany1-2/+12
2022-12-12x86: further re-work insn/suffix recognition to also cover MOVSXJan Beulich11-957/+1081
2022-12-12x86: drop (now) stray IsStringJan Beulich3-35/+33
2022-12-12x86: move bad-use-of-TLS-reloc checkJan Beulich1-32/+35
2022-12-12x86-64: allow HLE store of accumulator to absolute 32-bit addressJan Beulich4-5/+26
2022-12-12ix86: don't recognize/derive Q suffix in the common caseJan Beulich14-51/+140
2022-12-12x86: re-work insn/suffix recognitionJan Beulich9-1453/+1313
2022-12-12x86: constify parse_insn()'s inputJan Beulich1-7/+8
2022-12-12x86: revert disassembler parts of "x86: Allow 16-bit register source for LAR ...Jan Beulich7-54/+66
2022-12-12PR29892, Field file_table of struct module is uninitializedAlan Modra1-3/+6
2022-12-12Lack of bounds checking in vms-alpha.c parse_moduleAlan Modra1-45/+168
2022-12-12PR29872, uninitialised value in display_debug_lines_decoded dwarf.c:5413Alan Modra1-27/+38
2022-12-12gas/codeview: avoid "shadowing" of glibc function nameJan Beulich1-4/+4
2022-12-12x86: generate template sets data at build timeJan Beulich3-16/+2360
2022-12-12x86: drop sentinel from i386_optab[]Jan Beulich3-45/+11
2022-12-12x86: add generated tables dependency check to gasJan Beulich2-0/+22
2022-12-12x86: break gas dependency on libopcodesJan Beulich2-2/+2
2022-12-12x86: remove i386-opc.cJan Beulich5-36/+8
2022-12-12x86: instantiate i386_{op,reg}tab[] in gas instead of in libopcodesJan Beulich5-13/+9
2022-12-12Automatic date update in version.inGDB Administrator1-1/+1
2022-12-11PR29870, objdump SEGV in display_debug_lines_decoded dwarf.c:5524Alan Modra1-2/+2
2022-12-11Automatic date update in version.inGDB Administrator1-1/+1
2022-12-10[gdb/tdep] Fix larl handling in s390_displaced_step_fixupTom de Vries1-1/+1
2022-12-10Automatic date update in version.inGDB Administrator1-1/+1
2022-12-09objdump: sframe: fix memory leaksIndu Bhagat1-1/+7
2022-12-09libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_infoIndu Bhagat4-12/+12
2022-12-09gas: sframe: fine tune the fragment fixup for SFrame func infoIndu Bhagat2-21/+68
2022-12-09sframe: gas: libsframe: define constants and remove magic numbersIndu Bhagat3-9/+24
2022-12-09sframe.h: make some macros more preciseIndu Bhagat1-3/+4
2022-12-09libsframe: minor formatting nitsIndu Bhagat1-16/+14
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado17-81/+215
2022-12-09PR28306, segfault in _bfd_mips_elf_reloc_unshuffleAlan Modra5-22/+96
2022-12-09[gdb/testsuite] Fix gdb.guile/scm-symtab.exp for ppc64leTom de Vries1-1/+1
2022-12-09Automatic date update in version.inGDB Administrator1-1/+1
2022-12-08x86-64: Remove BND from 64-bit IBT PLTH.J. Lu13-80/+90
2022-12-08[gdb/testsuite] Require debug info for gdb.tui/tui-layout-asm-short-prog.expTom de Vries1-0/+5
2022-12-08gdb/testsuite: update a pattern in gdb_file_cmdEnze Li1-1/+1
2022-12-08Update the description of the linker script's TYPE directive.Nick Clifton2-0/+30
2022-12-08gdb: skip objfiles with no BFD in DWARF unwinderJan Vrany3-1/+19
2022-12-08libctf: avoid potential double freeAlan Modra1-1/+4
2022-12-08Automatic date update in version.inGDB Administrator1-1/+1
2022-12-07PowerPC: Add support for RFC02655 - Saturating Subtract InstructionPeter Bergner6-0/+61
2022-12-07PowerPC: Add support for RFC02656 - Enhanced Load Store with Length InstructionsPeter Bergner4-0/+43
2022-12-07gdb: add invalidate_selected_frame functionSimon Marchi2-4/+15
2022-12-07[gdb/testsuite] Add KFAILs in gdb.base/longjmp.expTom de Vries1-3/+79