aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-23Add myself to the gdb/MAINTAINERS write-after-approval listTankut Baris Aktemur2-0/+5
2019-10-23Add a note for how to get the list of threadsChristian Biesinger2-0/+8
2019-10-23Check for sigprocmask in common.m4Tom Tromey7-5/+21
2019-10-23Use m4_include, not sinclude in .m4 filesTom Tromey6-30/+45
2019-10-23Fix typo in RX disassembler error messages.Nick Clifton2-10/+19
2019-10-23[gdb/breakpoints] Fix fullname.exp when run from symlink dirTom de Vries2-0/+8
2019-10-23Automatic date update in version.inGDB Administrator1-1/+1
2019-10-22Make demangled_name_entry::language not a bitfieldChristian Biesinger2-1/+6
2019-10-22Fix compile error & incorrect pushChristian Biesinger4-9/+34
2019-10-22Use libxxhash for hashing, if presentChristian Biesinger7-2/+545
2019-10-22Add a fast_hash function in common-utilsChristian Biesinger3-1/+18
2019-10-22Store the mangled name as a string_viewChristian Biesinger2-7/+21
2019-10-22Prevent more potential illegal memory accesses in the RX disassembler.Nick Clifton2-16/+41
2019-10-22Don't allow RELATIVE relocs in pr22269 testcaseAlan Modra3-4/+14
2019-10-22Automatic date update in version.inGDB Administrator1-1/+1
2019-10-21DWARF 5 support: Handle line table and file indexesAli Tamur2-75/+137
2019-10-21gdb: Ensure that !(a < a) is true in sort_cmp on obj_section objectsAndrew Burgess2-6/+14
2019-10-21Remove tui_exec_info_contentTom Tromey2-2/+4
2019-10-21contrib: Update dg-extract-results.* from gccAndrew Burgess3-12/+60
2019-10-21Fix creation of nm.h when configure is changedTom Tromey4-31/+30
2019-10-21[gdb/testsuite] Compile infcall-nested-structs.exp with -O2Tom de Vries3-35/+63
2019-10-21ar P supportAlan Modra7-14/+61
2019-10-20Make unlink_objfile and put_objfile_before staticTom Tromey3-37/+29
2019-10-21Automatic date update in version.inGDB Administrator1-1/+1
2019-10-20 [bfd] Provide 8-byte minimum alignment for .plt sectionJohn David Anglin2-2/+8
2019-10-20Automatic date update in version.inGDB Administrator1-1/+1
2019-10-19gdb: Make startswith return a boolSimon Marchi2-3/+7
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger12-134/+114
2019-10-19 [bfd] Revise import stubs on hppa.John David Anglin2-43/+66
2019-10-19 [ld] Fix failure of pr19161 on hppa*-*linux*.John David Anglin2-0/+11
2019-10-19Fix typos in symfile.c and i386-darwin-tdep.cSergio Durigan Junior3-2/+7
2019-10-19Automatic date update in version.inGDB Administrator1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries96-157/+255
2019-10-18Automatic date update in version.inGDB Administrator1-1/+1
2019-10-17RISC-V: Report unresolved relocation error via linker's callback function.Jim Wilson7-17/+102
2019-10-17Fix creation of stamp-h by gdb's configure scriptTom Tromey8-67/+27
2019-10-17Add libctf to src-release.sh:GDB_SUPPORT_DIRSSergio Durigan Junior2-1/+5
2019-10-17[gdb] Fix typos in commentsTom de Vries28-51/+81
2019-10-17[gdb/testsuite] Fix gdb.fortran/module.exp for debug info from other filesTom de Vries2-1/+9
2019-10-17PR29, Coreutils POSIX2_VERSION as 200112LAlan Modra2-1/+6
2019-10-16Constify objfile::original_nameTom Tromey2-1/+5
2019-10-17Automatic date update in version.inGDB Administrator1-1/+1
2019-10-16gdb/fortran: Add test for module variables in 'info variables' outputAndrew Burgess2-0/+28
2019-10-16gdb/testsuite: Allow cc-with-tweaks board file to be used with FortranAndrew Burgess2-0/+15
2019-10-16Allow not saving the signal state in SIGSETJMPChristian Biesinger3-3/+28
2019-10-16DWARF reader: Reject sections with invalid sizesKeith Seitz2-0/+15
2019-10-16Add initial compile command support to RISC-V port.Jim Wilson2-0/+63
2019-10-16Create xml-builtin.h to declare xml_builtinsChristian Biesinger8-7/+50
2019-10-16libctf: mark swap.h inline functions as staticSimon Marchi2-3/+7
2019-10-16[gdb/tdep] Fix inferior call arg passing for amd64Tom de Vries4-55/+80