689258
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
689258
From: Andrew Cagney <cagney@gnu.org>
689258
Date: Fri, 27 Oct 2017 21:07:50 +0200
689258
Subject: gdb-6.3-readnever-20050907.patch
689258
689258
;; Add readnever option
689258
;;=push
689258
689258
2004-11-18  Andrew Cagney  <cagney@gnu.org>
689258
689258
        * dwarf2read.c: Include "top.c".
689258
        (dwarf2_has_info): Check for readnever_symbol_files.
689258
        * symfile.c (readnever_symbol_files): Define.
689258
        * top.h (readnever_symbol_files): Declare.
689258
        * main.c (captured_main): Add --readnever option.
689258
        (print_gdb_help): Ditto.
689258
689258
2004-11-18  Andrew Cagney  <cagney@gnu.org>
689258
689258
        * gdb.texinfo (File Options): Document --readnever.
689258
689258
Pushed upstream: https://sourceware.org/ml/gdb-cvs/2017-12/msg00007.html
689258
689258
diff --git a/gdb/gcore.in b/gdb/gcore.in
689258
--- a/gdb/gcore.in
689258
+++ b/gdb/gcore.in
689258
@@ -97,7 +97,7 @@ for pid in "$@"
689258
 do
689258
 	# `
689258
 	# available but not accessible as GDB would get stopped on SIGTTIN.
689258
-	"$binary_path/@GDB_TRANSFORM_NAME@" 
689258
+	"$binary_path/@GDB_TRANSFORM_NAME@" 
689258
 	    -ex "set pagination off" -ex "set height 0" -ex "set width 0" \
689258
 	    "${dump_all_cmds[@]}" \
689258
 	    -ex "attach $pid" -ex "gcore $name.$pid" -ex detach -ex quit