Some of the --debug-* options can take an optional offset. Although the man page does a good job of making that clear it's less discoverable from the help output. Currently the only reference to this is the following sentence:
Where applicable these parameters take an optional =<offset> argument to dump only the entry at the specified offset.
This patch changes the help output from
--debug-info= - Dump the .debug_info section
to
--debug-info[=<offset>] - Dump the .debug_info section
rdar://problem/63150066
I think there should be no space before [=<offset>], because the user specifies --eh-frame=0, instead of --eh-frame =0