| commit | cdd8492b05979842a1660e99862cd1680e52b28d | [log] [tgz] |
|---|---|---|
| author | Jan Beulich <jbeulich@suse.com> | Fri Mar 07 11:24:19 2025 +0100 |
| committer | Jan Beulich <jbeulich@suse.com> | Fri Mar 07 11:24:19 2025 +0100 |
| tree | 88590a65c9e1b1bbf43a01f68bfc7095b186db82 | |
| parent | 60e254b7012b370f1b55d572565f829379553a7e [diff] |
objdump: permit disassembling multiple individual functions Compilers may split functions, e.g. into a "hot" and "cold" part, or they may emit special case instantiations (e.g. as a result of IPA). It can be helpful to be able to disassemble all of the parts or clones in one go. Permit using "--disassemble=" multiple times.