summaryrefslogtreecommitdiff
path: root/gdb/gcore.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Change some void* to gdb_byte*Simon Marchi2015-10-091-2/+2
* Add some more casts (1/2)Simon Marchi2015-09-251-3/+3
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-3/+10
* New common function "startswith"Gary Benson2015-03-061-3/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger2014-06-251-5/+22