aboutsummaryrefslogtreecommitdiff
path: root/gdb/corelow.c
AgeCommit message (Expand)AuthorFilesLines
13 daysgdb: add overloads of gdb_abspathAndrew Burgess1-1/+1
2024-05-30gdb: remove unused includes in utils.hSimon Marchi1-0/+1
2024-05-09gdb: convert address_in_mem_range to mem_range::containsAndrew Burgess1-2/+2
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-19gdb: Introduce is_address_tagged target hookGustavo Romero1-0/+10
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-09gdb: add program_space parameter to clear_solibSimon Marchi1-1/+1
2024-02-06gdb: remove core_bfd macroSimon Marchi1-43/+53
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-17gdb: remove get_current_regcacheSimon Marchi1-1/+1
2023-10-19gdb: remove target_section_table typedefSimon Marchi1-4/+3
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+1
2023-10-04corefile/bug: Add hook to control the use of target description notes from co...Luis Machado1-19/+31
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-08-28core: Support fetching x86 XSAVE layout from architectures.John Baldwin1-0/+21
2023-08-23gdb: remove the silent parameter from exit_inferior_1 and cleanupAndrew Burgess1-1/+1
2023-07-03gdb: handle core files with .reg/0 section namesAndrew Burgess1-0/+150
2023-07-03gdb: split inferior and thread setup when opening a core fileAndrew Burgess1-33/+29
2023-06-08gdb/corelow.c: do not try to reopen a file if open failed onceLancelot SIX1-9/+18
2023-06-08gdb/corelow.c: avoid repeated warnings in build_file_mappingsLancelot SIX1-12/+5
2023-06-08gdb/corelow.c: fix use-after-free in build_file_mappingsLancelot SIX1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-07-19[AArch64] MTE corefile supportLuis Machado1-0/+62
2022-07-11Fix core-file -> detach -> crash (corefiles/29275)Pedro Alves1-6/+21
2022-04-18gdbsupport: make gdb_abspath return an std::stringSimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-28/+28
2022-03-21PR gdb/27570: missing support for debuginfod in core_target::build_file_mappingsAaron Merey1-0/+28
2022-03-21gdb: Add soname to build-id mapping for core filesAaron Merey1-0/+11
2022-03-17Remove fall throughs in core_target::xfer_partial.John Baldwin1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb: Add aliases for read_core_file_mappings callbacksAaron Merey1-1/+1
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-1/+1
2021-08-30[gdb/cli] Don't assert on empty string for core-fileTom de Vries1-1/+2
2021-06-28gdb: remove gdbarch_info_initSimon Marchi1-1/+0
2021-06-25Update the core file architecture if a target description is presentLuis Machado1-0/+15
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-1/+1
2021-03-05gdb: write target description into core fileAndrew Burgess1-0/+24
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-19gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-7/+7
2020-10-29Remove the exec_bfd macroTom Tromey1-2/+2
2020-10-29Add target_section constructorTom Tromey1-6/+1
2020-10-22Fix gdb.base/corefile2.exp regression when running Docker/AUFSLuis Machado1-4/+10
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-5/+5
2020-10-12build_section_table cannot failTom Tromey1-3/+1
2020-10-12Use a std::vector in target_section_tableTom Tromey1-37/+21
2020-10-02gdb: remove arguments from inferior_created observableSimon Marchi1-1/+1
2020-09-19Use gdb_bfd_sections in core_target_openTom Tromey1-6/+4
2020-08-31Work around incorrect/broken pathnames in NT_FILE noteKevin Buettner1-8/+76