summaryrefslogtreecommitdiff
path: root/gdb/gcore.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-4/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Document the memory_tagged argument for memory region callbacksLuis Machado2022-11-231-2/+10
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-1/+1
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-1/+1
* [AArch64] MTE corefile supportLuis Machado2022-07-191-3/+80
* Unify gdb printf functionsTom Tromey2022-03-291-7/+7
* Reduce explicit use of gdb_stdoutTom Tromey2022-01-251-8/+7
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-161-1/+1
* gdb: make thread_info::suspend private, add getters / settersSimon Marchi2021-07-121-2/+2
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-3/+3
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-2/+3
* gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess2021-03-051-0/+21
* gdb: revert "gdb: unify parts of the Linux and FreeBSD core dumping code"Andrew Burgess2021-02-091-136/+0
* gdb: unify parts of the Linux and FreeBSD core dumping codeAndrew Burgess2021-02-011-0/+136
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-4/+4
* Remove the exec_bfd macroTom Tromey2020-10-291-6/+7
* Remove commented-out code from gcore.cTom Tromey2020-10-291-20/+1
* gdb: make target_ops::make_corefile_notes return a unique ptrSimon Marchi2020-10-221-1/+1
* gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi2020-10-211-2/+2
* Remove target_has_execution macroTom Tromey2020-09-281-2/+2
* Remove target_has_registers macroTom Tromey2020-09-281-1/+1
* Remove target_has_stack macroTom Tromey2020-09-281-1/+1
* Use gdb_bfd_sections in gcore_memory_sectionsTom Tromey2020-09-191-4/+6
* gdb: Implement native dumpcore functionKamil Rytarowski2020-08-141-8/+13
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-24/+22
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Use SCOPE_EXIT in write_gcore_fileTom Tromey2019-03-061-17/+3
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-2/+2
* Remove ALL_OBJSECTIONSTom Tromey2019-01-091-52/+52
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use gdb:array_view in call_function_by_hand & friendsPedro Alves2018-11-211-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Update core-related help stringsTom Tromey2018-05-241-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Removes a cleanup from gcore.cTom Tromey2017-11-261-9/+6
* Constify add_comTom Tromey2017-11-071-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-1/+1
* Use containers to avoid cleanupsTom Tromey2017-08-031-8/+5
* Introduce and use gdb::unlinkerTom Tromey2017-01-101-26/+12
* Use class to manage BFD reference countsTom Tromey2017-01-101-6/+6
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2