mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
16 lines
No EOL
516 B
Text
16 lines
No EOL
516 B
Text
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. |