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