[llvm-bugs] [Bug 33374] New: labels don't show up in disassembly in visual studio after pdb2yaml+yaml2pdb
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jun 8 18:11:24 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33374
Bug ID: 33374
Summary: labels don't show up in disassembly in visual studio
after pdb2yaml+yaml2pdb
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: DebugInfo
Assignee: unassignedbugs at nondot.org
Reporter: llvm at inglorion.net
CC: llvm-bugs at lists.llvm.org
To reproduce:
Create an executable and a pdb.
Load the executable into Visual Studio and step into it.
Look at the disassembly and verify that labels are shown.
Run the pdb through llvmdump pdb2yaml.
Run the YAML through llvmdump yaml2pdb.
Rename the pdb to match the name of the executable.
Load the executable into Visual Studio and step into it.
Look at the disassembly.
Expectation:
Labels are shown.
Actual result:
Labels are not shown.
--
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/20170609/4023e7e5/attachment.html>
More information about the llvm-bugs
mailing list