aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-08arm, objdump: print obsolote warning when 26-bit set in instructionsAndre Vieira6-101/+55
2024-11-08arm, objdump: Make objdump use bfd's machine detection to drive disassemblyAndre Vieira7-25/+46
2024-11-08[gdb/tdep] Use raw_supply_zeroed in i387_supply_xsaveTom de Vries1-20/+19
2024-11-08[gdb/tdep] Use raw_supply_zeroed for NIOS r0 regTom de Vries1-2/+1
2024-11-08[gdb/tdep] Use raw_supply_zeroed for Alpha r31 regTom de Vries1-5/+1
2024-11-08[gdb/tdep] Use raw_supply_zeroed for PA-RISC r0 regTom de Vries2-4/+2
2024-11-08[gdb/tdep] Use raw_supply_zeroed for IA-64 gr0 and fr0 regsTom de Vries2-12/+4
2024-11-08Automatic date update in version.inGDB Administrator1-1/+1
2024-11-07arm: Skip two failing tests for wince & pe targetsAndre Simoes Dias Vieira2-0/+2
2024-11-07Deprecate the ARM simulator.Nick Clifton3-3/+16
2024-11-07gdbserver: add process specific thread list and mapStephan Rohr4-54/+223
2024-11-07gdbserver: change 'all_processes' and 'all_threads' list typeStephan Rohr4-69/+39
2024-11-07Automatic date update in version.inGDB Administrator1-1/+1
2024-11-06PowerPC: Merge rfc2655 and rfc2656 test cases into one future test casePeter Bergner5-32/+18
2024-11-06[gdb/tdep] Use raw_supply_zeroed for SPARC g0 regTom de Vries3-7/+3
2024-11-06gdb: remove exact_match parameter from find_line_symtabKlaus Gerlicher3-17/+15
2024-11-06Automatic date update in version.inGDB Administrator1-1/+1
2024-11-05Automatic date update in version.inGDB Administrator1-1/+1
2024-11-04Turn decode_line_2_compare_items into operator<Tom Tromey1-13/+9
2024-11-04gdb: cleanup includes in *-typeprint.[ch]Simon Marchi6-8/+1
2024-11-04gdb: cleanup includes in gdbtypes.hSimon Marchi1-4/+0
2024-11-04Remove gdb::hash_enumTom Tromey5-57/+4
2024-11-04gdb: use option framework for add-inferior and clone-inferiorAndrew Burgess1-103/+188
2024-11-04gdb: add filename option supportAndrew Burgess5-18/+222
2024-11-04gdb/testsuite: spring clean the gdb.stabs/gdb11479.exp testAndrew Burgess1-24/+30
2024-11-04Fix AIX core dump while main thread exits.Aditya Vidyadhar Kamath1-1/+1
2024-11-04Automatic date update in version.inGDB Administrator1-1/+1
2024-11-03Automatic date update in version.inGDB Administrator1-1/+1
2024-11-02Automatic date update in version.inGDB Administrator1-1/+1
2024-11-01gprofng: use gprofng- prefix for gprofng binariesVladimir Mezentsev20-163/+171
2024-11-01Fix 32303 ./configure --help: replace --enable-gprofng with --disable-gprofngVladimir Mezentsev2-3/+2
2024-11-01ld: generate SFrame stack trace info for .plt.gotIndu Bhagat7-9/+198
2024-11-01ld: fix wrong SFrame info for lazy IBT PLTJosh Poimboeuf4-18/+79
2024-11-01ld: fix PR/32297Josh Poimboeuf1-2/+2
2024-11-02x86-64: Add a test for hidden undefined symbolH.J. Lu3-0/+11
2024-11-01Fix compile error due to [[noreturn]] with clangAndrew Oates1-1/+2
2024-11-01Add gdb.events.tui_enabledTom Tromey10-0/+73
2024-11-01Automatic date update in version.inGDB Administrator1-1/+1
2024-10-31Prevent use-after-free of bfd filename in gdb_bfd_close_or_warnDomani Johannes1-2/+3
2024-10-31gas/doc/riscv: Fixed misaligned instruction tableNelson Chu1-42/+42
2024-10-31RISC-V: Dump instruction without checking architecture support as usual.Nelson Chu2-1/+10
2024-10-31Automatic date update in version.inGDB Administrator1-1/+1
2024-10-31ld-elf/pr25207.d: Pass --no-rosegment to ldH.J. Lu1-1/+1
2024-10-30gdb: Update SECURITY.txt to mention extension scripts and internal errorsGuinevere Larsen1-13/+38
2024-10-30[gdb/tdep] Use std::array in amd64-windows-tdep.cTom de Vries1-24/+27
2024-10-30x86: add a helper to copy insn operand infoJan Beulich1-133/+44
2024-10-30x86/APX: support JMPABS also in assemblerJan Beulich8-911/+975
2024-10-30x86/APX: squash REX prefix when REX2 is being emittedJan Beulich3-1/+13
2024-10-30Automatic date update in version.inGDB Administrator1-1/+1
2024-10-29Fix signal unsafe call inside a signalBernd Edlinger4-9/+100