aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-26PR29720, objdump -S crashes if build-id is missingAlan Modra1-9/+11
2022-10-26Automatic date update in version.inGDB Administrator1-1/+1
2022-10-25gdb: remove spurious spaces after frame_info_ptrSimon Marchi22-68/+68
2022-10-25x86-64: Use only one default max-page-sizeMichael Matz1-5/+1
2022-10-25gdb/testsuite: make sure to consume the prompt in gdb.base/unwind-on-each-ins...Simon Marchi1-10/+2
2022-10-25[gdb/testsuite] Handle missing .note.GNU-stackTom de Vries137-0/+139
2022-10-25[gdb/testsuite] Add missing skip_gdbserver_tests in gdb.multi/attach-no-multi...Tom de Vries1-0/+4
2022-10-25[gdb] Rewrite RETHROW_ON_TARGET_CLOSE_ERROR into functionTom de Vries1-20/+25
2022-10-25gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.inSimon Marchi1-1/+1
2022-10-25RISC-V: Should reset `again' flag for _bfd_riscv_relax_pc.Nelson Chu1-1/+2
2022-10-25RISC-V: Improve link time complexity.Patrick O'Neill1-49/+131
2022-10-25Automatic date update in version.inGDB Administrator1-1/+1
2022-10-24gdb/doc: reword description of DisassembleInfo.read_memoryAndrew Burgess1-1/+1
2022-10-24sim/lm32: fix some missing function declaration warningsAndrew Burgess4-3/+17
2022-10-24sim/h8300: avoid self assignmentAndrew Burgess1-2/+2
2022-10-24sim/aarch64: remove two unused functionsAndrew Burgess1-16/+0
2022-10-24sim/ppc: fix for operator precedence warning from clangAndrew Burgess1-1/+1
2022-10-24sim/ppc: initialize a memory buffer in all casesAndrew Burgess1-1/+1
2022-10-24sim/ppc: don't try to print an uninitialized variableAndrew Burgess1-2/+3
2022-10-24sim/sh: use fabs instead of absAndrew Burgess1-1/+1
2022-10-24[gdb] Fix rethrow exception slicing in insert_bp_locationTom de Vries1-7/+21
2022-10-24[gdb] Fix rethrow exception slicing in pretty_print_insnTom de Vries1-2/+2
2022-10-24ld/testsuite: adjust ld-arm to run shared tests only when supportedClément Chigot1-159/+166
2022-10-24ld/testsuite: skip ld-elf/exclude when -shared is not supportedClément Chigot1-2/+2
2022-10-24x86: consolidate VPCLMUL testsJan Beulich15-268/+156
2022-10-24x86: consolidate VAES testsJan Beulich15-352/+211
2022-10-24x86: emit {evex} prefix when disassembling ambiguous AVX512VL insnsJan Beulich37-596/+632
2022-10-24[gdb/testsuite] Add skip_python_tests in gdb.python/tui-window-names.expTom de Vries1-0/+5
2022-10-24Automatic date update in version.inGDB Administrator1-1/+1
2022-10-24sim: testsuite: update ignored .exp files [PR sim/29596]Mike Frysinger2-0/+4
2022-10-24sim: testsuite: tweak parallel find invocation [PR sim/29596]Mike Frysinger2-2/+2
2022-10-23sim: mips/ppc/riscv: re-add AC_CANONICAL_SYSTEM [PR sim/29439]Mike Frysinger6-0/+457
2022-10-23Automatic date update in version.inGDB Administrator1-1/+1
2022-10-22gdb/testsuite: add max number of instructions check in gdb.base/unwind-on-eac...Simon Marchi1-0/+7
2022-10-22Automatic date update in version.inGDB Administrator1-1/+1
2022-10-21Improve Python Unwinders documentationPedro Alves1-9/+9
2022-10-21gdb: make inherit_abstract_dies use vector iteratorsSimon Marchi1-13/+12
2022-10-21gdb: check for empty offsets vector in inherit_abstract_diesSimon Marchi1-9/+14
2022-10-21readelf: support zstd compressed debug sections [PR 29640]Fangrui Song3-48/+80
2022-10-21Fix incorrect .gdb_index with new DWARF scannerTom Tromey3-8/+34
2022-10-21Fix crash in value_print_array_elementsTom Tromey4-7/+126
2022-10-21Fix bug in Ada packed array handlingTom Tromey5-0/+46
2022-10-21gdb: declare variables on first use in inherit_abstract_diesSimon Marchi1-28/+23
2022-10-21Add a -w option to the linker to suppress warning and error messages.Nick Clifton7-1/+42
2022-10-21Add a note to the binutils/NEWS file about DCO signed contributions.Nick Clifton1-0/+2
2022-10-21gdb/reverse: Fix stepping over recursive functionsBruno Larsen4-8/+74
2022-10-21Change calculation of frame_id by amd64 epilogue unwinderBruno Larsen4-5/+206
2022-10-21Updated Hungarian translation for the gprof sub-directory.Nick Clifton2-27/+31
2022-10-21GDB/Python: Make `None' stand for `unlimited' in setting integer parametersMaciej W. Rozycki3-12/+28
2022-10-21GDB/testsuite: Expand Python integer parameter coverage across all typesMaciej W. Rozycki1-16/+181