mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 01:53:38 +08:00
Clean up opaque-type-resolution help
The opaque-type-resolution help says "if set before loading symbols", but I don't think this is accurate. As far as I know, this resolution can be done at any time. This patch cleans up the help, also shortening it to less than 80 characters. Approved-By: Eli Zaretskii <eliz@gnu.org>
This commit is contained in:
parent
fc55e99ad7
commit
0fd0f22300
@ -6185,10 +6185,10 @@ _initialize_gdbtypes ()
|
||||
/* Add user knob for controlling resolution of opaque types. */
|
||||
add_setshow_boolean_cmd ("opaque-type-resolution", class_support,
|
||||
&opaque_type_resolution,
|
||||
_("Set resolution of opaque struct/class/union"
|
||||
" types (if set before loading symbols)."),
|
||||
_("Show resolution of opaque struct/class/union"
|
||||
" types (if set before loading symbols)."),
|
||||
_("\
|
||||
Set resolution of opaque struct/class/union types."),
|
||||
_("\
|
||||
Show resolution of opaque struct/class/union types."),
|
||||
NULL, NULL,
|
||||
show_opaque_type_resolution,
|
||||
&setlist, &showlist);
|
||||
|
Loading…
Reference in New Issue
Block a user