summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Set GDB version number to 12.1.gdb-12.1-releaseJoel Brobecker2022-05-011-1/+1
* Import gnulib changesTom Tromey2022-04-2510-10/+158
* gdb: move setbuf calls out of gdb_readline_no_editing_callbackAndrew Burgess2022-04-242-13/+39
* gdb: fix 'remote show FOO-packet' aliasesAndrew Burgess2022-04-212-4/+11
* [gdb/testsuite] Fix gdb.ada/float-bits.exp with -m32Tom de Vries2022-04-151-5/+22
* [gdb/testsuite] Fix gdb.go/methods.exp with check-readmoreTom de Vries2022-04-151-1/+1
* gdb/testsuite: Fix race in gdb.dwarf2/calling-convention.expLancelot SIX2022-04-141-2/+2
* Silence -Wmaybe-uninitialized warning from target_waitstatusTom Tromey2022-04-141-1/+1
* Fix regression on Windows with WOW64Tom Tromey2022-04-141-1/+5
* [gdb/testsuite] Fix gdb.base/annota1.exp with pieTom de Vries2022-04-141-0/+2
* [gdb/testsuite] Make gdb.base/annota1.exp more robustTom de Vries2022-04-141-24/+47
* [gdb/testsuite] Fix gdb.base/stap-probe.exp with read1Tom de Vries2022-04-141-2/+2
* [gdb/testsuite] Detect 'No MPX support'Tom de Vries2022-04-141-0/+23
* [gdb/testsuite] Fix gdb.dwarf2/dw2-lines.exp for m32 pieTom de Vries2022-04-131-1/+1
* gdb/testsuite: use nopie in gdb.dwarf2/dw2-inline-param.expSimon Marchi2022-04-131-3/+5
* Fix bug in Ada number lexingTom Tromey2022-04-122-2/+5
* Remove "Ada Settings" node from the manualTom Tromey2022-04-121-32/+0
* Handle TLS variable lookups when using separate debug files.John Baldwin2022-04-112-5/+5
* gdb: don't copy entirely optimized out values in value_copySimon Marchi2022-04-062-5/+25
* gdb/testsuite: fix intermittent failures in gdb.mi/mi-cmd-user-context.expSimon Marchi2022-04-052-5/+78
* [gdb/testsuite] Fix KPASS in gdb.ada/arrayptr.expTom de Vries2022-04-041-16/+45
* Fix procfs.c compilationRainer Orth2022-03-311-0/+1
* gdb/mi: fix use after free of frame_info causing spurious notificationsAndrew Burgess2022-03-291-10/+34
* Add Rust parser check for end of expressionTom Tromey2022-03-282-1/+7
* Bump GDB's version number to 12.0.90.DATE-git.Joel Brobecker2022-03-201-1/+1
* Set GDB version number to 12.0.90.Joel Brobecker2022-03-201-1/+1
* Update gdb/NEWS to say "in GDB 12" instead of "since GDB 11"Joel Brobecker2022-03-201-1/+1
* Set development mode to "off" by default.Joel Brobecker2022-03-201-1/+1
* Bump version to 12.0.90.DATE-git.Joel Brobecker2022-03-201-1/+1
* ld:LoongArch: Add test cases to adapt to LoongArch32 and LoongArch64gdb-12-branchpointliuzhensong2022-03-208-4/+791
* gas:LoongArch: Fix "make check" pr21884 fail in LoongArch32.liuzhensong2022-03-202-0/+9
* ld: loongarch: Skip unsupport test cases.liuzhensong2022-03-203-3/+3
* LoongArch: Fix LD check fails.liuzhensong2022-03-202-62/+287
* LoongArch: Update ABI eflag in elf header.liuzhensong2022-03-203-41/+44
* gas:LoongArch: Fix wrong line number in .debug_lineliuzhensong2022-03-201-2/+2
* gas:LoongArch: Fix segment error in compilation due to too long symbol name.liuzhensong2022-03-203-9/+18
* LoongArch: Use functions instead of magic numbers.liuzhensong2022-03-204-620/+719
* ubsan: loongarch : signed integer shift overflow.liuzhensong2022-03-201-6/+9
* Automatic date update in version.inGDB Administrator2022-03-201-1/+1
* gdb/python: remove gdb._mi_commands dictSimon Marchi2022-03-187-208/+105
* Automatic date update in version.inGDB Administrator2022-03-191-1/+1
* Fix crash with stepi, no debug info, and "set debug infrun 1"Pedro Alves2022-03-181-1/+2
* Implement gdbarch_stack_frame_destroyed_p for aarch64Tom Tromey2022-03-181-0/+22
* Fix Build issues due to patch "gprofng: a new GNU profiler"Nick Clifton2022-03-1812-88/+99
* gdb: run black to format some Python filesSimon Marchi2022-03-182-2/+4
* Fix ld-arm bug in encoding of blx calls jumping from thumb to arm instructionsViorel Preoteasa2022-03-182-3/+21
* x86: also fold remaining multi-vector-size shift insnsJan Beulich2022-03-183-382/+76
* x86: drop stray CheckRegSize from VEXTRACT{F,I}32X4Jan Beulich2022-03-182-4/+4
* x86: fold certain AVX2 templates into their AVX counterpartsJan Beulich2022-03-183-2284/+581
* RISC-V: Cache management instructionsTsukasa OI2022-03-1814-0/+93