[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[linuxtools-commit] [Git@Eclipse] Eclipse Linux Tools branch master updated. v0.8.0-1429-gec10495
|
- From: genie@xxxxxxxxxxx (Otavio Pontes)
- Date: Thu, 14 Jun 2012 09:16:33 -0400 (EDT)
- Delivered-to: linuxtools-commit@eclipse.org
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Eclipse Linux Tools".
The branch, master has been updated
via ec104952ec06d23050a38febe55db1f59aa0b972 (commit)
via a1e209c2368a4bc154e31d91943a8b8c658034ca (commit)
via d116c9fe4828bd5abaf735d0e9c90ee6e4d49dab (commit)
via d891272a98a32fd48b53f1aa9585386f5e8a429d (commit)
via c5a75343b64ffe69efe7827c7c4d4bf306a5d420 (commit)
via 054298b18ea20af6e0738df6963d09c046510193 (commit)
from 08abc02e8b3c72679ea6a0ccf7019a68e8dd1a57 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ec104952ec06d23050a38febe55db1f59aa0b972
Author: Otavio Pontes <obusatto@xxxxxxxxxxxxxxxxxx>
Date: Wed Jun 13 15:55:49 2012 -0300
ssh.proxy: Dealing with connection errors in SSHCommandLauncher
commit a1e209c2368a4bc154e31d91943a8b8c658034ca
Author: Otavio Pontes <obusatto@xxxxxxxxxxxxxxxxxx>
Date: Wed Jun 13 15:53:54 2012 -0300
ssh.proxy: Avoid throwing a null pointer exception
A NPE was thrown when the proxy is used inside a thread that has no
access to the UI. Now we will only have a connection error.
commit d116c9fe4828bd5abaf735d0e9c90ee6e4d49dab
Author: Otavio Pontes <obusatto@xxxxxxxxxxxxxxxxxx>
Date: Wed Jun 13 15:13:32 2012 -0300
Systemtap: Adding option to load stap probes remotely
commit d891272a98a32fd48b53f1aa9585386f5e8a429d
Author: Otavio Pontes <obusatto@xxxxxxxxxxxxxxxxxx>
Date: Wed Jun 13 14:27:09 2012 -0300
Systemtap: Using remote proxy to load systemtap probes and functions.
It is still loading functions locally, but using the remote proxy to run
commands. This will help to implement remote capabilities.
commit c5a75343b64ffe69efe7827c7c4d4bf306a5d420
Author: Otavio Pontes <obusatto@xxxxxxxxxxxxxxxxxx>
Date: Wed Jun 13 14:25:23 2012 -0300
ssh.proxy: Escaping all arguments to avoid issues with spaces in args
commit 054298b18ea20af6e0738df6963d09c046510193
Author: Otavio Pontes <obusatto@xxxxxxxxxxxxxxxxxx>
Date: Wed Jun 13 13:17:11 2012 -0300
ssh.proxy: Accept null in args or env parameters when running a process.
-----------------------------------------------------------------------
Summary of changes:
.../linuxtools/internal/ssh/proxy/Messages.java | 1 +
.../linuxtools/internal/ssh/proxy/SSHBase.java | 7 ++-
.../internal/ssh/proxy/SSHCommandLauncher.java | 42 +++++++------
.../internal/ssh/proxy/messages.properties | 1 +
.../internal/systemtap/ui/ide/IDEPlugin.java | 35 ++++++++--
.../systemtap/ui/ide/StringOutputStream.java | 26 ++++----
.../systemtap/ui/ide/localization.properties | 1 +
.../ui/ide/preferences/IDEPreferenceConstants.java | 1 +
.../ui/ide/preferences/IDEPreferencePage.java | 10 ++-
.../ui/ide/preferences/PreferenceInitializer.java | 1 +
.../systemtap/ui/ide/views/KernelBrowserView.java | 14 +----
.../systemtap/ui/ide/structures/TapsetParser.java | 66 +++++++++++---------
12 files changed, 119 insertions(+), 86 deletions(-)
copy perf/org.eclipse.linuxtools.perf/src/org/eclipse/linuxtools/internal/perf/model/PMLineRef.java => systemtap/org.eclipse.linuxtools.systemtap.ui.ide/src/org/eclipse/linuxtools/internal/systemtap/ui/ide/StringOutputStream.java (52%)
hooks/post-receive
--
Eclipse Linux Tools