aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-24bpf: gas,include,opcode: add suppor for instructions BSWAP{16,32,64}Jose E. Marchesi12-0/+74
2023-07-24bpf: gas: fix in manual that MOVS* pseudoc syntax uses = instead of s=Jose E. Marchesi2-6/+11
2023-07-24bpf: gas,opcodes: fix pseudoc syntax for MOVS* and LDXS* insnsJose E. Marchesi13-50/+69
2023-07-24Automatic date update in version.inGDB Administrator1-1/+1
2023-07-24bpf: add support for jal/gotol jump instruction with 32-bit targetJose E. Marchesi18-24/+95
2023-07-23Use 'name' in DAP start_thread functionTom Tromey1-1/+1
2023-07-23Export gdb.block_signals and create gdb.ThreadTom Tromey4-62/+106
2023-07-23gdb: two changes to linux_nat_debug_printf calls in linux-nat.cAndrew Burgess1-7/+7
2023-07-23gdb/testsuite: replace $testfile with $binfile in one caseAndrew Burgess1-1/+1
2023-07-23Automatic date update in version.inGDB Administrator1-1/+1
2023-07-22[gdb/testsuite] Improve gdb.arch/arm-pthread_cond_timedwait-bt.expTom de Vries1-3/+6
2023-07-22[gdb/testsuite] Use proc readnow in two test-casesTom de Vries2-14/+8
2023-07-22Automatic date update in version.inGDB Administrator1-1/+1
2023-07-21Fix crash with DW_FORM_implicit_constTom Tromey3-13/+22
2023-07-21bpf: disasemble offsets of value 0 as "+0"David Faust7-4/+16
2023-07-21Implement DAP modules requestTom Tromey8-1/+228
2023-07-21Add Progspace.objfile_for_addressTom Tromey6-0/+62
2023-07-21Remove unused importsTom Tromey2-4/+0
2023-07-21Document array indexing for Python gdb.ValueTom Tromey1-0/+7
2023-07-21bpf: opcodes, gas: support for signed load V4 instructionsJose E. Marchesi12-0/+78
2023-07-21bpf: opcodes, gas: support for signed register move V4 instructionsJose E. Marchesi18-0/+105
2023-07-21Remove redundant @findex from python.texiTom Tromey1-52/+0
2023-07-21Fix typo in py-type.c docstringTom Tromey1-1/+1
2023-07-21Implement Ada target name symbolTom Tromey5-7/+113
2023-07-21Add instruction bytes to DAP disassembly responseTom Tromey3-1/+18
2023-07-21Remove ancient Ada workaroundTom Tromey4-35/+0
2023-07-21bpf: add missing bpf-dis.c to opcodes/Makefile.amJose E. Marchesi3-0/+8
2023-07-21sim/bpf: desCGENization of the BPF simulatorJose E. Marchesi28-11474/+1608
2023-07-21DesCGENization of the BPF binutils portJose E. Marchesi101-10542/+3448
2023-07-21gdb/solib-rocm: limit the number of opened file descriptorsLancelot Six1-10/+115
2023-07-21x86: adjust disassembly of insns operating on selector valuesJan Beulich13-124/+125
2023-07-21x86: simplify disassembly of LAR/LSLJan Beulich1-14/+2
2023-07-21[gdb/symtab] Add optimized out static var to cooked indexTom de Vries5-9/+156
2023-07-21[gdb/tui] Fix superfluous newline for long promptTom de Vries2-19/+1
2023-07-21Automatic date update in version.inGDB Administrator1-1/+1
2023-07-20MIPS: Don't move __gnu_lto_slim to .scommonAlan Modra1-4/+6
2023-07-20Automatic date update in version.inGDB Administrator1-1/+1
2023-07-19gdb: LoongArch: Update status of the entire regset in regcacheHui Li1-2/+2
2023-07-19Fix gdb.Inferior.read_memory without execution (PR dap/30644)Pedro Alves5-10/+20
2023-07-19Updated Romainian translation for the opcodes directoryNick Clifton1-374/+344
2023-07-19gdb/amd-dbgapi-target: Use inf param in detachLancelot SIX1-1/+1
2023-07-19[gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -flto=auto and gcc 7.5.0Tom de Vries1-1/+5
2023-07-19[GOLD, PowerPC64] Debug info relocation overflowAlan Modra1-4/+13
2023-07-19Tidy binutils configureAlan Modra2-252/+240
2023-07-19Build all the objdump extensions with --enable-targets=allAlan Modra3-11/+14
2023-07-19gas 32-bit host compile warningsAlan Modra5-19/+26
2023-07-19Automatic date update in version.inGDB Administrator1-1/+1
2023-07-18Updated Swedish translation for the binutils subdirectoryNick Clifton1-2076/+2586
2023-07-18PR 30632 - ld segfaults if linker script includes a STARTUP line.Pter Chubb1-3/+9
2023-07-18RISC-V: Supports Zcb extension.Jiawei8-0/+225