llvm-project/llvm/test/tools/llvm-objdump/X86
Alexey Lapshin 77fc1f6049 [DebugInfo] add SectionedAddress to DebugInfo interfaces.
That patch is the fix for https://bugs.llvm.org/show_bug.cgi?id=40703
   "wrong line number info for obj file compiled with -ffunction-sections"
   bug. The problem happened with only .o files. If object file contains
   several .text sections then line number information showed incorrectly.
   The reason for this is that DwarfLineTable could not detect section which
   corresponds to specified address(because address is the local to the
   section). And as the result it could not select proper sequence in the
   line table. The fix is to pass SectionIndex with the address. So that it
   would be possible to differentiate addresses from various sections. With
   this fix llvm-objdump shows correct line numbers for disassembled code.

   Differential review: https://reviews.llvm.org/D58194

llvm-svn: 354972
2019-02-27 13:17:36 +00:00
..
Inputs objdump fails to parse Mach-O binaries with n_desc bearing stabs 2019-02-23 06:19:56 +00:00
adjust-vma.test [llvm-objdump] - Update test after r352366. NFC. 2019-01-28 15:49:41 +00:00
coff-dis-internal.test
coff-disassemble-export.test
debug-info-fileinfo.test
demangle.s [llvm-objdump] - Do not include reserved undefined symbol in -t output. 2019-01-10 16:24:10 +00:00
disasm-specific-funcs.test Revert "Revert "[llvm-objdump] Allow short options without arguments to be grouped"" 2019-02-19 19:46:08 +00:00
disasm-text.test [llvm-objdump] - llvm-objdump can skip bytes at the end of a section. 2019-02-01 19:11:47 +00:00
disasm-zeroes-relocations.test Fix BB after r354319 "[yaml2obj] - Do not skip zeroes blocks if there are relocations against them." 2019-02-19 13:27:06 +00:00
disassemble-code-data-mix.s
disassemble-data.test
disassemble-demangle.test
disassembly-show-raw.test
function-sections-line-numbers.s [DebugInfo] add SectionedAddress to DebugInfo interfaces. 2019-02-27 13:17:36 +00:00
hex-displacement.test
invalid-macho-build-version.yaml
lit.local.cfg
macho-archive-headers.test
macho-build-version.yaml
macho-cstring-dump.test
macho-dis-no-leading-addr.test
macho-dis-symname.test
macho-disassemble-all.test llvm-objdump -m -D should disassemble all text segments 2019-01-15 20:41:30 +00:00
macho-disassemble-stab.test objdump fails to parse Mach-O binaries with n_desc bearing stabs 2019-02-23 06:19:56 +00:00
macho-disassembly-g-dsym.test Revert "Revert "[llvm-objdump] Allow short options without arguments to be grouped"" 2019-02-19 19:46:08 +00:00
macho-disassembly-kextbundle.test
macho-disassembly-stripped.test
macho-dylib.test
macho-image-info.test
macho-indirect-symbols.test
macho-info-plist-nofollow.test
macho-info-plist.test
macho-literal-pointers-i386.test
macho-literal-pointers-x86_64.test
macho-literals.test
macho-nofirst-symbol-disassembly.test
macho-nontext-disasm.test
macho-objc-meta-data.test
macho-preload-relocations.test
macho-print-thread.test
macho-private-header.test
macho-private-headers.test
macho-relocations.test
macho-section-contents.test
macho-section-headers.test [llvm-objdump] - Print LMAs when dumping section headers. 2019-01-28 14:11:35 +00:00
macho-section.test
macho-stub-nosyms-disassembly.test
macho-symbol-table.test [llvm-objdump] Add symbol 'O' for object data 2018-11-11 17:47:13 +00:00
macho-symbolized-disassembly.test
macho-symbolized-subtractor-i386.test
macho-symbolized-subtractor.test
macho-universal-x86_64.i386.test
macho-unwind-info.test
malformed-machos.test Make malformed-machos.test pass on my Mac. 2018-09-11 14:10:33 +00:00
openbsd-headers.test
out-of-section-sym.test Revert "Revert "[llvm-objdump] Allow short options without arguments to be grouped"" 2019-02-19 19:46:08 +00:00
phdrs-lma.test [llvm-objdump] - Print LMAs when dumping section headers. 2019-01-28 14:11:35 +00:00
phdrs-lma2.test [llvm-objdump] - Print LMAs when dumping section headers. 2019-01-28 14:11:35 +00:00
phdrs.test
plt.test
print-symbol-addr.s [llvm-objdump] - Print symbol addressed when dumping disassembly output (-d) 2019-01-09 14:43:33 +00:00
section-index.s
source-interleave-x86_64.ll Revert "Revert "[llvm-objdump] Allow short options without arguments to be grouped"" 2019-02-19 19:46:08 +00:00
start-stop-address.test
stripped-shared.test
stubbed-dylib.test
truncated-section.test