]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb
Sync top level configure and makefiles
[thirdparty/binutils-gdb.git] / gdb /
2024-01-10  Tom de Vries[gdb] Fix assertion failure for checkpoint delete 0
2024-01-10  Tom de Vries[gdb] Fix info checkpoints
2024-01-10  Tom de Vries[gdb] Make variable printed bool in info_checkpoints_co...
2024-01-10  Tom de Vriesgdb/symtab: Eliminate deferred_entry
2024-01-10  Tom de Vriesgdb/symtab: Make cooked_index_entry::parent_entry private
2024-01-10  Tom de Vriesgdb/symtab: Allow changing of added cooked_index entries
2024-01-10  Tom TromeyFix ASAN failure in DWO code
2024-01-09  Tom TromeyFix thread-less build
2024-01-09  Tom TromeyUse unrelocated_addr in dwarf2_base_index_functions...
2024-01-09  Tom TromeyBack out some parallel_for_each features
2024-01-09  Tom TromeyAvoid language-based lookups in startup path
2024-01-09  Tom TromeyOptimize lookup_minimal_symbol_text
2024-01-09  Tom TromeyLazy language setting
2024-01-09  Tom TromeyChange current_language to be a macro
2024-01-09  Tom TromeyRemove two quick_symbol_functions methods
2024-01-09  Tom TromeySimplify the public DWARF API
2024-01-09  Tom TromeyDo more DWARF reading in the background
2024-01-09  Tom TromeyChange how cooked index waits for threads
2024-01-09  Tom TromeyAdd "maint set dwarf synchronous"
2024-01-09  Tom TromeyMove cooked_index_storage to cooked-index.h
2024-01-09  Tom TromeyAdd quick_symbol_functions::compute_main_name
2024-01-09  Tom TromeyAdd deferred_warnings parameter to read_addrmap_from_ar...
2024-01-09  Tom TromeyRefactor complaint thread-safety approach
2024-01-09  Tom TromeyAdd thread-safety to gdb's BFD wrappers
2024-01-09  Tom TromeyAdd a couple of bfd_cache_close calls
2024-01-09  Tom TromeyPre-read DWZ section data
2024-01-09  Tom TromeyDon't use objfile::intern in DWO code
2024-01-08  Joseph MyersMAINTAINERS: Update my email address
2024-01-08  Tom de Vries[gdb/testsuite] Add missing -no-prompt-anchor in gdb...
2024-01-08  Tom de Vries[gdb/testsuite] Make gdb.base/solib-search.exp more...
2024-01-04  Tom de Vries[gdb/testsuite] Handle PAC marker
2024-01-04  Andrew Burgessgdb: improve error reporting from expression parser
2024-01-04  Andrew Burgessgdb: merge error handling from different expression...
2024-01-04  Andrew Burgessgdb: don't try to style content in error calls
2024-01-02  Carl LoveFix GDB reverse-step and reverse-next command behavior
2024-01-02  Carl LovePowerPC and aarch64: Fix reverse stepping failure
2024-01-02  Carl LoveAdd gdb_compile options column-info and no-column-info
2024-01-02  Guinevere Larsengdb/dwarf2: Add support for DW_LNS_set_epilogue_begin...
2023-12-31  Tom TromeyRun 'black' on tui-window.py
2023-12-31  Tom de Vries[gdb/testsuite] Fix typo in gdb.base/catch-syscall.exp
2023-12-30  Tom TromeyAdd keywords to TuiWindow.write
2023-12-30  Tom de Vries[gdb/testsuite] Fix gdb.base/gdb-index-err.exp for...
2023-12-30  Joseph MyersMAINTAINERS: Update my email address
2023-12-29  Nils-Christian Kempkedwarf, fortran: add support for DW_TAG_entry_point
2023-12-29  Nils-Christian Kempkegdb, dwarf: add assert to dwarf2_get_pc_bounds
2023-12-29  Nils-Christian Kempkegdb, dwarf: move part of dwarf2_get_pc_bounds into...
2023-12-24  Simon Marchigdb: make value::allocate_register_lazy store id of...
2023-12-24  Simon Marchigdb: remove VALUE_REGNUM, add value::regnum
2023-12-24  Simon Marchigdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id
2023-12-24  Simon Marchigdb: implement address_from_register using value_from_r...
2023-12-24  Simon Marchigdb: remove read_frame_register_value's frame parameter
2023-12-24  Simon Marchigdb: add type parameter to value::allocate_register...
2023-12-24  Simon Marchigdb: pass non-nullptr frame to gdbarch_value_from_regis...
2023-12-24  Simon Marchigdb: pass frame_info_ptr to gdbarch_value_from_register
2023-12-24  Simon Marchigdb: don't set frame id after calling cooked_read_value
2023-12-22  Tom TromeyCheck for rogue DAP exceptions in test suite
2023-12-22  Tom TromeyAvoid exception from attach in DAP
2023-12-22  Tom TromeyAdd DAP log level parameter
2023-12-22  Tom TromeyIntroduce and use DAPException
2023-12-22  Kévin Le Gouguecgdb: fix refactoring hiccup in rs6000_register_to_value
2023-12-22  Tom TromeyAdd 'program' to DAP 'attach' request
2023-12-22  Guinevere Larsengdb: add git trailer information on gdb/MAINTAINERS
2023-12-21  Tom TromeyRename TUI locator window -> status
2023-12-21  Tom TromeyRename tui-stack -> tui-status
2023-12-21  Pedro AlvesFix Clang build issue with flexible array member and...
2023-12-20  Pedro AlvesFix handling of vanishing threads that were stepping...
2023-12-20  Pedro AlvesFix thread target ID of exited waves
2023-12-20  Pedro AlvesStep over thread exit, always delete the thread non...
2023-12-20  Pedro Alvesdisplaced_step_finish: Don't fetch the regcache of...
2023-12-20  Pedro AlvesEnsure selected thread after thread exit stop
2023-12-20  Pedro Alvesgdb.threads/step-over-thread-exit.exp improvements
2023-12-20  Pedro AlvesFix bug in previous remote unique_ptr change
2023-12-20  Pedro AlvesComplete use of unique_ptr with notif_event and stop_reply
2023-12-20  Pedro AlvesMake cached_reg_t own its data
2023-12-20  Simon Marchigdb: remove stale comment and ctor in gdbarch_info
2023-12-19  Simon Marchigdb: use put_frame_register instead of put_frame_regist...
2023-12-19  Simon Marchigdb: remove stale comment in value_assign
2023-12-19  Guinevere Larsengdb: register frame_destroyed function for amd64 gdbarch
2023-12-18  Andrew Burgessgdb/testsuite: another attempt to fix gdb.threads/threa...
2023-12-16  Hannes DomaniUse function entry point record only for entry values
2023-12-16  Tom de Vries[gdb/build] Remove dependency on _rl_term_autowrap
2023-12-16  Tom de Vries[gdb/tui] Show regs when switching to regs layout
2023-12-16  Tom de Vries[gdb/tui] Use more box_width in tui-regs.c
2023-12-15  Tom TromeyRefine Ada overload matching
2023-12-15  Tom TromeyBoolify ada_type_match
2023-12-14  Andrew Burgessgdb/options: fix copy&paste error in string_option_def
2023-12-14  Simon Marchigdb/testsuite: add tests for unwinding of pseudo registers
2023-12-14  Simon Marchigdb: migrate arm to new gdbarch_pseudo_register_write
2023-12-14  Simon Marchigdb: migrate arm to gdbarch_pseudo_register_read_value
2023-12-14  Simon Marchigdb: migrate aarch64 to new gdbarch_pseudo_register_write
2023-12-14  Simon Marchigdb: add missing raw register read in aarch64_sme_pseud...
2023-12-14  Simon Marchigdb: make aarch64_za_offsets_from_regnum return za_offsets
2023-12-14  Simon Marchigdb: migrate i386 and amd64 to the new gdbarch_pseudo_r...
2023-12-14  Simon Marchigdb: add gdbarch_pseudo_register_write that takes a...
2023-12-14  Simon Marchigdb: rename gdbarch_pseudo_register_write to gdbarch_de...
2023-12-14  Simon Marchigdb: change parameter name in frame_unwind_register_uns...
2023-12-14  Simon Marchigdb: read pseudo register through frame
2023-12-14  Simon Marchigdb: add value::allocate_register
2023-12-14  Simon Marchigdb: make get_frame_register_bytes take the next frame
2023-12-14  Simon Marchigdb: make put_frame_register_bytes take the next frame
next