Fix regression on Windows with WOW64
[binutils-gdb.git] / gdb /
2022-04-14 Tom TromeyFix regression on Windows with WOW64
2022-04-14 Tom TromeyReorganize Python events documentation
2022-04-14 Simon Marchigdb: remove move constructor and move assignment operat...
2022-04-14 Tom TromeyLet std::thread check pass even without pthreads
2022-04-14 Tom de Vries[gdb/testsuite] Detect 'No MPX support'
2022-04-13 Simon Marchigdb: add ATTRIBUTE_PRINTF to complaint_interceptor...
2022-04-13 Simon Marchigdb: fix clang build failure in msymbol_is_mips
2022-04-13 Pedro AlvesTidy gdb.base/parse_number.exp
2022-04-12 Tom TromeyFix bug in Ada number lexing
2022-04-12 Simon Marchigdb: fix "passing NULL to memcpy" UBsan error in dwarf2...
2022-04-12 Simon Marchigdb: change subfile::line_vector to an std::vector
2022-04-12 Simon Marchigdb: use std::vector for temporary linetable_entry...
2022-04-12 Simon Marchigdb: change subfile::name and buildsym_compunit::m_comp...
2022-04-12 Simon Marchigdb: allocate subfile with new
2022-04-12 Simon Marchigdb: use decltype instead of typeof in dwarf2/read.c
2022-04-12 Tom TromeyRemove dwarf2_per_cu_data::v
2022-04-12 Tom TromeyDelete DWARF psymtab code
2022-04-12 Tom TromeyEnable the new DWARF indexer
2022-04-12 Tom TromeyAdapt .debug_names writer to new DWARF scanner
2022-04-12 Tom TromeyAdapt .gdb_index writer to new DWARF scanner
2022-04-12 Tom TromeyGenericize addrmap handling in the DWARF index writer
2022-04-12 Tom TromeyChange parameters to write_address_map
2022-04-12 Tom TromeyChange the key type in psym_index_map
2022-04-12 Tom TromeyRename write_psymtabs_to_index
2022-04-12 Tom Tromey"Finalize" the DWARF index in the background
2022-04-12 Tom TromeyParallelize DWARF indexing
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...
next