jasonmolenda wrote:

Thanks.  I've asked someone with access to a Windows system to help me 
understand if this is an issue with my new yaml2macho-core utility (producing 
incorrect corefiles) or a problem with lldb on Windows reading (32-bit?) mach-o 
corefiles, I'll hold off on tweaking this any further for now.  If it's 
yaml2macho-core, the first thing I wonder is if I need add `b` to the fopen 
argument in `FILE *f = fopen(OutputFilename.c_str(), "w");` to indicate that 
binary is being written.  That's a no-op on unix systems but it might be 
relevant on Windows idk.

https://github.com/llvm/llvm-project/pull/153911
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to