[Lldb-commits] [PATCH] D39315: Correct the start address for exported windows functions in arm

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 26 11:12:36 PDT 2017


zturner added a comment.

In https://reviews.llvm.org/D39315#908246, @sas wrote:

> Same thing here, I have no idea how to go about testing something specific like this. Given that this is Windows Phone, it's even worse than simply Windows Desktop because the only way to test is by doing remote debugging. I suppose checking in binaries to the tree so we can analyze the symbols and ensure correctness is the only way to do it?


Do you guys not have access to Windows Desktops?  It sounds like we need to get remote debugging of Windows targets working.  I don't think I'm gonna be the one to do that in the near future, but if it's going to be a frequent thing that you're improving windows support for remote targets like Windows Phone, I imagine you're going to want the code to be tested, so hopefully you can convince someone to give you cycles to make remote debugging work properly, otherwise you're shipping untested code :-/


https://reviews.llvm.org/D39315





More information about the lldb-commits mailing list