aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2023-03-18Unify arch_integer_type and init_integer_typeTom Tromey21-205/+201
2023-03-18Remove init_typeTom Tromey6-83/+69
2023-03-18Remove arch_typeTom Tromey16-88/+91
2023-03-18Reuse existing builtin typesTom Tromey5-11/+5
2023-03-18Remove alloc_typeTom Tromey7-46/+17
2023-03-18Remove alloc_type_copyTom Tromey5-39/+26
2023-03-18Remove alloc_type_archTom Tromey2-35/+4
2023-03-18Introduce type_allocatorTom Tromey2-27/+189
2023-03-18[gdb/testsuite] Handle unbuffer_output.c for remote hostTom de Vries25-28/+79
2023-03-18[gdb/testsuite] Handle my-syscalls.h for remote hostTom de Vries2-1/+3
2023-03-18[gdb/testsuite] Handle attributes.h for remote hostTom de Vries15-25/+81
2023-03-17Fix line table regressionTom Tromey15-50/+78
2023-03-17Update the NetBSD system call table to add eventfd(2) and timerfd(2).Frederic Cambus1-0/+4
2023-03-17gdb: introduce bp_loc_tracepointSimon Marchi2-1/+9
2023-03-17PowerPC: fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-rever...Carl Love4-9/+362
2023-03-17Move step_until procedureCarl Love2-55/+41
2023-03-17[gdb/testsuite] Fix regexp in gdb.arch/ftrace-insn-reloc.expTom de Vries1-1/+1
2023-03-17[gdb/testsuite] Handle remote host in gdb_load_shlibTom de Vries2-6/+20
2023-03-17[gdb/testsuite] Fix gdb.arch/i386-biarch-core.exp for remote hostTom de Vries1-0/+2
2023-03-17[gdb/testsuite] Handle REMOTE_HOST_USERNAME in local-remote-hostTom de Vries2-4/+25
2023-03-17[gdb/testsuite] Set remotedir by default in some boardsTom de Vries3-16/+77
2023-03-17[gdb/testsuite] Fix have_avx for remote targetTom de Vries1-5/+10
2023-03-17[gdb/testsuite] Handle precise-aligned-alloc.c for remote hostTom de Vries5-2/+22
2023-03-17[gdb/testsuite] Handle remote host in escape_for_hostTom de Vries1-2/+8
2023-03-17[gdb/testsuite] Add escape_for_hostTom de Vries1-1/+11
2023-03-17[gdb/testsuite] Declare ada unsupported for remote hostTom de Vries1-0/+4
2023-03-17[gdb/testsuite] Fix filename in gdb.debuginfod/crc_mismatch.expTom de Vries1-1/+1
2023-03-16gdb/doc: extended documentation for inferior function callsAndrew Burgess1-0/+32
2023-03-16Fix build breakage in rs6000-aix-tdep.cTom Tromey2-5/+6
2023-03-16gdb/testsuite: Add support for LoongArch in gdb.base/float.expHui Li1-0/+2
2023-03-16gdb/doc: spring clean the Python unwinders documentationAndrew Burgess1-39/+43
2023-03-15Fix formatting in gdb/printing.pyTom Tromey1-0/+3
2023-03-15Enable vector register visibility in core for AIX.Aditya Vidyadhar Kamath1-0/+36
2023-03-15[gdb/testsuite] Fix re-used exec in gdb.arch/ftrace-insn-reloc.expTom de Vries1-4/+2
2023-03-15[gdb/testsuite] Fix gdb.arch/amd64-stap-special-operands.exp for remote hostTom de Vries1-2/+3
2023-03-15[gdb/testsuite] Fix gdb.arch/i386-pkru.exp for native-gdbserverTom de Vries1-3/+12
2023-03-15[gdb/testsuite] Unset DEBUGINFOD_URLS on remote hostTom de Vries1-1/+19
2023-03-15[gdb/testsuite] Fix gdb.arch/amd64*.exp with local-remote-host-native.expTom de Vries5-14/+35
2023-03-14Implement DAP variables, scopes, and evaluate requestsTom Tromey7-21/+459
2023-03-14Hide the implementation of gdb_mpfTom Tromey2-6/+13
2023-03-14Rename gdb_mpq::val and make contents privateTom Tromey2-43/+47
2023-03-14Add operators and methods to gdb_mpqTom Tromey4-37/+100
2023-03-14Rename gdb_mpz::val and make contents privateTom Tromey2-55/+61
2023-03-14Add methods and operators to gdb_mpzTom Tromey6-61/+140
2023-03-14Clean up gmp-utils.h includesTom Tromey3-2/+2
2023-03-14Fix DAP frame bug with older versions of PythonTom Tromey1-18/+15
2023-03-14[gdb/testsuite] Add gdb.testsuite/board-sanity.expTom de Vries4-42/+124
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess8-12/+66
2023-03-13gdbarch: make invalid=True the default for all ComponentsAndrew Burgess2-15/+18
2023-03-13gdbarch: remove some unneeded predefault="0" from gdbarch_components.pyAndrew Burgess2-26/+6