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

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