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
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2020-07-23 Pedro Alves <pedro@palves.net>
|
||||||
|
|
||||||
* frame-unwind.c (frame_unwind_try_unwinder): On exception, don't
|
* 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_target (core_target_info, core_target_open, filename_completer);
|
||||||
add_cmd ("core-file-backed-mappings", class_maintenance,
|
add_cmd ("core-file-backed-mappings", class_maintenance,
|
||||||
maintenance_print_core_file_backed_mappings,
|
maintenance_print_core_file_backed_mappings,
|
||||||
_("Print core file's file-backed mappings"),
|
_("Print core file's file-backed mappings."),
|
||||||
&maintenanceprintlist);
|
&maintenanceprintlist);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue