[Lldb-commits] [lldb] r260803 - Additional fix to my change in r259983 to handle the

2016-02-12 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Fri Feb 12 22:15:02 2016 New Revision: 260803 URL: http://llvm.org/viewvc/llvm-project?rev=260803&view=rev Log: Additional fix to my change in r259983 to handle the case where a core file has a kernel binary and a user process dyld in the same one. Without this, we were alw

[Lldb-commits] [lldb] r260793 - [TestLibCxxAtomic] Skip for GCC.

2016-02-12 Thread Siva Chandra via lldb-commits
Author: sivachandra Date: Fri Feb 12 20:11:11 2016 New Revision: 260793 URL: http://llvm.org/viewvc/llvm-project?rev=260793&view=rev Log: [TestLibCxxAtomic] Skip for GCC. Summary: This is the form on other libc++ tests. Reviewers: sivachandra Subscribers: lldb-commits Differential Revision: ht

Re: [Lldb-commits] [PATCH] D17230: [TestLibCxxAtomic] Skip for GCC.

2016-02-12 Thread Siva Chandra via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL260793: [TestLibCxxAtomic] Skip for GCC. (authored by sivachandra). Changed prior to commit: http://reviews.llvm.org/D17230?vs=47885&id=47886#toc Repository: rL LLVM http://reviews.llvm.org/D17230

[Lldb-commits] [PATCH] D17230: [TestLibCxxAtomic] Skip for GCC.

2016-02-12 Thread Siva Chandra via lldb-commits
sivachandra created this revision. sivachandra added a reviewer: sivachandra. sivachandra added a subscriber: lldb-commits. This is the form on other libc++ tests. http://reviews.llvm.org/D17230 Files: packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/ato

[Lldb-commits] [lldb] r260772 - Adding an SBThread::StepInto that takes an end-line, also moved the code that figures

2016-02-12 Thread Jim Ingham via lldb-commits
Author: jingham Date: Fri Feb 12 18:31:47 2016 New Revision: 260772 URL: http://llvm.org/viewvc/llvm-project?rev=260772&view=rev Log: Adding an SBThread::StepInto that takes an end-line, also moved the code that figures out the address range for the step to SymbolContext. Modified: lldb/trun

[Lldb-commits] [lldb] r260770 - [TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.

2016-02-12 Thread Siva Chandra via lldb-commits
Author: sivachandra Date: Fri Feb 12 18:09:42 2016 New Revision: 260770 URL: http://llvm.org/viewvc/llvm-project?rev=260770&view=rev Log: [TestLibCxxAtomic] Fix Makefile so that the test builds on Linux. Reviewers: granata.enrico Subscribers: lldb-commits Differential Revision: http://reviews.l

[Lldb-commits] [PATCH] D17227: [TestLibCxxAtomic] Fix Makefile so that the test builds on Linux.

2016-02-12 Thread Siva Chandra via lldb-commits
sivachandra created this revision. sivachandra added a reviewer: granata.enrico. sivachandra added a subscriber: lldb-commits. http://reviews.llvm.org/D17227 Files: packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/Makefile Index: packages/Python/

[Lldb-commits] [lldb] r260768 - Removed many JIT workarounds from IRForTarget.

2016-02-12 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Fri Feb 12 18:01:46 2016 New Revision: 260768 URL: http://llvm.org/viewvc/llvm-project?rev=260768&view=rev Log: Removed many JIT workarounds from IRForTarget. Since IRExecutionUnit is now capable of looking up symbols, and the JIT is up to the task of generating the appropria

[Lldb-commits] [lldb] r260767 - Fix stripping of _ when looking for symbols in IRExecutionUnit.

2016-02-12 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Fri Feb 12 17:55:13 2016 New Revision: 260767 URL: http://llvm.org/viewvc/llvm-project?rev=260767&view=rev Log: Fix stripping of _ when looking for symbols in IRExecutionUnit. Previously we would try both versions of a symbol -- the one with _ in it and the one without -- in

[Lldb-commits] Buildbot numbers for week of 1/31/2016 - 2/06/2016

2016-02-12 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the last week of 1/31/2016 - 2/6/2016. I have added a new report that shows a "status change ratio" for each builder. The idea is to provide some kind of metrics for a noise level a builder produces. The number is a percent of builds that changed

Re: [Lldb-commits] [PATCH] D17220: [CPlusPlus/LibCxxAtomic.cpp] Fix the path to the header file.

2016-02-12 Thread Enrico Granata via lldb-commits
granata.enrico requested changes to this revision. granata.enrico added a comment. This revision now requires changes to proceed. This include is actually not necessary. I am removing it outright. Thanks! http://reviews.llvm.org/D17220 ___ lldb-com

[Lldb-commits] [lldb] r260761 - Remove an unnecessary include

2016-02-12 Thread Enrico Granata via lldb-commits
Author: enrico Date: Fri Feb 12 17:12:27 2016 New Revision: 260761 URL: http://llvm.org/viewvc/llvm-project?rev=260761&view=rev Log: Remove an unnecessary include Modified: lldb/trunk/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp Modified: lldb/trunk/source/Plugins/Language/CPlusPlus/Li

[Lldb-commits] [PATCH] D17220: [CPlusPlus/LibCxxAtomic.cpp] Fix the path to the header file.

2016-02-12 Thread Siva Chandra via lldb-commits
sivachandra created this revision. sivachandra added a reviewer: granata.enrico. sivachandra added a subscriber: lldb-commits. Gets the build going on Linux again. http://reviews.llvm.org/D17220 Files: source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp Index: source/Plugins/Language/CPlusPlus

[Lldb-commits] [lldb] r260752 - Data formatter support for libc++ std::atomic

2016-02-12 Thread Enrico Granata via lldb-commits
Author: enrico Date: Fri Feb 12 16:18:24 2016 New Revision: 260752 URL: http://llvm.org/viewvc/llvm-project?rev=260752&view=rev Log: Data formatter support for libc++ std::atomic On libc++ std::atomic is a fairly simple data type (layout wise, at least), wrapping actual contents in a member vari

[Lldb-commits] [lldb] r260747 - Disable recognition of "using" declarations at translation-unit level.

2016-02-12 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Fri Feb 12 15:55:05 2016 New Revision: 260747 URL: http://llvm.org/viewvc/llvm-project?rev=260747&view=rev Log: Disable recognition of "using" declarations at translation-unit level. Currently CountDeclLevels uses the ASTs which have no distinction between separate translatio

[Lldb-commits] [lldb] r260735 - IRInterpreter now recognizes expressions with constants it doesn't handle.

2016-02-12 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Fri Feb 12 15:16:58 2016 New Revision: 260735 URL: http://llvm.org/viewvc/llvm-project?rev=260735&view=rev Log: IRInterpreter now recognizes expressions with constants it doesn't handle. If an instruction has a constant that IRInterpreter doesn't know how to deal with (say, a

[Lldb-commits] [lldb] r260734 - Centralized symbol lookup in IRExecutionUnit, and fixed the code model.

2016-02-12 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Fri Feb 12 15:11:25 2016 New Revision: 260734 URL: http://llvm.org/viewvc/llvm-project?rev=260734&view=rev Log: Centralized symbol lookup in IRExecutionUnit, and fixed the code model. I'm preparing to remove symbol lookup from IRForTarget, where it constitutes a dreadful hack

[Lldb-commits] [lldb] r260721 - Adjust for Python-3.

2016-02-12 Thread Siva Chandra via lldb-commits
Author: sivachandra Date: Fri Feb 12 14:30:47 2016 New Revision: 260721 URL: http://llvm.org/viewvc/llvm-project?rev=260721&view=rev Log: Adjust for Python-3. Summary: This does not yet give us a clean testsuite run but it does help with: 1. Actually building on linux 2. Run the testsuite with ov

Re: [Lldb-commits] [PATCH] D17182: Adjust for Python-3.

2016-02-12 Thread Siva Chandra via lldb-commits
sivachandra added inline comments. Comment at: source/API/liblldb.exports:4 @@ -3,1 +3,2 @@ init_lld* +PyInit__lld* labath wrote: > zturner wrote: > > I don't really know what the syntax of this file is, but the symbol is > > called `PyInit__lldb`, not `PyInit__

Re: [Lldb-commits] [PATCH] D17182: Adjust for Python-3.

2016-02-12 Thread Siva Chandra via lldb-commits
sivachandra updated this revision to Diff 47835. sivachandra marked an inline comment as done. sivachandra added a comment. Address comments http://reviews.llvm.org/D17182 Files: packages/Python/lldbsuite/test/lldbtest.py packages/Python/lldbsuite/test/plugins/builder_linux.py packages/Py

[Lldb-commits] [lldb] r260715 - Objective-C++ is a kind of C++.

2016-02-12 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Fri Feb 12 13:47:57 2016 New Revision: 260715 URL: http://llvm.org/viewvc/llvm-project?rev=260715&view=rev Log: Objective-C++ is a kind of C++. Modified: lldb/trunk/source/Target/Language.cpp Modified: lldb/trunk/source/Target/Language.cpp URL: http://llvm.org/viewvc/ll

[Lldb-commits] [lldb] r260713 - Make Target::CalculateProcess() return a sensible result.

2016-02-12 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Fri Feb 12 13:45:31 2016 New Revision: 260713 URL: http://llvm.org/viewvc/llvm-project?rev=260713&view=rev Log: Make Target::CalculateProcess() return a sensible result. The Calculate* functions in general should not derive any information that isn't implicit, but for Target

[Lldb-commits] [lldb] r260699 - Renamed TestRdar12991846 to the more descriptive TestUnicodeLiterals.

2016-02-12 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Fri Feb 12 12:42:00 2016 New Revision: 260699 URL: http://llvm.org/viewvc/llvm-project?rev=260699&view=rev Log: Renamed TestRdar12991846 to the more descriptive TestUnicodeLiterals. Test cases should not be named after PR or Radar numbers. It's fine to annotate them with the

[Lldb-commits] LLVM buildmaster will be updated and restarted tonight

2016-02-12 Thread Galina Kistanova via lldb-commits
Hello everyone, LLVM buildmaster will be updated and restarted after 6 PM Pacific time today. Thanks Galina ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Re: [Lldb-commits] [PATCH] D17131: [LLDB][MIPS] Fix TestInferiorAssert.py for MIPS

2016-02-12 Thread Oleksiy Vyalov via lldb-commits
ovyalov accepted this revision. ovyalov added a comment. This revision is now accepted and ready to land. LGTM Repository: rL LLVM http://reviews.llvm.org/D17131 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-

Re: [Lldb-commits] [PATCH] D17099: Add reverse-connect functionality to the gdb-remote command

2016-02-12 Thread Francis Ricci via lldb-commits
fjricci updated this revision to Diff 47806. fjricci added a comment. Remove unnecessary special-case logic for reverse connecting http://reviews.llvm.org/D17099 Files: source/Interpreter/CommandInterpreter.cpp Index: source/Interpreter/CommandInterpreter.cpp

Re: [Lldb-commits] [PATCH] D17099: Add reverse-connect functionality to the gdb-remote command

2016-02-12 Thread Francis Ricci via lldb-commits
fjricci added a comment. It looks like passing a `listen://` url to `ConnectToDebugserver` actually works "out of the box". Thanks! I'll work on writing a unit test. http://reviews.llvm.org/D17099 ___ lldb-commits mailing list lldb-commits@lists.ll

Re: [Lldb-commits] [PATCH] D17106: Fix SocketTest on Windows

2016-02-12 Thread Pavel Labath via lldb-commits
labath added a subscriber: labath. labath accepted this revision. labath added a reviewer: labath. labath added a comment. This revision is now accepted and ready to land. We are not running these unittests on windows at the moment. You are the windows maintainer, so if you say this is working fo

Re: [Lldb-commits] [PATCH] D17182: Adjust for Python-3.

2016-02-12 Thread Pavel Labath via lldb-commits
labath accepted this revision. This revision is now accepted and ready to land. Comment at: scripts/Python/modules/readline/readline.cpp:55 @@ -39,1 +54,3 @@ static char* +#if PY_VERSION_HEX >= 0x0300 +simple_readline(FILE *stdin, FILE *stdout, const char *prompt) ---

Re: [Lldb-commits] [PATCH] D17088: Add target and host platform enums so we're not using strings everywhere

2016-02-12 Thread Pavel Labath via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. looks good. http://reviews.llvm.org/D17088 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listin

Re: [Lldb-commits] [PATCH] D17099: Add reverse-connect functionality to the gdb-remote command

2016-02-12 Thread Pavel Labath via lldb-commits
labath added a comment. I like this more, but I'd like to take it a bit further. I think we won't have to parse the url string at all (see comments). I believe the best way to avoid breaking (and being broken by) other changes is to make sure this fits in nicely in the existing architecture. Pu

Re: [Lldb-commits] [PATCH] D17131: [LLDB][MIPS] Fix TestInferiorAssert.py for MIPS

2016-02-12 Thread Nitesh Jain via lldb-commits
nitesh.jain updated this revision to Diff 47776. nitesh.jain added a comment. Update the diff as per suggestion. Repository: rL LLVM http://reviews.llvm.org/D17131 Files: packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py Index: packages/Python/lldbsuit

Re: [Lldb-commits] [PATCH] D17131: [LLDB][MIPS] Fix TestInferiorAssert.py for MIPS

2016-02-12 Thread Nitesh Jain via lldb-commits
nitesh.jain marked an inline comment as done. nitesh.jain added a comment. Thanks zturner. Will update the diff as per suggestion. Repository: rL LLVM http://reviews.llvm.org/D17131 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http:/