aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-17asan: NULL dereference in bfd_elf_set_group_contentsAlan Modra2-6/+6
2021-12-17asan: use after free in _bfd_elf_mips_get_relocated_section_contentsAlan Modra1-5/+21
2021-12-17asan: abort in wasm_scan_name_function_sectionAlan Modra1-1/+2
2021-12-17asan: heap-buffer-overflow in bpf_elf_generic_relocAlan Modra1-8/+9
2021-12-17ubsan: bfd.c:2519:8: shift exponent 34 is too largeAlan Modra1-2/+2
2021-12-17asan: buffer overflow in mmo_get_symbolsAlan Modra1-0/+10
2021-12-17asan: buffer overflow in elfnn-aarch64.c get_plt_typeAlan Modra1-3/+5
2021-12-17try_build_id_prefix gcc-10 -Wformat-security errorsAlan Modra1-3/+2
2021-12-17Automatic date update in version.inGDB Administrator1-1/+1
2021-12-16Fix AVR assembler so that it creates relocs that will work with linker relaxa...Nick Clifton11-11/+60
2021-12-16When loading separate debug info files, also attempt to locate a file based u...Nick Clifton4-4/+131
2021-12-16arm: Add support for Armv9.1-A to Armv9.3-ARichard Sandiford12-3/+101
2021-12-16arm: Add support for Armv8.7-A and Armv8.8-ARichard Sandiford10-1/+67
2021-12-16aarch64: Add support for Armv9.1-A to Armv9.3-ARichard Sandiford19-42/+157
2021-12-16RISC-V: Support svinval extension with frozen version 1.0.Nelson Chu6-0/+47
2021-12-16sim: mips/or1k: drop redundant arg to bitsize macroMike Frysinger4-6/+4
2021-12-16bfd: unify texi generation rulesMike Frysinger2-184/+74
2021-12-16sim: fix mingw builds with replacement gnulib openMike Frysinger1-2/+2
2021-12-16Adjust compare_link_order for unstable qsortSandra Loosemore1-5/+6
2021-12-16Re: Fix an undefined behaviour in the BFD library's DWARF parserAlan Modra1-4/+4
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-16Automatic date update in version.inGDB Administrator1-1/+1
2021-12-16PR28691, validate dwarf attribute formAlan Modra1-56/+128
2021-12-15New --enable-threading configure option to control use of threads in GDB/GDBs...Luis Machado5-6/+99
2021-12-15Fix an undefined behaviour in the BFD library's DWARF parser.Nikita Popov2-4/+7
2021-12-15PR28694, Out-of-bounds write in stab_xcoff_builtin_typeAlan Modra1-44/+43
2021-12-15Automatic date update in version.inGDB Administrator1-1/+1
2021-12-15loongarch32 build failure on 32-bit hostAlan Modra1-1/+1
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