GDB PowerPC record test cases for ISA 2.06 and ISA 3.1
[binutils-gdb.git] / gdb /
2022-04-26 Carl LoveGDB PowerPC record test cases for ISA 2.06 and ISA 3.1
2022-04-26 Carl LoveAdd recording support for the ISA 3.1 PowerPC instructions.
2022-04-26 Tom TromeyHandle encoding failures in Windows thread names
2022-04-26 John Baldwinbsd-kvm: Fix build after recent changes to path handlin...
2022-04-26 Simon Marchigdb: make some random Python files Python 3-compatible
2022-04-26 Carl LovePowerPC: Update expected floating point output for...
2022-04-25 Tom TromeyDo not put linkage names into .gdb_index
2022-04-25 rupothargdb/fortran: Support for assumed rank zero
2022-04-25 Lancelot SIXgdb/infrun: assert !step_over_info_valid_p in restart_t...
2022-04-24 Andrew Burgessgdb: move setbuf calls out of gdb_readline_no_editing_c...
2022-04-22 Simon Marchigdb: handle_no_resumed: only update thread list of...
2022-04-22 Andrew Burgessgdb: handle bracketed-paste-mode and EOF correctly
2022-04-22 Andrew Burgessgdb: improved EOF handling when using readline 7
2022-04-22 Simon Marchigdb: prune inferiors at end of fetch_inferior_event...
2022-04-22 Tom TromeyUn-break the coff-pe-read.c build
2022-04-22 Tom TromeyMore const use and alloca avoidance in coff-pe-read.c
2022-04-22 Tom TromeyUse std::string in coff-pe-read.c
2022-04-22 Tom TromeyRemove a const-removing cast from coff-pe-read.c
2022-04-22 Tom TromeySimplify BFD section iteration in coff-pe-read.c
2022-04-22 Tom TromeyFix method naming bug in new DWARF indexer
2022-04-21 Carl LoveFix for gdb.base/solib-search.exp test.
2022-04-21 Simon Marchigdb/dwarf: remove line_header::header_length field
2022-04-21 Simon Marchigdb/dwarf: remove line_header::total_length field
2022-04-21 Simon Marchigdb/testsuite: fix "set temporary breakpoint" DUPLICATEs
2022-04-21 Tom TromeyAlways use dwarf2_initialize_objfile
2022-04-21 Andrew Burgessgdb: fix 'remote show FOO-packet' aliases
2022-04-21 Simon Marchigdbsupport: add path_join function
2022-04-21 Lancelot SIXgdb_spawn_attach_cmdline: use unsupported instead of...
2022-04-21 Enze Ligdb/testsuite: add binary testcases to py-format-string.exp
2022-04-21 Pedro Alvesgdb.debuginfod/fetch_src_and_symbols.exp: Fix "notice...
2022-04-20 Aaron Mereygdb/debuginfod: Prevent out_of_range exception
2022-04-20 Lancelot SIXgdb/testsuite: Introduce and use gdb_spawn_attach_cmdline
2022-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-20 Tom TromeyReplace symbol_arch with symbol::arch
2022-04-20 Tom TromeyReplace symbol_objfile with symbol::objfile
2022-04-20 Tom TromeyRemove symbol::aclass_index
2022-04-20 Tom TromeyUse array_view for symbol_impls
2022-04-20 Tom TromeyAdd accessors for symbol's artificial field
2022-04-20 Tom TromeyUnify the DWARF index holders
2022-04-20 Tom TromeyAdd an ad hoc version check to dwarf_scanner_base
2022-04-20 Tom TromeySimplify version check in dw2_symtab_iter_next
2022-04-20 Tom TromeyIntroduce and use dwarf_scanner_base
2022-04-20 Tom TromeyIntroduce readnow_functions
2022-04-20 Tom TromeyRemove some "OBJF_READNOW" code from dwarf2_debug_names...
2022-04-20 Tom TromeyLet mapped index classes create the quick_symbol_functi...
2022-04-20 Tom TromeyGive mapped_index_base a virtual destructor
2022-04-20 Tom TromeyMove mapped_index_base to new header file
2022-04-20 Tom TromeyUse symbol_symtab accessor in compile-object-load.c
2022-04-20 Tom TromeyMicro-optimize cooked_index_entry::full_name
2022-04-20 Tiezhu Yanggdb: LoongArch: Implement loongarch_scan_prologue()
2022-04-19 Lancelot SIXgdb/selftest-arch: Make register_test_foreach_arch...
2022-04-19 Lancelot SIXgdbsupport/selftest: Replace for_each_selftest with...
2022-04-18 Simon Marchigdb/testsuite/dwarf: don't automatically add directory...
2022-04-18 Simon Marchigdbsupport: make gdb_realpath_keepfile return an std...
2022-04-18 Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-04-18 Simon Marchigdb: call gdb_tilde_expand instead of gdb_tilde_expand_...
2022-04-18 Tom TromeyFix C++ cast of derived class to base class
2022-04-18 Simon Marchigdb/testsuite: make gdb.ada/mi_prot.exp stop at expecte...
2022-04-18 Vignesh Balasubram... gdb/testsuite: add text_segment option to gdb_compile
2022-04-18 Enze Ligdb: fix using clear command to delete non-user breakpo...
2022-04-16 Tom TromeyAdd comments to dwarf2/abbrev-cache.h
2022-04-15 Tom TromeyReturn void from gdb_putc
2022-04-15 Tom TromeyHandle "set height 1"
2022-04-15 Tom TromeyAllow word wrapping even when paging is disabled
2022-04-15 Tom TromeyImplement value_print for Rust
2022-04-15 Tom TromeyReimplement Rust slice printing
2022-04-15 Tom TromeyRemove some dead code from the Rust value printer
2022-04-15 Tom TromeyMatch rustc beta versions
2022-04-15 Tom de Vries[gdb/testsuite] Fix gdb.ada/float-bits.exp with -m32
2022-04-15 Tom TromeyRemove WITH_SIM define
2022-04-15 Tom de Vries[gdb/testsuite] Fix gdb.go/methods.exp with check-readmore
2022-04-14 Tom TromeyIgnore 0,0 entries in .debug_aranges
2022-04-14 Tom TromeyUse GetThreadDescription on Windows
2022-04-14 Tom TromeyShare handle_ms_vc_exception with gdbserver
2022-04-14 Tom TromeyMove target_read_string to target/target.c
2022-04-14 Tom TromeyRemove the byte order parameter to target_read_string
2022-04-14 Tom TromeyRename read_string
2022-04-14 Tom TromeyDon't call QUIT in read_string
2022-04-14 Tom TromeyFix possible Cygwin build problem
2022-04-14 Lancelot SIXgdb/testsuite: Fix race in gdb.dwarf2/calling-conventio...
2022-04-14 Tom TromeySilence -Wmaybe-uninitialized warning from target_waits...
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
next