aboutsummaryrefslogtreecommitdiff
path: root/gdb/corelow.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-05Don't output null pathname in core_target::build_file_mappings warningKevin Buettner1-1/+1
2020-07-23Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappingsKevin Buettner1-1/+1
2020-07-22Add new command "maint print core-file-backed-mappings"Kevin Buettner1-0/+87
2020-07-22Use NT_FILE note section for reading core target memoryKevin Buettner1-4/+133
2020-07-22Provide access to non SEC_HAS_CONTENTS core file sectionsKevin Buettner1-6/+41
2020-07-22section_table_xfer_memory: Replace section name with callback predicateKevin Buettner1-2/+1
2020-07-21Report architecture-specific signal information for core files.John Baldwin1-1/+4
2020-06-18Don't write to inferior_ptid in corelow.cPedro Alves1-11/+9
2020-03-12Remove deprecated core file functionsChristian Biesinger1-149/+21