summaryrefslogtreecommitdiff
path: root/gdb/gcore.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* make_corefile_notes: have caller free returned memoryMarkus Metzger2014-06-251-0/+5
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-2/+2
* remove exec_set_find_memory_regionsTom Tromey2014-02-191-3/+3
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-1/+1
* gcore: Make tilde-expanded filename visible.Pedro Alves2013-08-091-16/+12
* gcore: expand tilde in filename.Pedro Alves2013-08-081-1/+7
* * gcore.c (create_gcore_bfd): Make 'filename' const.Tom Tromey2013-05-141-1/+1
* gdb/Jan Kratochvil2013-05-071-2/+3
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* ARI fixes: sprintf rule.Pierre Muller2012-11-201-1/+2
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-11/+11
* gdb/Jan Kratochvil2012-08-071-6/+18
* * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey2012-07-231-3/+1
* * bfd-target.c (target_bfd_reopen): Update.Tom Tromey2012-07-231-1/+2
* * symfile.c (symfile_bfd_open): Don't copy name. CallTom Tromey2012-07-181-0/+1
* * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey2012-07-181-3/+4
* * gdbarch.sh (find_memory_regions): New callback.Ulrich Weigand2012-01-201-2/+8
* * gdbarch.sh (make_corefile_notes): New architecture callback.Ulrich Weigand2012-01-201-21/+23