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 580b6dfb45 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

	* os/linux/x86/libpty.so
	* os/linux/x86/libspawner.so
2004-11-16 20:49:27 +00:00

49 lines
No EOL
1.3 KiB
Text

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 David Inglis
Added platform attribute to processlist extension
* plugin.xml
2004-03-02 James Ciesielski
Marked strings as non-translatable.
* src/org/eclipse/cdt/internal/core/solaris/Processlist.java
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.