diff options
author | quic-akaryaki <123192073+quic-akaryaki@users.noreply.github.com> | 2023-12-14 16:28:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 16:28:34 -0600 |
commit | 4070dffd34e99915b005c655086d92e42c004d25 (patch) | |
tree | 9851ede40d28e661301cd543a0feb6a3d3ab5f9c /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 5b470522cdd6af3796c05ecd7d979a74f9cb43a8 (diff) | |
download | llvm-4070dffd34e99915b005c655086d92e42c004d25.zip llvm-4070dffd34e99915b005c655086d92e42c004d25.tar.gz llvm-4070dffd34e99915b005c655086d92e42c004d25.tar.bz2 |
[llvm-objcopy] Add --gap-fill and --pad-to options (#65815)
`--gap-fill <value>` fills the gaps between sections with a specified
8-bit value, instead of zero.
`--pad-to <address>` pads the output binary up to the specified load
address, using the 8-bit value from `--gap-fill` or zero.
These options are only supported for ELF input and binary output.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions