aboutsummaryrefslogtreecommitdiff
path: root/gdb/corelow.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-13gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_co...Simon Marchi1-1/+1
2020-01-13gdb: use std::vector instead of alloca in core_target::get_core_register_sectionSimon Marchi1-6/+5
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-4/+4
2020-01-10Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-13Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior1-2/+2
2019-12-07Core file build-id supportKeith Seitz1-0/+25
2019-11-06Remove some includes of readline.hTom Tromey1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-88/+0
2019-09-19bfd_section_* macrosAlan Modra1-9/+8
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-1/+2
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-04Fix leaks by clearing registers and frame caches.Philippe Waroquiers1-0/+2