2004-11-16 20:49:27 +00:00
|
|
|
2004-11-16 Alain Magloire
|
|
|
|
|
|
|
|
Fix for 27663, allow to exec with pty emulation.
|
|
|
|
* library/Makefile
|
|
|
|
* library/openpty.c(set_noecho): new function
|
|
|
|
* library/opentpty.h: update header.
|
|
|
|
* library/pty.c: refactor forkpyt to openMaster()
|
|
|
|
* library/PTY.h: regenerate
|
|
|
|
* library/spawner.c: add exec2() support
|
|
|
|
* library/Spawner.h: regenerate
|
|
|
|
|
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 17:58:15 +00:00
|
|
|
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.
|