1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00
cdt/core/org.eclipse.cdt.core.solaris/ChangeLog

38 lines
1 KiB
Text
Raw Normal View History

2004-03-25 19:41:11 +00:00
2004-03-25 David Inglis
Added platform attribute to processlist extension
* plugin.xml
2004-03-02 17:17:32 +00:00
2004-03-02 James Ciesielski
Marked strings as non-translatable.
* src/org/eclipse/cdt/internal/core/solaris/Processlist.java
2002-10-17 15:54:04 +00:00
2002-10-16 Alain Magloire
* library/pfind.c: Reformat to be Unix format.
check with access() that the program is an executable.
* library/exec_unix.c: Reformat to be Unix format.
Check with pfind() that the program is an executable.
* os/solaris/sparc/libspawner.so: regenerated.
2002-10-15 18:13:31 +00:00
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.
* src/org/eclipse/cdt/internal/core/solaris:
New Source folder created.
* src/../internal/core/solaris/ProcessInfo.java
src/../internal/core/solaris/ProcessList.java:
New file implements IProcessFactory.