aboutsummaryrefslogtreecommitdiff
path: root/gdb/gcore.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-22Teach GDB to generate sparse core files (PR corefiles/31494)Pedro Alves1-4/+182
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-24/+25
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey1-4/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-23Document the memory_tagged argument for memory region callbacksLuis Machado1-2/+10
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-1/+1
2022-07-19[AArch64] MTE corefile supportLuis Machado1-3/+80
2022-03-29Unify gdb printf functionsTom Tromey1-7/+7
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-8/+7
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-1/+1
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi1-2/+2
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-3/+3
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi1-2/+3
2021-03-05gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess1-0/+21
2021-02-09gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"Andrew Burgess1-136/+0
2021-02-01gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess1-0/+136
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-4/+4
2020-10-29Remove the exec_bfd macroTom Tromey1-6/+7
2020-10-29Remove commented-out code from gcore.cTom Tromey1-20/+1
2020-10-22gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi1-1/+1
2020-10-21gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi1-2/+2
2020-09-28Remove target_has_execution macroTom Tromey1-2/+2
2020-09-28Remove target_has_registers macroTom Tromey1-1/+1
2020-09-28Remove target_has_stack macroTom Tromey1-1/+1
2020-09-19Use gdb_bfd_sections in gcore_memory_sectionsTom Tromey1-4/+6
2020-08-14gdb: Implement native dumpcore functionKamil Rytarowski1-8/+13
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-24/+22
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-03-06Use SCOPE_EXIT in write_gcore_fileTom Tromey1-17/+3
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-2/+2
2019-01-09Remove ALL_OBJSECTIONSTom Tromey1-52/+52
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-05-24Update core-related help stringsTom Tromey1-1/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-26Removes a cleanup from gcore.cTom Tromey1-9/+6
2017-11-07Constify add_comTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-1/+1
2017-08-03Use containers to avoid cleanupsTom Tromey1-8/+5