]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/corelow.c
sim: ppc: use correct macros
[thirdparty/binutils-gdb.git] / gdb / corelow.c
8 days ago  Simon Marchigdb/progspace: add solib_ops pointer in program_space
8 days ago  Tom TromeyChange file initialization to use INIT_GDB_FILE macro
2025-05-29  Simon Marchigdb/solib: move solist.h content to solib.h
2025-05-15  Andreas Schwabgdb: rename ldirname to gdb_ldirname
2025-04-11  Andrew Burgessgdb: silence some 'Can't open file' warnings from core...
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-18  Andrew Burgessgdb: split up construct_inferior_arguments
2025-03-18  Tom TromeyUse gdb unordered set and map in corelow.c
2025-02-07  Tom de Vries[gdb/corefiles] Fix segfault in core_target_open
2025-01-17  Andrew Burgessgdb: quote inferior arguments, if needed, when opening...
2024-12-24  Andrew Burgessgdb: improve GDB's ability to auto-load the exec for...
2024-12-24  Andrew Burgessgdb: parse and set the inferior environment from core...
2024-12-24  Andrew Burgessgdb: add gdbarch method to get execution context from...
2024-12-09  Andrew Burgessgdb: make core_target_open static
2024-11-23  Tom de Vries[gdb/contrib] Add two rules in common-misspellings.txt
2024-11-10  Andrew Burgessgdb: add extension hook ext_lang_find_objfile_from_buildid
2024-11-10  Andrew Burgessgdb: use mapped file information to improve debuginfod...
2024-10-08  Tom TromeyUse ui-out tables for info proc mappings
2024-09-10  Tom de Vries[gdb/build] Fix unused var in corelow.c
2024-09-07  Andrew Burgessgdb: 'target ...' commands now expect quoted/escaped...
2024-09-07  Andrew Burgessgdb: deprecated filename_completer and associated functions
2024-09-07  Andrew Burgessgdb: unify build-id to objfile lookup code
2024-09-07  Andrew Burgessgdb: improve shared library build-id check for core...
2024-09-07  Andrew Burgessgdb/corefile: improve file backed mapping handling
2024-09-07  Andrew Burgessgdb/corefile: don't pretend unavailable sections are...
2024-06-27  Andrew Burgessgdb: add overloads of gdb_abspath
2024-05-31  Simon Marchigdb: remove unused includes in utils.h
2024-05-09  Andrew Burgessgdb: convert address_in_mem_range to mem_range::contains
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-19  Gustavo Romerogdb: Introduce is_address_tagged target hook
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-09  Simon Marchigdb: add program_space parameter to clear_solib
2024-02-06  Simon Marchigdb: remove core_bfd macro
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-10-19  Simon Marchigdb: remove target_section_table typedef
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-10-04  Luis Machadocorefile/bug: Add hook to control the use of target...
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-08-28  John Baldwincore: Support fetching x86 XSAVE layout from architectures.
2023-08-23  Andrew Burgessgdb: remove the silent parameter from exit_inferior_1...
2023-07-03  Andrew Burgessgdb: handle core files with .reg/0 section names
2023-07-03  Andrew Burgessgdb: split inferior and thread setup when opening a...
2023-06-08  Lancelot SIXgdb/corelow.c: do not try to reopen a file if open...
2023-06-08  Lancelot SIXgdb/corelow.c: avoid repeated warnings in build_file_ma...
2023-06-08  Lancelot SIXgdb/corelow.c: fix use-after-free in build_file_mappings
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-07-19  Luis Machado[AArch64] MTE corefile support
2022-07-11  Pedro AlvesFix core-file -> detach -> crash (corefiles/29275)
2022-04-18  Simon Marchigdbsupport: make gdb_abspath return an std::string
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-21  Aaron MereyPR gdb/27570: missing support for debuginfod in core_ta...
2022-03-21  Aaron Mereygdb: Add soname to build-id mapping for core files
2022-03-17  John BaldwinRemove fall throughs in core_target::xfer_partial.
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-17  Aaron Mereygdb: Add aliases for read_core_file_mappings callbacks
2021-09-30  Simon Marchigdbsupport: make gdb_open_cloexec return scoped_fd
2021-08-30  Tom de Vries[gdb/cli] Don't assert on empty string for core-file
2021-06-28  Simon Marchigdb: remove gdbarch_info_init
2021-06-25  Luis MachadoUpdate the core file architecture if a target descripti...
2021-03-23  Simon Marchigdb: remove push_target free functions
2021-03-23  Simon Marchigdb: remove unpush_target free function
2021-03-05  Andrew Burgessgdb: write target description into core file
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-19  Simon Marchigdb: remove `other` parameter in read_core_file_mapping...
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29  Tom TromeyRemove the exec_bfd macro
2020-10-29  Tom TromeyAdd target_section constructor
2020-10-22  Luis MachadoFix gdb.base/corefile2.exp regression when running...
2020-10-13  Tom TromeyChange target_section_table to std::vector alias
2020-10-13  Tom Tromeybuild_section_table cannot fail
2020-10-13  Tom TromeyUse a std::vector in target_section_table
2020-10-02  Simon Marchigdb: remove arguments from inferior_created observable
2020-09-19  Tom TromeyUse gdb_bfd_sections in core_target_open
2020-09-01  Kevin BuettnerWork around incorrect/broken pathnames in NT_FILE note
2020-08-06  Kevin BuettnerDon't output null pathname in core_target::build_file_m...
2020-07-23  Kevin BuettnerFix BZ 26294 - Add period to help text for maint print...
2020-07-22  Kevin BuettnerAdd new command "maint print core-file-backed-mappings"
2020-07-22  Kevin BuettnerUse NT_FILE note section for reading core target memory
2020-07-22  Kevin BuettnerProvide access to non SEC_HAS_CONTENTS core file sections
2020-07-22  Kevin Buettnersection_table_xfer_memory: Replace section name with...
2020-07-22  John BaldwinReport architecture-specific signal information for...
2020-06-18  Pedro AlvesDon't write to inferior_ptid in corelow.c
2020-03-12  Christian BiesingerRemove deprecated core file functions
2020-01-13  Simon Marchigdb: use gdb::byte_vector instead of std::vector<char...
2020-01-13  Simon Marchigdb: use std::vector instead of alloca in core_target...
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-10  Pedro AlvesMulti-target support
2020-01-10  Pedro AlvesMake target_ops::has_execution take an 'inferior *...
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-14  Sergio Durigan JuniorGuard against 'current_directory == NULL' on gdb_abspat...
2019-12-07  Keith SeitzCore file build-id support
2019-11-06  Tom TromeyRemove some includes of readline.h
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-09-20  Ulrich WeigandRemove Cell Broadband Engine debugging support
2019-09-19  Alan Modrabfd_section_* macros
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-05-04  Philippe WaroquiersFix leaks by clearing registers and frame caches.
2019-04-09  Tom TromeyConsistently use bool for fake_pid_p
next