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 m

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

2016-01-04 Thread Greg Clayton via lldb-dev
Please do cast to 64 bit and user PRI*64 macros. %z isn't supported on all platforms and we need to get away from using it. > On Dec 28, 2015, at 10:32 AM, 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 > wh

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

[lldb-dev] LLVM Social - Paris: January 27th, 2016

2016-01-04 Thread Arnaud Allard de Grandmaison via lldb-dev
The next LLVM social in Paris will happen on January 27th, 2016. Everyone interested in LLVM, Clang, lldb, Polly, ... is invited to join. For this meetup, we will start with John Regehr giving us a talk about undefined behaviour and we will continue with our usual casual meeting. Event details, i

[lldb-dev] [Bug 26010] New: LLDB fails to display content of a variable size array

2016-01-04 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=26010 Bug ID: 26010 Summary: LLDB fails to display content of a variable size array Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: nor

Re: [lldb-dev] [3.8 Release] Schedule and call for testers

2016-01-04 Thread Renato Golin via lldb-dev
Sounds good. On 11 December 2015 at 23:14, Hans Wennborg wrote: > Dear everyone, > > It's not quite time to start the 3.8 release process, but it's time to > start planning. > > Please let me know if you want to help with testing and building > release binaries for your favourite platform. (If yo

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 to 64-bit and uses PRIu64