Age | Commit message (Expand) | Author | Files | Lines |
2023-07-26 | [gdb/testsuite] Fix regexps in gdb.base/step-over-syscall.exp | Tom de Vries | 1 | -4/+4 |
2023-07-26 | bpf: fix neg and neg32 BPF instructions in simulator | Jose E. Marchesi | 3 | -7/+7 |
2023-07-26 | bpf: fix register NEG[32] instructions | Jose E. Marchesi | 16 | -18/+40 |
2023-07-26 | PR30657, gprof heap buffer overflow | Alan Modra | 7 | -10/+37 |
2023-07-26 | [GOLD] reporting local symbol names | Alan Modra | 4 | -13/+49 |
2023-07-26 | Don't warn on .attach_to_group to same group | Alan Modra | 1 | -2/+3 |
2023-07-26 | bpf: format not a string literal | Alan Modra | 1 | -1/+1 |
2023-07-26 | Regen bpf opcodes POTFILE | Alan Modra | 3 | -7/+2 |
2023-07-26 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-07-25 | bpf: Add atomic compare-and-exchange instructions | David Faust | 9 | -5/+82 |
2023-07-25 | bpf: Update atomic instruction pseudo-C syntax | David Faust | 12 | -52/+171 |
2023-07-25 | RISC-V: Enable RVC on ".option arch, +zca" etc. | Tsukasa OI | 1 | -1/+2 |
2023-07-25 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-07-24 | RISC-V: Implications from 'Zc[fd]' extensions | Tsukasa OI | 3 | -0/+14 |
2023-07-24 | RISC-V: Prohibit the 'Zcf' extension on RV64 | Tsukasa OI | 3 | -0/+12 |
2023-07-24 | objcopy embeds the current time and ignores SOURCE_DATE_EPOCH making the outp... | Johannes Schauer Marin Rodrigues | 7 | -2/+54 |
2023-07-24 | Updated translations for bfd, gold and opcodes | Nick Clifton | 3 | -2218/+2319 |
2023-07-24 | LoongArch: ld: Simplify inserting IRELATIVE relocations to .rela.dyn | mengqinggang | 2 | -35/+34 |
2023-07-24 | LoongArch: Fix immediate overflow check bug | mengqinggang | 1 | -128/+34 |
2023-07-24 | LoongArch: Fix instruction immediate bug caused by sign-extend | mengqinggang | 1 | -10/+49 |
2023-07-24 | bpf: gas,include,opcode: add suppor for instructions BSWAP{16,32,64} | Jose E. Marchesi | 12 | -0/+74 |
2023-07-24 | bpf: gas: fix in manual that MOVS* pseudoc syntax uses = instead of s= | Jose E. Marchesi | 2 | -6/+11 |
2023-07-24 | bpf: gas,opcodes: fix pseudoc syntax for MOVS* and LDXS* insns | Jose E. Marchesi | 13 | -50/+69 |
2023-07-24 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-07-24 | bpf: add support for jal/gotol jump instruction with 32-bit target | Jose E. Marchesi | 18 | -24/+95 |
2023-07-23 | Use 'name' in DAP start_thread function | Tom Tromey | 1 | -1/+1 |
2023-07-23 | Export gdb.block_signals and create gdb.Thread | Tom Tromey | 4 | -62/+106 |
2023-07-23 | gdb: two changes to linux_nat_debug_printf calls in linux-nat.c | Andrew Burgess | 1 | -7/+7 |
2023-07-23 | gdb/testsuite: replace $testfile with $binfile in one case | Andrew Burgess | 1 | -1/+1 |
2023-07-23 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-07-22 | [gdb/testsuite] Improve gdb.arch/arm-pthread_cond_timedwait-bt.exp | Tom de Vries | 1 | -3/+6 |
2023-07-22 | [gdb/testsuite] Use proc readnow in two test-cases | Tom de Vries | 2 | -14/+8 |
2023-07-22 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-07-21 | Fix crash with DW_FORM_implicit_const | Tom Tromey | 3 | -13/+22 |
2023-07-21 | bpf: disasemble offsets of value 0 as "+0" | David Faust | 7 | -4/+16 |
2023-07-21 | Implement DAP modules request | Tom Tromey | 8 | -1/+228 |
2023-07-21 | Add Progspace.objfile_for_address | Tom Tromey | 6 | -0/+62 |
2023-07-21 | Remove unused imports | Tom Tromey | 2 | -4/+0 |
2023-07-21 | Document array indexing for Python gdb.Value | Tom Tromey | 1 | -0/+7 |
2023-07-21 | bpf: opcodes, gas: support for signed load V4 instructions | Jose E. Marchesi | 12 | -0/+78 |
2023-07-21 | bpf: opcodes, gas: support for signed register move V4 instructions | Jose E. Marchesi | 18 | -0/+105 |
2023-07-21 | Remove redundant @findex from python.texi | Tom Tromey | 1 | -52/+0 |
2023-07-21 | Fix typo in py-type.c docstring | Tom Tromey | 1 | -1/+1 |
2023-07-21 | Implement Ada target name symbol | Tom Tromey | 5 | -7/+113 |
2023-07-21 | Add instruction bytes to DAP disassembly response | Tom Tromey | 3 | -1/+18 |
2023-07-21 | Remove ancient Ada workaround | Tom Tromey | 4 | -35/+0 |
2023-07-21 | bpf: add missing bpf-dis.c to opcodes/Makefile.am | Jose E. Marchesi | 3 | -0/+8 |
2023-07-21 | sim/bpf: desCGENization of the BPF simulator | Jose E. Marchesi | 28 | -11474/+1608 |
2023-07-21 | DesCGENization of the BPF binutils port | Jose E. Marchesi | 101 | -10542/+3448 |
2023-07-21 | gdb/solib-rocm: limit the number of opened file descriptors | Lancelot Six | 1 | -10/+115 |