[Lldb-commits] [lldb] r263625 - Move OperatingSystem plugins to SystemInitializerFull

2016-03-16 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Mar 16 03:48:56 2016 New Revision: 263625 URL: http://llvm.org/viewvc/llvm-project?rev=263625&view=rev Log: Move OperatingSystem plugins to SystemInitializerFull Summary: These are not needed in lldb-server. Removing them shrinks the server size by about 1.5%. Reviewers

Re: [Lldb-commits] [PATCH] D18188: Move OperatingSystem plugins to SystemInitializerFull

2016-03-16 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263625: Move OperatingSystem plugins to SystemInitializerFull (authored by labath). Changed prior to commit: http://reviews.llvm.org/D18188?vs=50740&id=50802#toc Repository: rL LLVM http://reviews.l

Re: [Lldb-commits] [PATCH] D18044: Fix a couple of cornercases in FileSpec + tests

2016-03-16 Thread Pavel Labath via lldb-commits
labath added a comment. Interesting... I didn't run the tests on windows. I was hoping they would run mostly the same on all platforms. I'll try to give them a spin now... Repository: rL LLVM http://reviews.llvm.org/D18044 ___ lldb-commits maili

[Lldb-commits] [lldb] r263628 - Fix thread/process ID reading from linux core files

2016-03-16 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Mar 16 04:19:57 2016 New Revision: 263628 URL: http://llvm.org/viewvc/llvm-project?rev=263628&view=rev Log: Fix thread/process ID reading from linux core files Summary: This also adds a basic smoke test for linux core file reading. I'm checking in the core files as well,

Re: [Lldb-commits] [PATCH] D18176: Fix thread/process ID reading from linux core files

2016-03-16 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263628: Fix thread/process ID reading from linux core files (authored by labath). Changed prior to commit: http://reviews.llvm.org/D18176?vs=50709&id=50806#toc Repository: rL LLVM http://reviews.llv

[Lldb-commits] [lldb] r263629 - [test] Persist packets between expect_gdbremote_sequence invocations

2016-03-16 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Mar 16 04:44:49 2016 New Revision: 263629 URL: http://llvm.org/viewvc/llvm-project?rev=263629&view=rev Log: [test] Persist packets between expect_gdbremote_sequence invocations Summary: Some tests (Hc_then_Csignal_signals_correct_thread, at least) were sending a "continu

Re: [Lldb-commits] [PATCH] D18140: [test] Persist packets between expect_gdbremote_sequence invocations

2016-03-16 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL263629: [test] Persist packets between expect_gdbremote_sequence invocations (authored by labath). Changed prior to commit: http://reviews.llvm.org/D18140?vs=50577&id=50809#toc Repository: rL LLVM h

[Lldb-commits] [lldb] r263631 - Mark an LLGS test as flaky

2016-03-16 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Mar 16 04:58:34 2016 New Revision: 263631 URL: http://llvm.org/viewvc/llvm-project?rev=263631&view=rev Log: Mark an LLGS test as flaky cause: Async output arrival over pty Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py Mo

[Lldb-commits] [lldb] r263633 - Switch from unittest2.expectedFailure to our own decorator on TestSTL

2016-03-16 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Mar 16 05:39:33 2016 New Revision: 263633 URL: http://llvm.org/viewvc/llvm-project?rev=263633&view=rev Log: Switch from unittest2.expectedFailure to our own decorator on TestSTL the main reason is that our decorator contains extra fluff to "expect" crashes (which seem to

[Lldb-commits] [PATCH] D18206: Move DynamicLoader plugins to SystemInitializerFull

2016-03-16 Thread Pavel Labath via lldb-commits
labath created this revision. labath added a reviewer: zturner. labath added a subscriber: lldb-commits. These are not needed by lldb-server. Removing them shrinks the server by about 0.5%. http://reviews.llvm.org/D18206 Files: source/API/SystemInitializerFull.cpp source/Initialization/Syst