aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-30[gdb/symtab] Fix gdb.base/vla-optimized-out.exp with clangTom de Vries4-8/+21
2020-11-30[gdb/testsuite] Fix minimal encodings KPASSesTom de Vries1-0/+6
2020-11-30[gdb] Don't return non-existing path in debuginfod_source_queryTom de Vries1-0/+5
2020-11-30Remove per-language op_name functionsTom Tromey12-92/+27
2020-11-30Remove some dead code from evaluate_subexp_standardTom Tromey2-57/+12
2020-11-30Automatic date update in version.inGDB Administrator1-1/+1
2020-11-29gold: Add endbr64 to IBT TLSDESC PLT entryH.J. Lu2-6/+13
2020-11-29Fix Value.format_string docu for static members argumentHannes Domani2-1/+6
2020-11-29Don't delete the locator win infoHannes Domani2-1/+9
2020-11-29x86: Do not dump DS/CS segment overrides for branch hintsBorislav Petkov9-2/+50
2020-11-29gold: Convert x86-64 GOTPCRELX only if addend == -4H.J. Lu6-52/+135
2020-11-29gold: Get linkonce/comdate sections for debugging sectionsH.J. Lu9-7/+166
2020-11-29Automatic date update in version.inGDB Administrator1-1/+1
2020-11-28GDB: Fix detection of ELF support when configuring with -Werror=implicit-func...Alex Richardson3-0/+8
2020-11-28PR26907, segment contains empty SHT_NOBITS sectionAlan Modra6-1/+39
2020-11-28Automatic date update in version.inGDB Administrator1-1/+1
2020-11-27gdb: fix potentially uninitialised variableAndrew Burgess2-7/+23
2020-11-27Add Rogerio Alves to gdb/MAINTAINERS.Rogerio Alves1-0/+1
2020-11-27Allow spaces in the name of the external preprocessor used by windres.Nick Clifton2-1/+13
2020-11-27ELF: Support .noinit and .persistent sectionsJozef Lawrynowicz25-18/+249
2020-11-27Automatic date update in version.inGDB Administrator1-1/+1
2020-11-26Prevent a memory allocation failure when parsing corrupt DWARF debug sections.Nick Clifton2-6/+25
2020-11-26gdb/aarch64: Add named flags for FPCR and FPSR registersPrzemyslaw Wirkus3-4/+108
2020-11-26PR26936 testsuite fixesAlan Modra3-3/+23
2020-11-25elf: Get the real kept sectionH.J. Lu7-4/+64
2020-11-26Automatic date update in version.inGDB Administrator1-1/+1
2020-11-25libctf: Pass format argument to asprintfH.J. Lu2-1/+6
2020-11-25binutils: readelf: support CTF dicts with non-native-endian symtabsNick Alcock2-0/+7
2020-11-25libctf, include: support foreign-endianness symtabs with CTFNick Alcock11-56/+197
2020-11-25Remove two unnecessary variables from evaluate_subexp_standardTom Tromey2-9/+8
2020-11-25Do not include parser-defs.h from c-lang.hTom Tromey4-1/+8
2020-11-25Duplicate output sections in scriptsAlan Modra3-42/+45
2020-11-25nm ifunc test tweaksAlan Modra2-4/+8
2020-11-25gas output_file_close error messageAlan Modra3-3/+8
2020-11-25Automatic date update in version.inGDB Administrator1-1/+1
2020-11-24ld/x86-64: Add PR gold/26939 testsH.J. Lu5-0/+40
2020-11-24gdb: remove struct cached_reg typedefSimon Marchi2-2/+6
2020-11-24gdb/testsuite: do not hard-code location indices in condbreak-multi-context.expTankut Baris Aktemur2-67/+128
2020-11-24gdb/README: Fix the URL of the MPFR website (now https).Joel Brobecker2-1/+5
2020-11-24gdb/README: Document the --with-libgmp-prefix configure optionJoel Brobecker2-0/+9
2020-11-24gdb/NEWS: Document that GDB now supports DWARF-based fixed point typesJoel Brobecker2-0/+14
2020-11-24gdb/NEWS: Document that building GDB now requires GMPJoel Brobecker2-0/+7
2020-11-23Add TYPE_CODE_FIXED_POINT handling in print_type_scalarJoel Brobecker4-10/+33
2020-11-23valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambdaJoel Brobecker2-15/+25
2020-11-23Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker8-15/+26
2020-11-23Make fixed_point_type_base_type a method of struct typeJoel Brobecker6-13/+25
2020-11-23gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macroJoel Brobecker4-16/+48
2020-11-23gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker8-43/+68
2020-11-23change and rename gmp_string_asprintf to return an std::stringJoel Brobecker6-17/+27
2020-11-24Fix stack smashing error during gdb_mpq_write_fixed_point selftestJoel Brobecker2-1/+6