aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-04-12Parallelize DWARF indexingTom Tromey4-88/+289
2022-04-12Pre-read DWARF section dataTom Tromey2-122/+103
2022-04-12Introduce thread-safe handling for complaintsTom Tromey2-2/+99
2022-04-12Wire in the new DWARF indexerTom Tromey1-59/+146
2022-04-12Implement quick_symbol_functions for cooked DWARF indexTom Tromey2-0/+281
2022-04-12The new DWARF indexerTom Tromey2-2/+818
2022-04-12Introduce the new DWARF index classTom Tromey3-0/+532
2022-04-12Update skip_one_die for new abbrev propertiesTom Tromey1-0/+18
2022-04-12Statically examine abbrev propertiesTom Tromey2-2/+159
2022-04-12Introduce DWARF abbrev cacheTom Tromey5-3/+130
2022-04-12Add "fullname" handling to file_and_directoryTom Tromey2-0/+60
2022-04-12Add batching parameter to parallel_for_eachTom Tromey2-3/+3
2022-04-12Refactor build_type_psymtabs_readerTom Tromey1-12/+7
2022-04-12Add new overload of dwarf5_djb_hashTom Tromey2-0/+18
2022-04-12Add name splittingTom Tromey4-0/+165
2022-04-12Let skip_one_die not skip childrenTom Tromey1-6/+10
2022-04-12Allow ada_decode not to decode operatorsTom Tromey2-7/+12
2022-04-12Refactor dwarf2_get_pc_boundsTom Tromey1-20/+29
2022-04-12Add dwarf2_per_cu_data::addresses_seenTom Tromey2-0/+7
2022-04-12Fix latent bug in read_addrmap_from_arangesTom Tromey1-2/+3
2022-04-12Split create_addrmap_from_arangesTom Tromey1-17/+32
2022-04-12Allow thread-pool.h to work without threadsTom Tromey1-4/+1
2022-04-12[gdb/testsuite] Fix gdb.base/stap-probe.exp with read1Tom de Vries1-2/+2
2022-04-12Add C++ "save gdb-index" testTom Tromey2-0/+64
2022-04-12Remove "Ada Settings" node from the manualTom Tromey1-32/+0
2022-04-12Require GNAT debug info for some Ada testsTom Tromey5-0/+25
2022-04-11i386-fbsd-nat: Remove two unused variables.John Baldwin1-6/+0
2022-04-11gdb: remove MSYMBOL_TARGET_FLAG_{1,2} macrosSimon Marchi6-17/+51
2022-04-11gdb: remove minimal symbol size macrosSimon Marchi9-33/+46
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-09Remove MSYMBOL_VALUE_CHAINTom Tromey1-1/+0
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-08gdb/testsuite: use nopie in gdb.dwarf2/dw2-inline-param.expSimon Marchi1-3/+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