aboutsummaryrefslogtreecommitdiff
path: root/gdb/corelow.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-09Consistently use bool for fake_pid_pTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-06Revert the header-sorting patchTom Tromey1-22/+18
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-18/+22
2019-03-13Change pid_to_str to return std::stringTom Tromey1-5/+3
2019-02-15Add push_target overloadTom Tromey1-2/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-22corelow.c does not need sys/file.hTom Tromey1-3/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves1-0/+3
2018-11-30Introduce process_stratum_targetPedro Alves1-3/+2
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-6/+0
2018-08-13Split size in regset section iteratorsAlan Hayward1-2/+8
2018-08-10Rename size in get_core_register_sectionAlan Hayward1-4/+4