Pre-read DWARF section data
[binutils-gdb.git] / gdb /
2022-04-12 Tom TromeyPre-read DWARF section data
2022-04-12 Tom TromeyIntroduce thread-safe handling for complaints
2022-04-12 Tom TromeyWire in the new DWARF indexer
2022-04-12 Tom TromeyImplement quick_symbol_functions for cooked DWARF index
2022-04-12 Tom TromeyThe new DWARF indexer
2022-04-12 Tom TromeyIntroduce the new DWARF index class
2022-04-12 Tom TromeyUpdate skip_one_die for new abbrev properties
2022-04-12 Tom TromeyStatically examine abbrev properties
2022-04-12 Tom TromeyIntroduce DWARF abbrev cache
2022-04-12 Tom TromeyAdd "fullname" handling to file_and_directory
2022-04-12 Tom TromeyAdd batching parameter to parallel_for_each
2022-04-12 Tom TromeyRefactor build_type_psymtabs_reader
2022-04-12 Tom TromeyAdd new overload of dwarf5_djb_hash
2022-04-12 Tom TromeyAdd name splitting
2022-04-12 Tom TromeyLet skip_one_die not skip children
2022-04-12 Tom TromeyAllow ada_decode not to decode operators
2022-04-12 Tom TromeyRefactor dwarf2_get_pc_bounds
2022-04-12 Tom TromeyAdd dwarf2_per_cu_data::addresses_seen
2022-04-12 Tom TromeyFix latent bug in read_addrmap_from_aranges
2022-04-12 Tom TromeySplit create_addrmap_from_aranges
2022-04-12 Tom TromeyAllow thread-pool.h to work without threads
2022-04-12 Tom de Vries[gdb/testsuite] Fix gdb.base/stap-probe.exp with read1
2022-04-12 Tom TromeyAdd C++ "save gdb-index" test
2022-04-12 Tom TromeyRemove "Ada Settings" node from the manual
2022-04-12 Tom TromeyRequire GNAT debug info for some Ada tests
2022-04-11 John Baldwini386-fbsd-nat: Remove two unused variables.
2022-04-11 Simon Marchigdb: remove MSYMBOL_TARGET_FLAG_{1,2} macros
2022-04-11 Simon Marchigdb: remove minimal symbol size macros
2022-04-11 Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-11 Nils-Christian Kempkegdb/doc: add section about Fortran intrinsic functions...
2022-04-11 Nils-Christian Kempkegdb/fortran/testsuite: add complex from integers test
2022-04-11 Nils-Christian Kempkegdb/fortran: rewrite intrinsic handling and add some...
2022-04-11 Nils-Christian Kempkegdb/fortran: rename f77_keywords to f_keywords
2022-04-11 Nils-Christian Kempkegdb/fortran: Change GDB print for fortran default types
2022-04-11 Nils-Christian Kempkegdb/fortran: clean-up Fortran intrinsic types
2022-04-11 Nils-Christian Kempkegdb/fortran: change default logical type to builtin_logical
2022-04-11 Nils-Christian Kempkegdb/fortran: reformat build_fortran_types in f-lang.c
2022-04-11 Nils-Christian Kempkegdb/fortran: fix complex type in Fortran builtin types
2022-04-11 Nils-Christian Kempkegdb/f-lang: remove hidden ^L characters
2022-04-11 Nils-Christian Kempkegdb/f-lang: add Integer*1 to Fortran builtin types
2022-04-11 Tom de Vries[gdb/testsuite] Fix gdb.base/annota1.exp with pie
2022-04-11 Tom de Vries[gdb/testsuite] Fix gdb.dwarf2/dw2-lines.exp for m32 pie
2022-04-09 Tom TromeyRemove MSYMBOL_VALUE_CHAIN
2022-04-08 Pedro Alvesgdb: Avoid undefined shifts, fix Go shifts
2022-04-08 Pedro AlvesFix undefined behavior in the Fortran, Go and Pascal...
2022-04-08 Simon Marchigdb/testsuite: use nopie in gdb.dwarf2/dw2-inline-param.exp
2022-04-08 Bernhard Heckelgdb/fortran: print fortran extended types with ptype
2022-04-08 Bernhard Heckelgdb/fortran: add support for accessing fields of extend...
2022-04-08 Nils-Christian Kempkegdb: add Nils-Christian Kempke to gdb/MAINTAINERS
2022-04-08 Simon Marchigdb: change file_file_name to return an std::string
2022-04-07 Andrew Burgessgdb/fortran: fix fetching assumed rank array content
2022-04-07 Simon Marchigdb/testsuite: add "macros" option to gdb_compile
2022-04-07 Simon Marchigdb: remove subfile::buildsym_compunit field
2022-04-07 Tom de Vries[gdb/testsuite] Make gdb.base/annota1.exp more robust
2022-04-07 Simon Marchigdb/testsuite/dwarf: simplify line number program syntax
2022-04-07 Simon Marchigdb/testsuite/dwarf: remove two unused variables
2022-04-07 Simon Marchigdb: remove symtab::pspace
2022-04-07 Simon Marchigdb: remove symtab::objfile
2022-04-07 Simon Marchigdb: remove symtab::blockvector
2022-04-07 Simon Marchigdb: remove symtab::dirname
2022-04-07 Simon Marchigdb/testsuite: make gdb_breakpoint and runto take a...
2022-04-07 Andrew Burgessgdb: update comments throughout reggroups.{c,h} files
2022-04-07 Andrew Burgessgdb: move struct reggroup into reggroups.h header
2022-04-07 Andrew Burgessgdb: convert reggroup to a C++ class with constructor...
2022-04-07 Andrew Burgessgdb: make the pre-defined register groups const
2022-04-07 Andrew Burgessgdb: more 'const' in gdb/reggroups.{c,h}
2022-04-07 Andrew Burgessgdb: remove reggroup_next and reggroup_prev
2022-04-07 Andrew Burgessgdb: convert reggroups to use a std::vector
2022-04-07 Andrew Burgessgdb: always add the default register groups
2022-04-07 Andrew Burgessgdb/tui: fix 'tui reg next/prev' command when data...
2022-04-07 Andrew Burgessgdb/tui: avoid theoretical bug with 'tui reg' command
2022-04-07 Andrew Burgessgdb: have reggroup_find return a const
2022-04-07 Andrew Burgessgdb: use 'const reggroup *' in python/py-registers...
2022-04-07 Andrew Burgessgdb: switch to using 'const reggroup *' in tui-regs...
2022-04-07 Andrew Burgessgdb: make gdbarch_register_reggroup_p take a const...
2022-04-07 Andrew Burgessgdb: add some const in gdb/reggroups.c
2022-04-07 Andrew Burgessgdb: don't try to use readline before it's initialized
2022-04-06 Youling Tanggdb: mips: Fix the handling of complex type of function...
2022-04-06 Tom TromeyUse new and delete in jit.c
2022-04-06 Simon Marchigdb: don't copy entirely optimized out values in value_copy
2022-04-06 Tiezhu Yanggdb: LoongArch: prepend tramp frame unwinder for signal
2022-04-06 Andrew Burgessgdb: make interp_add static
2022-04-06 Luis MachadoEnable ARMv8.1-m PACBTI support
2022-04-06 Andrew Burgessgdb: move gdb_disassembly_flag into a new disasm-flags...
2022-04-05 Tom TromeyIntroduce wrapped_file
2022-04-05 Tom TromeyDon't call init_thread_list in windows-nat.c
2022-04-05 Simon Marchigdb/testsuite: fix intermittent failure in gdb.base...
2022-04-05 Simon Marchigdb/testsuite: fix intermittent failures in gdb.mi...
2022-04-05 Luis MachadoFix qRcmd error code parsing
2022-04-05 Simon Marchigdb: resume ongoing step after handling fork or vfork
2022-04-05 Simon Marchigdb/remote: remove_new_fork_children don't access targe...
2022-04-05 Simon Marchigdb: fix handling of vfork by multi-threaded program...
2022-04-05 Simon Marchigdb/infrun: add logging statement to do_target_resume
2022-04-05 Simon Marchigdb/infrun: add inferior parameters to stop_all_threads...
2022-04-05 Simon Marchigdb: replace inferior::waiting_for_vfork_done with...
2022-04-05 Simon Marchigdb: make timestamped_file implement write_async_safe
2022-04-04 Andrew Burgessgdb/testsuite: fix timeout in server-pipe.exp test
2022-04-04 John BaldwinHandle TLS variable lookups when using separate debug...
2022-04-04 Lancelot SIXgdb: Add maint set ignore-prologue-end-flag
next