https://bugs.llvm.org/show_bug.cgi?id=39543
Bug ID: 39543
Summary: llvm-pdbutil dump -fpo should work for object files
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: DebugInfo
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
llvm-readobj knows how to do this, and llvm-pdbutil does as well, but it only
works on PDBs. Everyone seems to agree the pdbutil output is prettier, so it'd
be nice if we could use this tool for objects as well as PDBs. This is the
current output from llvm-readobj:
FrameData {
RvaStart: 0x9
CodeSize: 0x16B
LocalSize: 0x0
ParamsSize: 0x0
MaxStackSize: 0x0
PrologSize: 0x3
SavedRegsSize: 0x10
Flags [ (0x0)
]
FrameFunc [
$T1 $ebp 4 + =
$T0 $T1 16 - 8 @ =
$eip $T1 ^ =
$esp $T1 4 + =
$ebp $T1 4 - ^ =
$ebx $T1 8 - ^ =
$edi $T1 12 - ^ =
$esi $T1 16 - ^ =
]
}
This isn't urgent, I just wanted to write it down before forgetting about it.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs