aboutsummaryrefslogtreecommitdiff
path: root/gdb/gcore.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-10Introduce and use gdb::unlinkerTom Tromey1-26/+12
2017-01-10Use class to manage BFD reference countsTom Tromey1-6/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-1/+2
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-09Change some void* to gdb_byte*Simon Marchi1-2/+2
2015-09-25Add some more casts (1/2)Simon Marchi1-3/+3
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+10
2015-03-06New common function "startswith"Gary Benson1-3/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-25gcore, target: allow target to prepare/cleanup for/after core file generationMarkus Metzger1-5/+22
2014-06-25make_corefile_notes: have caller free returned memoryMarkus Metzger1-0/+5
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-2/+2
2014-02-19remove exec_set_find_memory_regionsTom Tromey1-3/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-1/+1
2013-08-09gcore: Make tilde-expanded filename visible.Pedro Alves1-16/+12
2013-08-08gcore: expand tilde in filename.Pedro Alves1-1/+7
2013-05-14 * gcore.c (create_gcore_bfd): Make 'filename' const.Tom Tromey1-1/+1
2013-05-07gdb/Jan Kratochvil1-2/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-20 ARI fixes: sprintf rule.Pierre Muller1-1/+2
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-11/+11
2012-08-07gdb/Jan Kratochvil1-6/+18
2012-07-23 * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.Tom Tromey1-3/+1
2012-07-23 * bfd-target.c (target_bfd_reopen): Update.Tom Tromey1-1/+2
2012-07-18 * symfile.c (symfile_bfd_open): Don't copy name. CallTom Tromey1-0/+1
2012-07-18 * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref andTom Tromey1-3/+4
2012-01-20 * gdbarch.sh (find_memory_regions): New callback.Ulrich Weigand1-2/+8
2012-01-20 * gdbarch.sh (make_corefile_notes): New architecture callback.Ulrich Weigand1-21/+23
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-2/+2
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+2
2011-01-01run copyright.sh for 2011.Joel Brobecker1-2/+2
2010-09-15 PR 4606Alan Modra1-2/+1
2010-08-31gdb/Jan Kratochvil1-3/+1