summaryrefslogtreecommitdiff
path: root/gdb/gcore.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-11-23Document the memory_tagged argument for memory region callbacksLuis Machado
2022-10-10Change GDB to use frame_info_ptrTom Tromey
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey
2022-07-19[AArch64] MTE corefile supportLuis Machado
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess
2021-07-12gdb: make thread_info::suspend private, add getters / settersSimon Marchi
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi
2021-05-27gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi
2021-03-05gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess
2021-02-09gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"Andrew Burgess
2021-02-01gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-29Remove the exec_bfd macroTom Tromey
2020-10-29Remove commented-out code from gcore.cTom Tromey
2020-10-22gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi
2020-10-21gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi
2020-09-28Remove target_has_execution macroTom Tromey
2020-09-28Remove target_has_registers macroTom Tromey
2020-09-28Remove target_has_stack macroTom Tromey
2020-09-19Use gdb_bfd_sections in gcore_memory_sectionsTom Tromey
2020-08-14gdb: Implement native dumpcore functionKamil Rytarowski
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-09-19bfd_section_* macrosAlan Modra
2019-07-09Rename common to gdbsupportTom Tromey
2019-03-06Use SCOPE_EXIT in write_gcore_fileTom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey
2019-01-09Remove ALL_OBJSECTIONSTom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves
2018-07-03Remove ptid_get_pidTom Tromey
2018-05-24Update core-related help stringsTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-26Removes a cleanup from gcore.cTom Tromey
2017-11-07Constify add_comTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Stop assuming no-debug-info functions return intPedro Alves
2017-08-03Use containers to avoid cleanupsTom Tromey
2017-01-10Introduce and use gdb::unlinkerTom Tromey
2017-01-10Use class to manage BFD reference countsTom Tromey