summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix signedness comparison warning in elfcore_grok_win32pstatus()Jon Turney2020-08-122-1/+6
* Two fixes in dwarf-mode.elTom Tromey2020-08-122-5/+13
* Only warn about malformed win32pstatus notesJon Turney2020-08-122-13/+32
* Add handling for 64-bit module addresses in Cygwin core dumpsJon Turney2020-08-122-8/+28
* Refine size constraints applied to win32pstatus ELF notesJon Turney2020-08-122-1/+22
* Don't hardcode CONTEXT size for a NOTE_INFO_THREAD win32pstatus noteJon Turney2020-08-122-1/+7
* Define constants for win32pstatus ELF notesJon Turney2020-08-122-5/+14
* Read tid from correct offset in win32pstatus NOTE_INFO_THREADJon Turney2020-08-122-4/+11
* Fix duplicate label in gdb.dwarf2/dw2-op-out-param.SGary Benson2020-08-122-8/+12
* aarch64: Add support for MPAM system registersAlex Coplan2020-08-128-0/+103
* The description for -mno-csr-check talks about "cheching" rather than "checki...Nick Clifton2020-08-122-1/+7
* Add demangling support to readelf.Nick Clifton2020-08-127-38/+172
* Updated Serbian and Russian translations for various sub-directoriesNick Clifton2020-08-1211-8128/+9315
* Automatic date update in version.inGDB Administrator2020-08-121-1/+1
* PowerPC CELL cctp*Alan Modra2020-08-112-4/+11
* [gdb/build] Mark ms1 as deleted in MAINTAINERSTom de Vries2020-08-112-2/+5
* Automatic date update in version.inGDB Administrator2020-08-111-1/+1
* aarch64: Don't assert on long sysreg namesAlex Coplan2020-08-107-13/+55
* Remove spurious text in changelog entryNick Clifton2020-08-101-10/+0
* Improve the documentation of the linker's --relax option.Nick Clifton2020-08-102-8/+12
* [sim] Fix mbuild build breaker in sim-cpu.cTom de Vries2020-08-102-0/+6
* [aarch64] GAS doesn't validate the architecture version for any tlbi register...Przemyslaw Wirkus2020-08-109-111/+153
* [AArch64] Improve prologue handling (and fix PR26310)Luis Machado2020-08-102-0/+148
* [AArch64] Fix incorrectly-defined SVE macroLuis Machado2020-08-102-1/+6
* Implement missing powerpc mtspr and mfspr extended insnsAlan Modra2020-08-102-6/+161
* Implement missing powerpc extended mnemonicsAlan Modra2020-08-107-7/+35
* Prioritise mtfprd and mtvrd over mtvsrd in PowerPC disassemblyAlan Modra2020-08-105-202/+212
* Error on lmw, lswi and related PowerPC insns when LEAlan Modra2020-08-1011-1075/+1111
* nm: Remove --with-symbol-versionsH.J. Lu2020-08-109-28/+65
* Automatic date update in version.inGDB Administrator2020-08-101-1/+1
* gdb: replace function pointer with `void *` data with function_viewSimon Marchi2020-08-094-41/+40
* Automatic date update in version.inGDB Administrator2020-08-091-1/+1
* [gdb/build] Fix missing implicit constructor call with gcc 4.8Tom de Vries2020-08-083-3/+13
* Automatic date update in version.inGDB Administrator2020-08-081-1/+1
* bpf: add missing tests from previous commitsJose E. Marchesi2020-08-072-0/+31
* bpf: fix false overflow in eBPF ELF backend linkerDavid Faust2020-08-073-4/+15
* gdb: fix whitespace issues in ChangeLogSimon Marchi2020-08-072-31/+31
* Fix remaining Ravenscar regressionsTom Tromey2020-08-072-10/+35
* Set inferior_ptid in ravenscar_thread_target::update_thread_listTom Tromey2020-08-072-0/+10
* Fetch registers from correct thread in ravenscar-thread.cTom Tromey2020-08-072-18/+77
* Fix Ravenscar "process" resumeTom Tromey2020-08-072-1/+11
* Update Ravenscar documentationTom Tromey2020-08-072-0/+33
* Wrap xfer_partial and enable_btrace for RavenscarTom Tromey2020-08-072-10/+65
* Use gdb::function_view in iterate_over_live_ada_tasksTom Tromey2020-08-073-3/+12
* Change names given to Ravenscar threadsTom Tromey2020-08-072-9/+12
* Handle case where Ada task is current but not listedTom Tromey2020-08-072-11/+42
* Return event_ptid from ravenscar_thread_target::waitTom Tromey2020-08-072-1/+6
* Avoid crash in ravenscar_thread_target::waitTom Tromey2020-08-072-1/+7
* Call add_active_thread after pushing the ravenscar targetTom Tromey2020-08-072-6/+15
* gdb: change regcache list to be a mapSimon Marchi2020-08-074-42/+125