aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-11gdb: remove MSYMBOL_TYPE macroSimon Marchi17-78/+90
2022-04-11gdb: remove symbol value macrosSimon Marchi90-461/+503
2022-04-11gdb/doc: add section about Fortran intrinsic functions and typesNils-Christian Kempke1-10/+133
2022-04-11gdb/fortran/testsuite: add complex from integers testNils-Christian Kempke2-1/+12
2022-04-11gdb/fortran: rewrite intrinsic handling and add some missing overloadsNils-Christian Kempke9-236/+904
2022-04-11gdb/fortran: rename f77_keywords to f_keywordsNils-Christian Kempke1-2/+2
2022-04-11gdb/fortran: Change GDB print for fortran default typesNils-Christian Kempke3-16/+11
2022-04-11gdb/fortran: clean-up Fortran intrinsic typesNils-Christian Kempke4-35/+74
2022-04-11gdb/fortran: change default logical type to builtin_logicalNils-Christian Kempke2-5/+5
2022-04-11gdb/fortran: reformat build_fortran_types in f-lang.cNils-Christian Kempke1-10/+8
2022-04-11gdb/fortran: fix complex type in Fortran builtin typesNils-Christian Kempke4-23/+23
2022-04-11gdb/f-lang: remove hidden ^L charactersNils-Christian Kempke1-3/+0
2022-04-11gdb/f-lang: add Integer*1 to Fortran builtin typesNils-Christian Kempke5-2/+11
2022-04-11[gdb/testsuite] Fix gdb.base/annota1.exp with pieTom de Vries1-0/+2
2022-04-11[gdb/testsuite] Fix gdb.dwarf2/dw2-lines.exp for m32 pieTom de Vries1-1/+1
2022-04-11Automatic date update in version.inGDB Administrator1-1/+1
2022-04-10Automatic date update in version.inGDB Administrator1-1/+1
2022-04-09Remove MSYMBOL_VALUE_CHAINTom Tromey1-1/+0
2022-04-09Rearrange struct bfd_section a littleAlan Modra2-34/+34
2022-04-09Don't run pr27228 test for hppaAlan Modra1-1/+1
2022-04-09Correct nds32 readelf reloc numbersAlan Modra1-7/+7
2022-04-09Automatic date update in version.inGDB Administrator1-1/+1
2022-04-08gas: Port "copy st_size only if unset" to aarch64 and riscvFangrui Song3-21/+22
2022-04-08gprofng: fprintf_styled_func not inizialized for disassemblerVladimir Mezentsev2-0/+25
2022-04-08gprofng: zlib handlingVladimir Mezentsev7-23/+71
2022-04-08gdb: Avoid undefined shifts, fix Go shiftsPedro Alves2-4/+467
2022-04-08Fix undefined behavior in the Fortran, Go and Pascal number parsersPedro Alves6-44/+93
2022-04-08Debug info for function in Windows PE binary on wrong instructionNick Clifton2-1/+7
2022-04-08Pass PKG_CONFIG_PATH down from top-level MakefileSimon Marchi5-0/+17
2022-04-08gdb/testsuite: use nopie in gdb.dwarf2/dw2-inline-param.expSimon Marchi1-3/+5
2022-04-08gdb maintainer commit rightsAlan Modra1-1/+5
2022-04-08gdb/fortran: print fortran extended types with ptypeBernhard Heckel3-19/+81
2022-04-08gdb/fortran: add support for accessing fields of extended typesBernhard Heckel4-2/+242
2022-04-08gdb: add Nils-Christian Kempke to gdb/MAINTAINERSNils-Christian Kempke1-0/+1
2022-04-07gdb: change file_file_name to return an std::stringSimon Marchi3-18/+10
2022-04-08Automatic date update in version.inGDB Administrator1-1/+1
2022-04-07gdb/fortran: fix fetching assumed rank array contentAndrew Burgess3-23/+49
2022-04-07gdb/testsuite: add "macros" option to gdb_compileSimon Marchi5-48/+22
2022-04-07gdb: remove subfile::buildsym_compunit fieldSimon Marchi2-3/+0
2022-04-07[gdb/testsuite] Make gdb.base/annota1.exp more robustTom de Vries1-24/+47
2022-04-07gdb/testsuite/dwarf: simplify line number program syntaxSimon Marchi26-683/+681
2022-04-07gdb/testsuite/dwarf: remove two unused variablesSimon Marchi1-19/+0
2022-04-07gdb: remove symtab::pspaceSimon Marchi5-32/+31
2022-04-07gdb: remove symtab::objfileSimon Marchi16-45/+41
2022-04-07gdb: remove symtab::blockvectorSimon Marchi14-36/+33
2022-04-07gdb: remove symtab::dirnameSimon Marchi4-19/+12
2022-04-07gdb/testsuite: make gdb_breakpoint and runto take a linespecSimon Marchi1-11/+13
2022-04-07gdb: update comments throughout reggroups.{c,h} filesAndrew Burgess2-4/+21
2022-04-07gdb: move struct reggroup into reggroups.h headerAndrew Burgess9-57/+36
2022-04-07gdb: convert reggroup to a C++ class with constructor, etcAndrew Burgess1-18/+30