aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-10gas: document V3 BPF atomic instructions in the GAS manualusers/jemarch/new-bpf-atomicsJose E. Marchesi2-5/+56
2023-05-10gas: add tests for BPF V3 atomic instructionsJose E. Marchesi5-1/+92
2023-05-10cpu: add V3 BPF atomic instructionsJose E. Marchesi7-40/+593
2023-05-10opcodes: use CGEN_INSN_LGUINT for base instructionsJose E. Marchesi19-24/+47
2023-04-27gas: bpf: fix tests for pseudo-c syntaxJose E. Marchesi36-392/+489
2023-04-27Avoid some compiler warnings in gdb.adaTom Tromey2-4/+4
2023-04-27Fix PR30358, performance with --sort-sectionMichael Matz1-31/+61
2023-04-27gdb/doc: extend the documentation of the jump commandAndrew Burgess1-0/+8
2023-04-27gdb/testsuite: special case '^' in gdb_test patternAndrew Burgess17-58/+109
2023-04-27gdb/testsuite: change newline patterns used in gdb_testAndrew Burgess39-241/+264
2023-04-27gdb/testsuite: use 'return' in gdb_test_no_outputAndrew Burgess2-9/+17
2023-04-27gdb: remove some trailing newlines from warning messagesAndrew Burgess2-6/+6
2023-04-27gdb/testsuite: fix occasional failure in gdb.base/clear_non_user_bp.expAndrew Burgess1-1/+1
2023-04-27gdb, doc: add index entry for the $_inferior_thread_count convenience varTankut Baris Aktemur1-0/+1
2023-04-27Add support for %x and %lx formats to the linker's vinfo() function.Nick Clifton2-1/+21
2023-04-27Automatic date update in version.inGDB Administrator1-1/+1
2023-04-26 RISC-V: Support XVentanaCondOps extensionPhilipp Tomsich7-0/+39
2023-04-26gas: documentation for the BPF pseudo-c asm syntaxJose E. Marchesi2-6/+201
2023-04-26gas: BPF pseudo-c syntax testsGuillermo E. Martinez31-5/+880
2023-04-26gas: support for the BPF pseudo-c assembly syntaxGuillermo E. Martinez3-4/+1551
2023-04-26sim: bpf: update to new BPF relocationsJose E. Marchesi1-1/+1
2023-04-26[gdb/tui] Fix length of status line stringTom de Vries1-4/+7
2023-04-26Rewrite gdb_mpz::operator==Tom Tromey1-25/+19
2023-04-26Updated debug architecture version checks for fbsdLuis Machado1-0/+2
2023-04-26Add new debug architecture versionLuis Machado2-0/+4
2023-04-26i386-dis.c UB shift and other tidiesAlan Modra1-94/+76
2023-04-26binutils runtest $CCAlan Modra3-9/+13
2023-04-26Avoid another -Werror=dangling-pointerAlan Modra1-2/+3
2023-04-26Automatic date update in version.inGDB Administrator1-1/+1
2023-04-25Use scoped_restore in varobj.cTom Tromey1-3/+2
2023-04-25Remove some "goto"s from parse.cTom Tromey1-14/+12
2023-04-25section-select: Fix performance problem (PR30367)Michael Matz1-4/+12
2023-04-25RISC-V: adjust logic to avoid register name symbolsJan Beulich2-27/+98
2023-04-25RISC-V: test for expected / no unexpected symbolsJan Beulich3-0/+22
2023-04-25RISC-V: don't recognize bogus relocationsJan Beulich1-2/+1
2023-04-25RISC-V: avoid redundant and misleading/wrong error messagesJan Beulich2-1/+9
2023-04-25RISC-V: drop "percent_op" parameter from my_getOpcodeExpression()Jan Beulich1-4/+4
2023-04-25RISC-V: minor effort reduction in relocation specifier parsingJan Beulich1-16/+16
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/empty.expTom de Vries1-2/+2
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/completion.expTom de Vries1-1/+1
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/new-layout.expTom de Vries1-1/+1
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/main.expTom de Vries1-1/+2
2023-04-25[gdb/testsuite] Fix timeout in gdb.tui/corefile-run.expTom de Vries1-1/+2
2023-04-25[gdb/testsuite] Add debug prints in Term::wait_forTom de Vries1-0/+21
2023-04-25[gdb/testsuite] Add warning for timeout in accept_gdb_outputTom de Vries1-0/+2
2023-04-25Automatic date update in version.inGDB Administrator1-1/+1
2023-04-24[gdb/testsuite] Fix auto-indent in gdb.gdb/python-helper.expTom de Vries1-10/+10
2023-04-24[gdb/testsuite] Fix gdb.gdb/python-helper.exp with -O2 -fltoTom de Vries1-19/+58
2023-04-24[gdb/testsuite] Fix -wrap in presence of -prompt in gdb_test_multipleTom de Vries2-1/+12
2023-04-24gdb: remove end_stepping_range observableSimon Marchi6-57/+0