From: Sergio Durigan Junior Date: Sat, 23 Feb 2019 15:05:19 +0000 (-0500) Subject: Use '--readnever' when invoking GDB from gcore.in X-Git-Tag: gdb-8.3-release~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a6a85134d78531c6adb72a888844f7cfa3a5c56;p=external%2Fbinutils.git Use '--readnever' when invoking GDB from gcore.in Back when I proposed the '--readnever' feature, I somehow forgot or decided not to include the bits related to gcore.in in the original patch. This patch finally updates the gcore script to invoke GDB using '--readnever'. We've been carrying this patch on Fedora GDB for quite some time, and as expected the corefiles generated by gcore on Fedora don't have problems, which I think is the best indicator that the it's safe to generate corefiles using '--readnever'. gdb/ChangeLog: 2019-02-23 Sergio Durigan Junior * gcore.in: Add '--readnever' option when invoking GDB. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6a551df..9a57402 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-02-23 Sergio Durigan Junior + + * gcore.in: Add '--readnever' option when invoking GDB. + 2019-02-22 Simon Marchi * MAINTAINERS: Update my email address. diff --git a/gdb/gcore.in b/gdb/gcore.in index 2560239..b9770ea 100644 --- a/gdb/gcore.in +++ b/gdb/gcore.in @@ -97,7 +97,8 @@ for pid in "$@" do # `