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