You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
There is actually a RuntimeDyldCOFF now. It's not complete, but if we have issues with it we should file specific bugs for those. I think we can call this fixed.
llvmbot
transferred this issue from llvm/llvm-bugzilla-archive
Dec 9, 2021
Extended Description
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.
The text was updated successfully, but these errors were encountered: