1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.core.solaris/ChangeLog
Alain Magloire 31390481e6 updated.
2002-10-17 15:54:04 +00:00

26 lines
No EOL
806 B
Text

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 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.