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
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
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
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,
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
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
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
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
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
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
10 matches
Mail list logo