aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-18sim/m32r: return register sizes after fetch and storeAndrew Burgess2-2/+24
2020-09-18Mention x86_64 Cygwin core file support in NEWS.Jon Turney2-0/+6
2020-09-18Add handling for 64-bit module addresses in Cygwin core dumpsJon Turney2-7/+28
2020-09-18Promote windows_core_xfer_shared_libraries and windows_core_pid_to_strJon Turney5-99/+120
2020-09-18Add amd64_windows_gregset_reg_offsetJon Turney2-0/+75
2020-09-18Add sniffer for Cygwin x86_64 core dumpsJon Turney2-0/+30
2020-09-18Fix "thread find" with multiple inferiors/targets (PR gdb/26631)Pedro Alves4-0/+123
2020-09-18Split gdb.multi/multi-target.exp into separate testcasesPedro Alves8-546/+670
2020-09-18Ensure that space allocated by assembler directives converts from an octet co...Nick Clifton2-1/+7
2020-09-18gdb/testsuite: Add missing expected resultsAndrew Burgess2-1/+8
2020-09-18Automatic date update in version.inGDB Administrator1-1/+1
2020-09-18gdb.cp/call-c.exp C++ifyPedro Alves2-0/+7
2020-09-18gdb.python/py-frame-inline.exp and C++Pedro Alves2-1/+6
2020-09-18gdb.python/py-as-string.exp C++ifyPedro Alves2-1/+5
2020-09-18gdb.base/sizeof.exp C++ifyPedro Alves2-1/+5
2020-09-18gdb.base/share-env-with-gdbserver.exp C++ifyPedro Alves2-1/+5
2020-09-18gdb.base/{prologue,symbol-alias}.exp C++ifyPedro Alves5-2/+23
2020-09-18gdb.python/py-nested-maps.exp C++ifyPedro Alves2-22/+31
2020-09-18gdb.python/{py-framefilter-mi,py-framefilter}.c C++ifyPedro Alves3-6/+11
2020-09-18gdb.mi/var-cmd.c C++ifyPedro Alves2-1/+5
2020-09-18gdb.base/{exprs,ptype,ptype1,setvar,whatis}.c C++ifyPedro Alves6-11/+20
2020-09-18gdb.base/charset.{c,exp} C++ifyPedro Alves3-7/+19
2020-09-18gdb.base/watchpoint.{c,exp}Pedro Alves3-4/+11
2020-09-18gdb.base/printcmds.c C++-ifyPedro Alves2-3/+8
2020-09-18gdb.base/examine-backward.exp C++ify and ClangPedro Alves3-4/+19
2020-09-18gdb.base/nested-addr.{c,exp} C++ifyPedro Alves3-2/+7
2020-09-18gdb.base/break.exp C++ifyPedro Alves2-22/+33
2020-09-18gdb.base/display.exp C++ifyPedro Alves2-0/+7
2020-09-17gdb.base/find.exp C++ifyPedro Alves3-1/+11
2020-09-17Change management of tdesc_arch_dataTom Tromey19-362/+250
2020-09-17Fix ctrl-c when debugging WOW64 processesHannes Domani2-3/+37
2020-09-17Use htab_up in dwarf2/read.cTom Tromey2-11/+13
2020-09-17Use htab_up in type copyingTom Tromey7-28/+27
2020-09-17Use htab_up in typedef_hash_tableTom Tromey3-21/+25
2020-09-17Use htab_up in target-descriptions.cTom Tromey2-9/+11
2020-09-17Use htab_up in linespec.cTom Tromey2-21/+19
2020-09-17Use htab_up in filename_seen_cacheTom Tromey3-15/+18
2020-09-17Use htab_up in completion_trackerTom Tromey3-18/+27
2020-09-17Use htab_up in breakpoint.cTom Tromey2-8/+8
2020-09-17Use htab_up in auto-load.cTom Tromey2-25/+26
2020-09-17Make c-exp.y:name_obstack staticTom Tromey2-1/+5
2020-09-17Skip IFUNC relocations in debug sections ignored by ld.so. Fixes some ld tes...Mikael Pettersson2-1/+25
2020-09-17gdb/riscv: fix decode of c.sdsp instructionChungyi Chi2-1/+5
2020-09-17Tidy gas i386.expAlan Modra2-34/+38
2020-09-17opcodes/csky: return the default disassembler when there is no bfdAndrew Burgess2-15/+22
2020-09-17Automatic date update in version.inGDB Administrator1-1/+1
2020-09-16gdb: use bool in the solib catchpoint areaSimon Marchi3-33/+43
2020-09-16gdb: update instance_flags field name in gdb-gdb.py.inSimon Marchi2-1/+6
2020-09-16Match demangled name in "skip"Tom Tromey5-5/+79
2020-09-16Assume FreeBSD kernels always report exec events.John Baldwin3-8/+10