[Lldb-commits] [PATCH] D15263: Add NetBSD in platform specific logging of the specified category in RegisterCommandsTestCase()

2015-12-05 Thread Kamil Rytarowski via lldb-commits
krytarowski created this revision. krytarowski added reviewers: clayborg, emaste, tfiala. krytarowski added subscribers: joerg, lldb-commits. krytarowski set the repository for this revision to rL LLVM. NetBSD soon will reuse this featur while running tests. Repository: rL LLVM http://reviews.

[Lldb-commits] [PATCH] D15262: Add initial NetBSD support in lldbsuite/test/lldbtest.py

2015-12-05 Thread Kamil Rytarowski via lldb-commits
krytarowski created this revision. krytarowski added reviewers: tfiala, joerg, emaste, clay.chang. krytarowski added a subscriber: lldb-commits. krytarowski set the repository for this revision to rL LLVM. Add new functions: - expectedFailureNetBSD() - expectedFlakeyNetBSD() - skipIfNetBSD(

[Lldb-commits] [PATCH] D15261: Return gmake as the default name for GNU make on NetBSD

2015-12-05 Thread Kamil Rytarowski via lldb-commits
krytarowski created this revision. krytarowski added reviewers: emaste, clayborg, tfiala. krytarowski added subscribers: lldb-commits, joerg. krytarowski set the repository for this revision to rL LLVM. The base make(1) on NetBSD is BSD make. In the default installation of NetBSD GNU make comes v

[Lldb-commits] [PATCH] D15260: getwd(3) with NULL pointer extension is supported on NetBSD

2015-12-05 Thread Kamil Rytarowski via lldb-commits
krytarowski created this revision. krytarowski added reviewers: emaste, tfiala, clayborg. krytarowski added subscribers: joerg, lldb-commits. krytarowski set the repository for this revision to rL LLVM. The getwd() and getcwd() functions conform to IEEE Std 1003.1-1990 (``POSIX.1''). The IEEE Std

[Lldb-commits] [lldb] r254865 - Plug-in PlatformNetBSD initializer and terminator

2015-12-05 Thread Kamil Rytarowski via lldb-commits
Author: kamil Date: Sat Dec 5 15:46:37 2015 New Revision: 254865 URL: http://llvm.org/viewvc/llvm-project?rev=254865&view=rev Log: Plug-in PlatformNetBSD initializer and terminator Summary: Other platform parts needed to build this code are already merged. Reviewers: emaste, clayborg Subscribe

Re: [Lldb-commits] [PATCH] D15066: Plug-in PlatformNetBSD initializer and terminator

2015-12-05 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL254865: Plug-in PlatformNetBSD initializer and terminator (authored by kamil). Repository: rL LLVM http://reviews.llvm.org/D15066 Files: lldb/trunk/source/Initialization/SystemInitializerCommon.cpp

Re: [Lldb-commits] [PATCH] D14904: Document NetBSD platform support on the webpage

2015-12-05 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL254858: Document NetBSD platform support on the webpage (authored by kamil). Changed prior to commit: http://reviews.llvm.org/D14904?vs=41102&id=41993#toc Repository: rL LLVM http://reviews.llvm.org

[Lldb-commits] [lldb] r254858 - Document NetBSD platform support on the webpage

2015-12-05 Thread Kamil Rytarowski via lldb-commits
Author: kamil Date: Sat Dec 5 13:41:37 2015 New Revision: 254858 URL: http://llvm.org/viewvc/llvm-project?rev=254858&view=rev Log: Document NetBSD platform support on the webpage Summary: It's high time. Reviewers: emaste, clayborg Subscribers: labath, joerg, lldb-commits Differential Revisio

[Lldb-commits] [lldb] r254853 - Define new builder_netbsd

2015-12-05 Thread Kamil Rytarowski via lldb-commits
Author: kamil Date: Sat Dec 5 12:46:56 2015 New Revision: 254853 URL: http://llvm.org/viewvc/llvm-project?rev=254853&view=rev Log: Define new builder_netbsd Summary: This is used in tests. Reviewers: emaste, tfiala, clayborg Subscribers: zturner, lldb-commits, joerg Differential Revision: htt

Re: [Lldb-commits] [PATCH] D15065: Define new builder_netbsd

2015-12-05 Thread Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL254853: Define new builder_netbsd (authored by kamil). Changed prior to commit: http://reviews.llvm.org/D15065?vs=41363&id=41991#toc Repository: rL LLVM http://reviews.llvm.org/D15065 Files: lldb/

Re: [Lldb-commits] [PATCH] D15224: [LLDB][MIPS] Fix TestConstVariables.py

2015-12-05 Thread Sagar Thakur via lldb-commits
sagar closed this revision. sagar added a comment. Committed in revision 254850 on behalf of Nitesh Jain. Repository: rL LLVM http://reviews.llvm.org/D15224 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/m

[Lldb-commits] [lldb] r254850 - [LLDB][MIPS] Fix TestConstVariables.py

2015-12-05 Thread Sagar Thakur via lldb-commits
Author: slthakur Date: Sat Dec 5 06:01:48 2015 New Revision: 254850 URL: http://llvm.org/viewvc/llvm-project?rev=254850&view=rev Log: [LLDB][MIPS] Fix TestConstVariables.py Patch by Nitesh Jain. Summary: There is no debug information generated for variable index with –O3 optimization flag. The