aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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-18gdb/testsuite: Add missing expected resultsAndrew Burgess2-1/+8
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-17gdb/riscv: fix decode of c.sdsp instructionChungyi Chi2-1/+5
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
2020-09-16Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts.John Baldwin5-173/+25
2020-09-16Assume FreeBSD hosts include support for fetching signal information.John Baldwin2-14/+5
2020-09-16Assume KERN_PROC_PATHNAME is present on FreeBSD hosts.John Baldwin2-13/+5
2020-09-16Assume that PT_LWPINFO is always defined on FreeBSD hosts.John Baldwin3-6/+5
2020-09-16[gdb/testsuite] Fix gdb.dlang/watch-loc.exp on ppc64Tom de Vries3-3/+33
2020-09-16gdb/breakpoint: make a copy of the "commands" command's argumentTankut Baris Aktemur6-1/+103
2020-09-16[gdb/testsuite] Detect gdb prompt after monitor exitTom de Vries2-1/+13