Blame SOURCES/gdb-6.3-readnever-20050907.patch

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