Re: [lldb-dev] [ASTImporter][macOS] Cannot link debugserver, keychain error

2019-01-21 Thread Gábor Márton via lldb-dev
Hi Stefan, I could not reproduce this on master. However, I don't want to use any code signing, so I use -DLLDB_USE_SYSTEM_DEBUGSERVER=ON, which is working fine for me. Thanks, Gabor On Fri, Jan 11, 2019 at 11:56 AM Stefan Gränitz wrote: > > Hi Gabor > > Is this behavior reproducible with the

Re: [lldb-dev] [ASTImporter][macOS] Cannot link debugserver, keychain error

2019-01-11 Thread Stefan Gränitz via lldb-dev
Hi Gabor Is this behavior reproducible with the current upstream LLDB? (after https://reviews.llvm.org/D55013) Did you follow the instructions in docs/code-signing.txt? > There is a setting to disable it. These days, you should be able to achieve > it with LLDB_CODESIGN_IDENTITY="" or

Re: [lldb-dev] [ASTImporter][macOS] Cannot link debugserver, keychain error

2018-12-10 Thread Pavel Labath via lldb-dev
On 10/12/2018 20:28, Gábor Márton via lldb-dev wrote: Hi, Recently I have updated the LLDB source and now I cannot link the debugserver. I guess, the problem is started in one of the commits at last week, because before that I had not experienced it. Any help would be appreciated. I'd like to

[lldb-dev] [ASTImporter][macOS] Cannot link debugserver, keychain error

2018-12-10 Thread Gábor Márton via lldb-dev
Hi, Recently I have updated the LLDB source and now I cannot link the debugserver. I guess, the problem is started in one of the commits at last week, because before that I had not experienced it. Any help would be appreciated. I'd like to get a command line only solution because I am building