[Lldb-commits] [PATCH] D19604: Allow ObjectFilePECOFF to initialize with ARM binaries.

Muhammad Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Tue May 3 01:08:16 PDT 2016


omjavaid added a comment.

@sas

Ideally it should be thumb-* if an environment is thumb only but lldb right now has some areas where we need to handle this case.
Either you put arm-* and leave it for someone else to correct the problems or put thumb-* and fix the issues that come up after that.
I think better to take the first option with a note to come back and fix this once other areas in the code are able to handle this.


http://reviews.llvm.org/D19604





More information about the lldb-commits mailing list