Re: [lldb-dev] Patch for addressing format warnings on 32-bit

2016-01-04 Thread Zachary Turner via lldb-dev
Incidentally, once we can start requiring VS 2015 %z will be supported there. Not sure if MSVC is the only supported platform that currently doesn't support %z On Mon, Jan 4, 2016 at 11:24 AM Greg Clayton via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Please do cast to 64 bit and user PRI*64

Re: [lldb-dev] lldb 340.4.119 unable to attach (El Capitan)

2016-01-04 Thread Greg Clayton via lldb-dev
If you ssh in you must enable developer mode one time per boot: sudo /usr/sbin/DevToolsSecurity --enable Then you should be able to debug. If you don't, it will popup a dialog box on the remote system that attempts to get authorization, but you will never see that in your SSH window... Let me

Re: [lldb-dev] Patch for addressing format warnings on 32-bit

2016-01-04 Thread Pavel Labath via lldb-dev
I believe %z will not work on MSVC 2013, which we are still using on windows. pl On 28 December 2015 at 18:32, William Dillon via lldb-dev wrote: > Hi Todd, > > The example I put in my last email is one of a few (maybe one more) > instances where the existing code casts