[LLVMbugs] [Bug 22232] New: Make RuntimeDyld support COFF
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jan 14 13:20:01 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22232
Bug ID: 22232
Summary: Make RuntimeDyld support COFF
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Generic Execution Engine Support
Assignee: david.majnemer at gmail.com
Reporter: zturner at google.com
CC: llvmbugs at cs.uiuc.edu, rnk at google.com
Classification: Unclassified
Conditional breakpoints in LLDB do some stuff which I don't understand that
ultimately trickles down to a call to RuntimeDyld::loadObject with a COFF
object. Since this is unsupported, it leads to a report_fatal_error.
We should get this working.
--
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/20150114/c333ab8c/attachment.html>
More information about the llvm-bugs
mailing list