Re: [Pharo-users] FFI 64 bit libClang issue on Sierra.

2017-11-16 Thread Todd Blanchard
Right, so I have my own debug VM (64 bit Pharo Cog) and a debug version of libclang. I can attach with lldb and set a breakpoint on clang_getRangeStart Then I debug the test that gets diagnostics and I see that the CXSourceRange has data. Then I step into 'range start' and I land in my breakpo

Re: [Pharo-users] FFI 64 bit libClang issue on Sierra.

2017-11-14 Thread Ben Coman
On 15 November 2017 at 00:07, Todd Blanchard wrote: > I've got it loaded, have fixed up the library path and fixed the test for > version (built in lib returns very different version string). > > I have many tests green. However, as before, tests involving > CXSourceRange that return CXSourceLoc

[Pharo-users] FFI 64 bit libClang issue on Sierra.

2017-11-14 Thread Todd Blanchard
I've got it loaded, have fixed up the library path and fixed the test for version (built in lib returns very different version string). I have many tests green. However, as before, tests involving CXSourceRange that return CXSourceLocations return all zero'd data. The CXSourceRange struct loo