aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-05-13gdb: remove use of PTRAlan Modra1-7/+4
2022-05-12[gdb/testsuite] Fix gdb.cp/break-f-std-string.cc with older gccTom de Vries1-0/+13
2022-05-12gdb: Workaround stringop-overread warning in debuginfod-support.c on powerpc64Mark Wielaard1-5/+5
2022-05-12Make gdb.ada/float-bits.exp more genericLuis Machado1-19/+68
2022-05-12[gdb/tdep] Improve gdb/syscalls/update-linux.shTom de Vries2-42/+23
2022-05-12[gdb/testsuite] Fix gdb.dwarf2/dw2-out-of-range-end-of-seq.exp on aarch64Tom de Vries1-3/+11
2022-05-11[gdb/testsuite] Fix gdb.base/catch-syscall.exp with --with-expat=noTom de Vries1-6/+10
2022-05-11[gdb/testsuite] Fix gdb.base/catch-syscall.exp without --enable-targetsTom de Vries1-3/+5
2022-05-11[gdb/testsuite] Fix gdb.base/maint.exp on powerpc64leTom de Vries1-1/+3
2022-05-11[gdb/tdep] Update syscalls/{ppc64,ppc}-linux.xmlTom de Vries5-25/+541
2022-05-11[gdb/testsuite] Remove target limits in gdb.base/catch-syscall.expTom de Vries1-45/+61
2022-05-11[gdb/record] Handle statx system callTom de Vries2-0/+7
2022-05-10gdb: mips: Fix large-frame.exp test case failureYouling Tang1-0/+3
2022-05-10gdb: LoongArch: Use GDB style to check readbuf and writebufTiezhu Yang1-2/+2
2022-05-10Fix --disable-threading buildTom Tromey1-1/+1
2022-05-10Fix "b f(std::string)" when current language is CPedro Alves2-4/+19
2022-05-10Always pass an explicit language down to c_type_printPedro Alves11-40/+29
2022-05-10Fix "b f(std::string)", always use DMGL_VERBOSEPedro Alves6-59/+154
2022-05-10gdb/testsuite: fix testsuite regressions for unix/-m32 boardNils-Christian Kempke3-21/+86
2022-05-09gdb/testsuite: fix occasional failure in gdb.mi/mi-multi-commands.expAndrew Burgess1-1/+1
2022-05-09[gdb] Update syscalls/{amd64,i386}-linux.xmlTom de Vries6-14/+470
2022-05-09[gdb] Add gdb/syscalls/MakefileTom de Vries2-0/+348
2022-05-09gdb: LoongArch: Implement the return_value gdbarch methodTiezhu Yang1-0/+33
2022-05-09gdb: fix for gdb.base/eof-exit.exp test failuresAndrew Burgess1-0/+18
2022-05-09[gdb] Make btrace maintainer entry more clearTom de Vries1-1/+2
2022-05-09[gdb/tdep] Support catch syscall pipe2 for i386Tom de Vries2-0/+2
2022-05-09[gdb/testsuite] Handle pipe2 syscall in gdb.base/catch-syscall.expTom de Vries2-8/+64
2022-05-09[gdb/tdep] Handle pipe2 syscall for amd64Tom de Vries2-0/+4
2022-05-08[gdb/testsuite] Fix gdb.tui/scroll.exp with read1Tom de Vries2-33/+74
2022-05-08[gdb/testsuite] Fix gdb.cp/casts.exp with -m32Tom de Vries1-1/+3
2022-05-08[gdb/testsuite] Handle init errors in gdb.mi/user-selected-context-sync.expTom de Vries1-3/+10
2022-05-08[gdb/testsuite] Fix gdb.ada/catch_ex_std.exp with remote-gdbserver-on-localhostTom de Vries1-0/+4
2022-05-08[gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with check-readmoreTom de Vries1-11/+7
2022-05-07Fix "catch syscall"Tom Tromey1-4/+5
2022-05-07gdb/readline: fix extra 'quit' message problemAndrew Burgess1-0/+10
2022-05-06PowerPC fix for gdb.server/sysroot.expCarl Love1-1/+1
2022-05-06Introduce catchpoint classTom Tromey8-49/+49
2022-05-06Add initializers to tracepointTom Tromey1-5/+5
2022-05-06Remove init_raw_breakpoint_without_locationTom Tromey9-72/+105
2022-05-06Disable copying for breakpointTom Tromey1-0/+3
2022-05-06Add constructor to exception_catchpointTom Tromey1-12/+13
2022-05-06Add constructor to syscall_catchpointTom Tromey1-2/+7
2022-05-06Add constructor to signal_catchpointTom Tromey1-3/+8
2022-05-06Add constructor to solib_catchpointTom Tromey1-9/+12
2022-05-06Add constructor to fork_catchpointTom Tromey1-4/+7
2022-05-06Remove unnecessary line from catch_exec_command_1Tom Tromey1-1/+0
2022-05-06Constify breakpoint::print_recreateTom Tromey9-28/+28
2022-05-06Constify breakpoint::print_mentionTom Tromey9-33/+33
2022-05-06Constify breakpoint::print_oneTom Tromey9-21/+21
2022-05-06Constify breakpoint::print_itTom Tromey9-34/+32