[Lldb-commits] [lldb] r221907 - Remove extra / character from paths resolved in iOS SDKs and also be sure to update the SDK directory infos if needed before we start using m_sdk_directory_infos.

2014-11-13 Thread Greg Clayton
Author: gclayton Date: Thu Nov 13 12:25:33 2014 New Revision: 221907 URL: http://llvm.org/viewvc/llvm-project?rev=221907view=rev Log: Remove extra / character from paths resolved in iOS SDKs and also be sure to update the SDK directory infos if needed before we start using

[Lldb-commits] [PATCH] Specify checksums properly for llgs test suite packets.

2014-11-13 Thread Stephane Sezer
Hi tfiala, clayborg, These checksums are ignored by llgs but some implementations require them to be specified properly. http://reviews.llvm.org/D6254 Files: test/tools/lldb-gdbserver/TestGdbRemoteAuxvSupport.py test/tools/lldb-gdbserver/TestGdbRemoteExpeditedRegisters.py

Re: [Lldb-commits] [PATCH] Specify checksums properly for llgs test suite packets.

2014-11-13 Thread Greg Clayton
Looks good. http://reviews.llvm.org/D6254 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r221927 - Specify checksums properly for llgs test suite packets.

2014-11-13 Thread Stephane Sezer
Author: sas Date: Thu Nov 13 15:39:24 2014 New Revision: 221927 URL: http://llvm.org/viewvc/llvm-project?rev=221927view=rev Log: Specify checksums properly for llgs test suite packets. Summary: These checksums are ignored by llgs but some implementations require them to be specified properly.

Re: [Lldb-commits] [PATCH] Specify checksums properly for llgs test suite packets.

2014-11-13 Thread Stephane Sezer
Closed by commit rL221927 (authored by @sas). REPOSITORY rL LLVM http://reviews.llvm.org/D6254 Files: lldb/trunk/test/tools/lldb-gdbserver/TestGdbRemoteAuxvSupport.py lldb/trunk/test/tools/lldb-gdbserver/TestGdbRemoteExpeditedRegisters.py

Re: [Lldb-commits] [PATCH] Apply SOCK_CLOEXEC flag to socket API functions in order to avoid handle leakage to a forked child process.

2014-11-13 Thread Greg Clayton
Looks good. http://reviews.llvm.org/D6204 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] r221950 - fix minor comment typo

2014-11-13 Thread Vince Harron
Author: vharron Date: Thu Nov 13 17:45:59 2014 New Revision: 221950 URL: http://llvm.org/viewvc/llvm-project?rev=221950view=rev Log: fix minor comment typo Modified: lldb/trunk/source/Host/common/NativeProcessProtocol.h Modified: lldb/trunk/source/Host/common/NativeProcessProtocol.h URL:

[Lldb-commits] [PATCH] Properly specify the regex used to match register indexes.

2014-11-13 Thread Stephane Sezer
Hi tfiala, clayborg, Something like core:1 would match and try to be interpreted by the following code otherwise. http://reviews.llvm.org/D6257 Files: test/tools/lldb-gdbserver/gdbremote_testcase.py Index: test/tools/lldb-gdbserver/gdbremote_testcase.py

Re: [Lldb-commits] [PATCH] Properly specify the regex used to match register indexes.

2014-11-13 Thread Greg Clayton
Looks good. http://reviews.llvm.org/D6257 ___ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] remove CREATE_THREADS:=yes from api/multithreaded Makefile

2014-11-13 Thread Shawn Best
I have added another flag to test/Makefile.rules ENABLE_STD_THREADS and used it the api/Multithreaded unit tests. This can be used to selectively omit '-lpthreads' option for certain systems. All platforms except linux/gcc should behave as before. I have also made a Bugzilla report for