aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-12-24Remove gdb_print_host_addressTom Tromey6-175/+107
2021-12-24Move gdb_bfd_errmsg to gdb_bfd.cTom Tromey4-35/+37
2021-12-23gdb/testsuite: resolve some duplicate testnames in gdb.miAndrew Burgess6-148/+170
2021-12-23gdb/remote: handle attach when stop packet lacks thread-idAndrew Burgess2-52/+77
2021-12-23gdb: on x86-64 non-trivial C++ objects are returned in memoryAndrew Burgess3-4/+57
2021-12-23gdb: make use of SCOPE_EXIT to manage thread executing stateAndrew Burgess2-23/+9
2021-12-22gdb/doc: add some index entries relating to mi-async settingAndrew Burgess1-2/+7
2021-12-22gdb: convert 'set debug lin-lwp' to a boolean commandAndrew Burgess1-9/+20
2021-12-22gdb: add threads debugging switchAndrew Burgess5-0/+63
2021-12-21gdbarch-components.py: change empty "params" tuples to empty listsSimon Marchi1-8/+8
2021-12-21[AArch64] Fix typo in error messagesLuis Machado1-2/+2
2021-12-20Remove print_spacesTom Tromey6-31/+19
2021-12-20Remove puts_debugTom Tromey2-87/+0
2021-12-20Make n_spaces return a const char *Tom Tromey2-2/+2
2021-12-20Add Enze Li to gdb/MAINTAINERSEnze Li1-0/+1
2021-12-20gdb/ada-exp.y: Reformat comment to follow GDB's coding standardsJoel Brobecker1-9/+9
2021-12-20gdb/ada-lang.h: Reformat comment to follow coding standardsJoel Brobecker1-2/+2
2021-12-18gdb: add "exit" command as an alias for "quit"Enze Li3-7/+15
2021-12-18gdb: add assert in remote_target::wait relating to async being offAndrew Burgess1-1/+5
2021-12-18gdb/remote: some fixes for 'maint set target-async off'Andrew Burgess1-104/+84
2021-12-17Document gdbarch-components.pyTom Tromey1-0/+82
2021-12-17Remove gdbarch.shTom Tromey3-1879/+66
2021-12-17Add new gdbarch generatorSimon Marchi1-0/+526
2021-12-17Generate new gdbarch-components.py from gdbarch.shTom Tromey2-0/+2612
2021-12-17Do not sort the fields in gdbarch_dumpTom Tromey2-521/+521
2021-12-17Do not generate gdbarch.hTom Tromey1-377/+0
2021-12-17Split gdbarch.h into two filesTom Tromey3-1650/+1681
2021-12-17Move ordinary gdbarch code to arch-utilsTom Tromey4-1028/+488
2021-12-17Avoid redundant operations in `fortran_array_walker'Maciej W. Rozycki1-3/+4
2021-12-17Initialize `m_ndimensions' in the member initializer listMaciej W. Rozycki1-4/+3
2021-12-17gdb/tui: install SIGWINCH only when connected to a TTYLancelot SIX4-3/+105
2021-12-15gdb: re-format with black 21.12b0Simon Marchi1-1/+0
2021-12-15gdb: re-format with black 21.9b0Simon Marchi3-11/+19
2021-12-15New --enable-threading configure option to control use of threads in GDB/GDBs...Luis Machado2-1/+34
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-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-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-12C++-ify path substitution codeTom Tromey2-121/+54
2021-12-10gdb/testsuite: respect GDBSERVER variable in remote-stdio-gdbserver "board"Jan Vrany1-1/+9
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