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