aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-21GDB/Guile: Don't assert that an integer value is booleanMaciej W. Rozycki2-1/+177
2022-10-21[gdb/testsuite] Silence compilation fail in gdb.base/rtld-step.expTom de Vries1-0/+8
2022-10-21Support Intel AMX-FP16Cui,Lili15-4089/+4236
2022-10-21sim: Remove unused CXXFLAGS substitutionTsukasa OI1-1/+0
2022-10-21Automatic date update in version.inGDB Administrator1-1/+1
2022-10-20x86: Check VEX/EVEX encoding before checking vector operandsH.J. Lu5-4/+8
2022-10-20gdb/python: break more dependencies between gdbpy_initialize_* functionsAndrew Burgess3-2/+36
2022-10-20gdb/python: break dependencies between gdbpy_initialize_* functionsAndrew Burgess3-14/+42
2022-10-20gdb: some int to bool conversion in breakpoint.cAndrew Burgess1-141/+135
2022-10-20gdb: make use of scoped_restore in unduplicated_should_be_insertedAndrew Burgess1-7/+4
2022-10-20gdb: used scoped_restore_frame in update_watchpointAndrew Burgess1-12/+5
2022-10-20gdb: make some bp_location arguments const in breakpoint.cAndrew Burgess1-14/+14
2022-10-20Reapply "Don't build readline/libreadline.a, when --with-system-readline is s...Дилян Палаузов2-0/+12
2022-10-20x86: re-work AVX-VNNI supportJan Beulich11-7037/+7057
2022-10-20[gdb/testsuite] Fix gdb.debuginfod/fetch_src_and_symbols.exp with check-read1Tom de Vries1-3/+6
2022-10-20[gdb/testsuite] Fix gdb.mi/mi-disassemble.exp with check-read1Tom de Vries2-2/+2
2022-10-20Re: aarch64-pe support for LD, GAS and BFDAlan Modra2-1/+4
2022-10-20ld: Add minimal pdb generationMark Harmstone8-9/+930
2022-10-20ld: Add --pdb optionMark Harmstone7-19/+175
2022-10-19Test stepping within a runtime loader / dynamic linkerKevin Buettner3-0/+227
2022-10-19Allow debugging of runtime loader / dynamic linkerKevin Buettner1-1/+4
2022-10-20binutils: Remove unused substitution PROGRAMTsukasa OI2-4/+2
2022-10-20Automatic date update in version.inGDB Administrator1-1/+1
2022-10-20Obsolete beosAlan Modra1-1/+2
2022-10-20Regen ld/po/BLD-POTFILES.inAlan Modra1-0/+1
2022-10-19[gdb] Fix assert in handle_jit_eventTom de Vries1-1/+4
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves152-752/+467
2022-10-19Fix an illegal memory access when parsing an ELF file containing corrupt symb...Nick Clifton2-1/+9
2022-10-19sim/iq2000: silence pointer-sign warningsAndrew Burgess2-6/+6
2022-10-19sim/erc32: avoid dereferencing type-punned pointer warningsAndrew Burgess2-6/+4
2022-10-19sim/ppc: mark device_error function as ATTRIBUTE_NORETURNAndrew Burgess1-1/+1
2022-10-19sim/ppc: fix warnings related to printf format stringsAndrew Burgess4-30/+19
2022-10-19sim/cgen: mask uninitialized variable warning in cgen-run.cAndrew Burgess1-0/+5
2022-10-19Fix addr2line test for ppc64 elfv1 and mingwAlan Modra1-27/+39
2022-10-19Update MAINTAINERS file with details about accepting DCO signed contributions.Nick Clifton2-1/+34
2022-10-19gdb/testsuite: avoid temporary file in gdb/testsuite (unittest.exp)Andrew Burgess2-19/+137
2022-10-19gdb/testsuite: avoid creating files in gdb/testsuite directoryAndrew Burgess1-1/+1
2022-10-19bfd: fix undefined references to aarch64_pe_le_vecAndrew Burgess2-1/+3
2022-10-19aarch64-pe support for LD, GAS and BFDJedidiah Thompson37-85/+547
2022-10-19Binutils: Adding new testcase for addr2line.rupesh potharla2-0/+67
2022-10-19[gdb/testsuite] Fix ERROR in gdb.python/py-breakpoint.expTom de Vries1-0/+2
2022-10-19IBM zSystems: Issue error for *DBL relocs on misaligned symbolsAndreas Krebbel3-0/+35
2022-10-18gdb: check for groups with duplicate names in reggroups:addSimon Marchi1-2/+7
2022-10-19Automatic date update in version.inGDB Administrator1-1/+1
2022-10-18x86: Disable AVX-VNNI when disabling AVX2H.J. Lu2-3/+3
2022-10-18Remove dead code from py-finishbreakpoint.cTom Tromey1-6/+1
2022-10-18Update tests to use skip_hw_watchpoint_tests to test for HW watchpoint support.Carl Love16-23/+143