[LLVMbugs] [Bug 18154] New: llvm-objdump should have a option to start disassembly at a specified symbol name
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Dec 5 14:17:24 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18154
Bug ID: 18154
Summary: llvm-objdump should have a option to start disassembly
at a specified symbol name
Product: tools
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: llvm-dis
Assignee: unassignedbugs at nondot.org
Reporter: enderby at apple.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Rafael EspĂndola <rafael.espindola at gmail.com> asked me to creating a bug about
this missing feature llvm-objdump. It came from the test case I created in:
[llvm] r196432 - Fix a bug in darwin's 32-bit X86 handling of evaluating
fixups.
Where if I had an option like darwin's otool(1) -p option I could have created
more readable test case with something like:
otool -tv -p bug /tmp/x.o
/tmp/x.o:
(__TEXT,__text) section
bug:
01020f55 movl $0x0, 0x1537564
Because this specific bug required the offset to the item to be relocated
needing to be more than 24 bits to trigger the bug, it takes a long time to do
the disassembly if it starts a the beginning of the section.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131205/b3e156f1/attachment.html>
More information about the llvm-bugs
mailing list