summaryrefslogtreecommitdiff
path: root/gdb/corelow.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [AArch64] MTE corefile supportLuis Machado2022-07-191-0/+62
* Fix core-file -> detach -> crash (corefiles/29275)Pedro Alves2022-07-111-6/+21
* gdbsupport: make gdb_abspath return an std::stringSimon Marchi2022-04-181-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-28/+28
* PR gdb/27570: missing support for debuginfod in core_target::build_file_mappingsAaron Merey2022-03-211-0/+28
* gdb: Add soname to build-id mapping for core filesAaron Merey2022-03-211-0/+11
* Remove fall throughs in core_target::xfer_partial.John Baldwin2022-03-171-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: Add aliases for read_core_file_mappings callbacksAaron Merey2021-11-161-1/+1
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-1/+1
* [gdb/cli] Don't assert on empty string for core-fileTom de Vries2021-08-301-1/+2
* gdb: remove gdbarch_info_initSimon Marchi2021-06-281-1/+0
* Update the core file architecture if a target description is presentLuis Machado2021-06-251-0/+15
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-1/+1
* gdb: write target description into core fileAndrew Burgess2021-03-051-0/+24
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi2020-11-191-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-7/+7
* Remove the exec_bfd macroTom Tromey2020-10-291-2/+2
* Add target_section constructorTom Tromey2020-10-291-6/+1
* Fix gdb.base/corefile2.exp regression when running Docker/AUFSLuis Machado2020-10-221-4/+10
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-5/+5
* build_section_table cannot failTom Tromey2020-10-121-3/+1
* Use a std::vector in target_section_tableTom Tromey2020-10-121-37/+21
* gdb: remove arguments from inferior_created observableSimon Marchi2020-10-021-1/+1
* Use gdb_bfd_sections in core_target_openTom Tromey2020-09-191-6/+4
* Work around incorrect/broken pathnames in NT_FILE noteKevin Buettner2020-08-311-8/+76
* Don't output null pathname in core_target::build_file_mappings warningKevin Buettner2020-08-051-1/+1
* Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappingsKevin Buettner2020-07-231-1/+1
* Add new command "maint print core-file-backed-mappings"Kevin Buettner2020-07-221-0/+87
* Use NT_FILE note section for reading core target memoryKevin Buettner2020-07-221-4/+133
* Provide access to non SEC_HAS_CONTENTS core file sectionsKevin Buettner2020-07-221-6/+41
* section_table_xfer_memory: Replace section name with callback predicateKevin Buettner2020-07-221-2/+1
* Report architecture-specific signal information for core files.John Baldwin2020-07-211-1/+4
* Don't write to inferior_ptid in corelow.cPedro Alves2020-06-181-11/+9
* Remove deprecated core file functionsChristian Biesinger2020-03-121-149/+21
* gdb: use gdb::byte_vector instead of std::vector<char> in core_target::get_co...Simon Marchi2020-01-131-1/+1
* gdb: use std::vector instead of alloca in core_target::get_core_register_sectionSimon Marchi2020-01-131-6/+5
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-4/+4
* Make target_ops::has_execution take an 'inferior *' instead of a ptid_tPedro Alves2020-01-101-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613)Sergio Durigan Junior2019-12-131-2/+2
* Core file build-id supportKeith Seitz2019-12-071-0/+25
* Remove some includes of readline.hTom Tromey2019-11-061-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-88/+0
* bfd_section_* macrosAlan Modra2019-09-191-9/+8