Blame SOURCES/gdb-rhbz1842691-corefile-mem-access-15of15.patch

be07d7
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
be07d7
From: Keith Seitz <keiths@redhat.com>
be07d7
Date: Tue, 28 Jul 2020 09:49:56 -0400
be07d7
Subject: gdb-rhbz1842691-corefile-mem-access-15of15.patch
be07d7
be07d7
;; Add period to help text for maint print core-file-backed-mappings
be07d7
;; Kevin Buettner, RH BZ 1842961
be07d7
be07d7
   Author: Kevin Buettner <kevinb@redhat.com>
be07d7
   Date:   Thu Jul 23 13:26:44 2020 -0700
be07d7
be07d7
    Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappings
be07d7
be07d7
    gdb/ChangeLog:
be07d7
be07d7
    	PR corefiles/26294
be07d7
    	* corelow.c (_initialize_corelow): Add period to help text
be07d7
    	for "maintenance print core-file-backed-mappings".
be07d7
be07d7
diff --git a/gdb/corelow.c b/gdb/corelow.c
be07d7
--- a/gdb/corelow.c
be07d7
+++ b/gdb/corelow.c
be07d7
@@ -1388,6 +1388,6 @@ Show whether CORE-FILE loads the build-id associated files automatically."),
be07d7
 			   &setlist, &showlist);
be07d7
   add_cmd ("core-file-backed-mappings", class_maintenance,
be07d7
            maintenance_print_core_file_backed_mappings,
be07d7
-	   _("Print core file's file-backed mappings"),
be07d7
+	   _("Print core file's file-backed mappings."),
be07d7
 	   &maintenanceprintlist);
be07d7
 }