Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappings
gdb/ChangeLog: PR corefiles/26294 * corelow.c (_initialize_corelow): Add period to help text for "maintenance print core-file-backed-mappings".
This commit is contained in:
parent
97c79e2174
commit
513487e1a8
@ -1,3 +1,9 @@
|
||||
2020-07-23 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
PR corefiles/26294
|
||||
* corelow.c (_initialize_corelow): Add period to help text
|
||||
for "maintenance print core-file-backed-mappings".
|
||||
|
||||
2020-07-23 Pedro Alves <pedro@palves.net>
|
||||
|
||||
* frame-unwind.c (frame_unwind_try_unwinder): On exception, don't
|
||||
|
||||
@ -1119,6 +1119,6 @@ _initialize_corelow ()
|
||||
add_target (core_target_info, core_target_open, filename_completer);
|
||||
add_cmd ("core-file-backed-mappings", class_maintenance,
|
||||
maintenance_print_core_file_backed_mappings,
|
||||
_("Print core file's file-backed mappings"),
|
||||
_("Print core file's file-backed mappings."),
|
||||
&maintenanceprintlist);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user