Remove path name from test case
[binutils-gdb.git] / gdb / corelow.c
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 BrobeckerCopyright Year update after running gdb/copyright.py
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
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-06 Tom TromeyRevert the header-sorting patch
2019-04-06 Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-13 Tom TromeyChange pid_to_str to return std::string
2019-02-15 Tom TromeyAdd push_target overload
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-23 Tom Tromeycorelow.c does not need sys/file.h
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-30 Pedro AlvesConvert default_child_has_foo functions to process_stra...
2018-11-30 Pedro AlvesIntroduce process_stratum_target
2018-11-22 Pedro AlvesPer-inferior thread list, thread ranges/iterators,...
2018-08-13 Alan HaywardSplit size in regset section iterators
2018-08-10 Alan HaywardRename size in get_core_register_section
2018-07-22 Tom TromeySimple unused variable removals
2018-07-03 Tom TromeyRemove ptid_equal
2018-07-03 Tom TromeyRemove ptid_get_lwp
2018-07-03 Tom TromeyRemove pid_to_ptid
2018-07-03 Tom TromeyRemove ptid_build
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-06-07 Pedro Alvestarget_ops::beneath -> target_ops::beneath()
2018-05-30 Simon MarchiRemove regcache_raw_supply
2018-05-30 Simon MarchiRemove regcache_register_status
2018-05-16 Tom TromeyMake "cbfd" a gdb_bfd_ref_ptr
2018-05-11 Pedro AlvesHeap-allocate core_target instances
2018-05-11 Pedro AlvesEliminate the 'the_core_target' global
2018-05-02 Pedro Alvestarget factories, target open and multiple instances...
2018-05-02 Pedro Alvestarget_ops: Use bool throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-01-19 Simon MarchiPass inferior down to target_detach and to_detach
2018-01-19 Simon MarchiRemove args from target detach
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-10-25 Yao Qis/get_regcache_arch (regcache)/regcache->arch ()/g
2017-09-09 John BaldwinRemove unnecessary function prototypes.
next