llvm-project/llvm/test/tools/llvm-objdump
Keith Smiley bc99fd95e0
[llvm-objdump/mac] Add new function starts print mode
This updates the `--function-starts` argument to now accept 3 different
modes, `addrs` for just printing the addresses of the function starts
(previous behavior), `names` for just printing the names of the function
starts, and `both` to print them both side by side.

In general if you're debugging function starts issues it's useful to see
the symbol name alongside the address. This also mirrors Apple's
`dyldinfo -function_starts` command which prints both.

Differential Revision: https://reviews.llvm.org/D119050
2022-10-14 15:42:18 -07:00
..
AMDGPU [llvm-objdump] Support nonzero section addresses in addSymbolizer 2022-10-12 10:44:03 +00:00
COFF [Object][COFF] Fix section name parsing error when the name field is not null-padded 2022-06-09 12:58:28 -07:00
ELF Revert "[NFC][AMDGPU] Refactor AMDGPUDisassembler" 2022-09-21 18:48:42 +00:00
Inputs [llvm-objdump] Find debug information with Build ID/debuginfod. 2022-10-03 16:17:45 -07:00
MachO [llvm-objdump/mac] Add new function starts print mode 2022-10-14 15:42:18 -07:00
Offloading [llvm-objdump] Fix alignment issues when dumping offloading sections 2022-07-08 14:30:06 -04:00
X86 [llvm-objdump] Add --no-addresses as an alias for --no-leading-addr 2022-10-04 10:01:30 -07:00
XCOFF [XCOFF] write the real source file name in C_FILE symbol. 2022-06-22 06:23:36 -04:00
wasm [WebAssembly][Object] Remove requirement that objects must have code sections 2022-06-23 13:56:17 -07:00
all-headers.test
archive-headers.test
debuginfod.test [llvm-objdump] Add --build-id flag for debuginfod lookups without binary. 2022-10-04 13:44:25 -07:00
dwarf_invalid.yaml
eh_frame-mipsel.test
eh_frame_zero_cie.test
embedded-source.test
file-headers-pe.test
full-contents.test
help.test
invalid-input.test
invalid-symbol-table-size.test
malformed-archives.test
mattr-mcpu-help.test
multiple-symbols-mangling.s [llvm-objdump] Handle multiple syms at same addr in disassembly. 2022-08-24 15:08:12 +01:00
multiple-symbols.s [llvm-objdump] Handle multiple syms at same addr in disassembly. 2022-08-24 15:08:12 +01:00
non-archive-object.test
openbsd-headers.test
option-grouping.test
private-headers-dynamic-section.test
private-headers-no-dynamic-segment.test
private-headers-no-dynamic.test
relocation-xindex-symbol.test
section-filter.test
section-headers.test
tool-name.test
unimplemented-features.test
verneed-wrong-info.test
version.test
warn-missing-section.test
warn-on-out-of-range-start-stop-address.test