The next LLVM social in Paris will happen on June 14th, 2017.
Everyone interested in LLVM, Clang, lldb, Polly, lld, ... is invited to
join.
Event details, including registration (free but mandatory) at
http://www.meetup.com/LLVM-Clang-social
This edition will be particularly busy (and interestin
when i try to build LLDB in xcode , i get this error:
"The specified item could not be found in the keychain"
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
On Tuesday May 30 2017 11:07:10 Laghzaoui Mohammed via lldb-dev wrote:
>when i try to build LLDB in xcode , i get this error:
>"The specified item could not be found in the keychain"
Did you follow the instructions on how to set up your build environment and in
particular on how to generate (or o
I have a simple testcase that modifies the value pointed to by an int *.
I've created a variable with -var-create, and then after the value has been
updated, check it with -var-update. -var-update returns no changes, but the
value has changed.
test.c:
#include
int main(void)
{
int vec[] = {1,