Re: [lldb-dev] lldb status at windows

2016-01-23 Thread Red Skotina via lldb-dev
im rebuild lldb as x64 application and reabuild my test application with x64 llvm. at first look same. But when my internet was breaked at some moment application under lldb run and finish correct. It is like some magic with my pc. When i have acces to internet lldb hangs, when i disable my interne

Re: [lldb-dev] lldb status at windows

2016-01-23 Thread Red Skotina via lldb-dev
thanks. i will wait 2016-01-23 19:27 GMT+03:00 Zachary Turner : > I'm out of office until Monday, but I'll try to reproduce this then and > update. Never seen a hang before, so I wonder if there's something > different about your machine that we haven't thought of or taken into > account. Eithe

Re: [lldb-dev] lldb status at windows

2016-01-23 Thread Zachary Turner via lldb-dev
I'm out of office until Monday, but I'll try to reproduce this then and update. Never seen a hang before, so I wonder if there's something different about your machine that we haven't thought of or taken into account. Either way I'll update Monday. On Sat, Jan 23, 2016 at 12:57 AM Red Skotina w

Re: [lldb-dev] [cfe-dev] [3.8 Release] RC1 has been tagged

2016-01-23 Thread Nikola Smiljanic via lldb-dev
Two libc++ tests fail on 64bit Fedora 23, get_monthname and get_monthname_wide. Test suite looks good. On Fri, Jan 22, 2016 at 10:09 PM, Nikola Smiljanic wrote: > Something is failing on 32bit Fedora 23 (compiler-rt?), test suite looks > good. > > On Fri, Jan 22, 2016 at 2:52 PM, Brian Cain via

Re: [lldb-dev] lldb status at windows

2016-01-23 Thread Red Skotina via lldb-dev
same. d:\code\Unity_Unpacker\tests\test2>clang -g -fuse-ld=lld main.cpp d:\code\Unity_Unpacker\tests\test2>lldb a.exe (lldb) target create "a.exe" Current executable set to 'a.exe' (i686). (lldb) run Process 6984 launching --- hangs 2016-01-23 11:54 GMT+03:00 Zachary Turner : > Ahh you pro

Re: [lldb-dev] lldb status at windows

2016-01-23 Thread Zachary Turner via lldb-dev
Ahh you probably need to add -g to clang, otherwise it's not generating debug info. I've never tried debugging a binary with no debug info. Obviously it shouldn't hang, but either way it's just not something we've tested on Windows. On Sat, Jan 23, 2016 at 12:51 AM Red Skotina wrote: > yes. i

Re: [lldb-dev] lldb status at windows

2016-01-23 Thread Red Skotina via lldb-dev
yes. i doing it. you can see what clang use d:\\code\\llvm\\build\\bin\\ lld-link.exe but anyway it is hang :( 2016-01-22 23:30 GMT+03:00 Zachary Turner : > Under llvm/tools also checkout lld. So your directories should look like > this: > > llvm > \-- tools > \-- clang > \-- lldb >