aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-15loongarch64 build failure on 32-bit hostAlan Modra1-6/+6
2021-12-15XCOFF C_STSYM test failure on 32-bit hostAlan Modra2-7/+8
2021-12-14gdbserver/tracepoint.cc: use snprintf in gdb_agent_socket_initSimon Marchi1-2/+2
2021-12-14gdbserver/tracepoint.cc: work around -Wstringop-truncation errorSimon Marchi1-2/+7
2021-12-14bfd: fix -Wunused errors with clang 13+Simon Marchi12-87/+9
2021-12-14gdb/mi: rename build_table to add_builtin_mi_commandsAndrew Burgess1-2/+2
2021-12-14gdb/mi: rename mi_cmd to mi_commandJan Vrany4-23/+23
2021-12-14gdb/mi: use separate classes for different types of MI commandJan Vrany6-99/+181
2021-12-14gdb/mi: int to bool conversion in mi_execute_cli_commandAndrew Burgess1-9/+13
2021-12-14gdb/mi: use std::map for MI commands in mi-cmds.cJan Vrany1-248/+230
2021-12-14gdb/mi: rename mi_lookup to mi_cmd_lookupJan Vrany4-6/+8
2021-12-14RISC-V: Added ld testcases for the medlow and medany code models.Nelson Chu20-0/+280
2021-12-14Automatic date update in version.inGDB Administrator1-1/+1
2021-12-13x86: Adjust linker tests for --disable-separate-codeH.J. Lu8-15/+15
2021-12-13gdb: Powerpc mark xfail in gdb.base/catch-syscall.expCarl Love1-6/+31
2021-12-13gdb: improve reuse of value contents when fetching array elementsAndrew Burgess3-9/+118
2021-12-13gdb: update gdb-gdb.py.in for latest changes to struct fieldAndrew Burgess3-20/+191
2021-12-13gdbserver/linux-low: replace direct assignment to current_threadTankut Baris Aktemur1-2/+5
2021-12-13gdbserver: replace direct assignments to current_threadTankut Baris Aktemur13-136/+77
2021-12-13gdbserver: introduce scoped_restore_current_thread and switch_to_threadTankut Baris Aktemur2-0/+43
2021-12-13gdb: make post_startup_inferior a virtual method on inf_ptrace_targetAndrew Burgess19-67/+44
2021-12-13gdb: have mips_nbsd_nat_target inherit from nbsd_nat_targetAndrew Burgess1-1/+2
2021-12-13gdb: only include mips and riscv targets if building with 64-bit bfdAndrew Burgess1-11/+11
2021-12-13Automatic date update in version.inGDB Administrator1-1/+1
2021-12-12C++-ify path substitution codeTom Tromey2-121/+54
2021-12-12Automatic date update in version.inGDB Administrator1-1/+1
2021-12-11[GOLD] PowerPC64 @notoc in non-power10 codeAlan Modra2-76/+223
2021-12-10Don't return the main file as the separate debug infoH.J. Lu1-1/+17
2021-12-11Don't edit bogus sh_link on reading relocatable objects (Oracle fix)Alan Modra1-34/+0
2021-12-11Automatic date update in version.inGDB Administrator1-1/+1
2021-12-10gdb/testsuite: respect GDBSERVER variable in remote-stdio-gdbserver "board"Jan Vrany1-1/+9
2021-12-09Revert "gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`"Simon Marchi1-0/+2
2021-12-10Automatic date update in version.inGDB Administrator1-1/+1
2021-12-10PR28674, objdump crashAlan Modra1-1/+1
2021-12-10Set sh_link for reloc sections created as normal sectionsAlan Modra1-10/+16
2021-12-09gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`Simon Marchi1-2/+0
2021-12-09gdb/microblaze-tdep.c: fix -Wunused-but-set-variableSimon Marchi1-3/+0
2021-12-09gdb/csky-tdep.c: fix -Wunused-but-set-variable errorSimon Marchi1-7/+0
2021-12-09gdb/testsuite: fix default behavior of runtoSimon Marchi1-4/+1
2021-12-09gdb fix elfv1 Powerpc gdb.dwarf2/frame-inlined-in-outer-frame.expCarl Love1-1/+6
2021-12-09[gdb/testsuite] Fix gdb.base/maint.exp with -readnowTom de Vries1-4/+4
2021-12-09[gdb/testsuite] Fix gdb.base/include-main.exp with -readnowTom de Vries1-2/+4
2021-12-09RISC-V: Clarify the behavior of .option arch directive.Nelson Chu9-33/+28
2021-12-09sim: use ## for automake commentsMike Frysinger25-882/+419
2021-12-08gdb, gdbserver: detach fork child when detaching from fork parentSimon Marchi14-87/+592
2021-12-08gdb: move clearing of tp->pending_follow to follow_fork_inferiorSimon Marchi1-10/+18
2021-12-08gdb/remote.c: refactor pending fork status functionsSimon Marchi1-62/+53
2021-12-08gdb/remote.c: move some things upSimon Marchi1-73/+71
2021-12-08gdb/linux-nat: factor ptrace-detach code to new detach_one_pid functionSimon Marchi1-36/+40
2021-12-08gdbserver: hide fork child threads from GDBSimon Marchi7-0/+223