Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/org.eclipse.cdt.core.solaris/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.solaris/ChangeLog b/core/org.eclipse.cdt.core.solaris/ChangeLog
index 7b08e668490..47694f6536c 100644
--- a/core/org.eclipse.cdt.core.solaris/ChangeLog
+++ b/core/org.eclipse.cdt.core.solaris/ChangeLog
@@ -1,5 +1,10 @@
2002-10-15 Alain Magloire
+ * src/../internal/core/solaris/ProcessList.java:
+ (getProcessList): Trim the line before parsing it.
+
+2002-10-15 Alain Magloire
+
Implement the ProcessList extension point for Solaris, by
spawning "ps -e -o pid,arg". This is use when
attaching to a running process with gdb.

Back to the top