CDT Commit Report for - November 16, 2004

amagloire

2004-11-16 Alain Magloire
FIX for 27663
* utils/org/eclipse/cdt/utils/pty/PTY.java
* utils/org/eclipse/cdt/utils/spawner/ProcessFactory.java
* utils/org/eclipse/cdt/utils/spawner/Spawner.java
* utils/org/eclipse/cdt/utils/spawner/SpawnerInputStream.java

2004-11-16 Alain Magloire
NPE when watchpoints are set in the gdb console.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java

2004-11-16 Alain Magloire

Update the library interface to changes in java from Spawner
* library/Spawner.h
* Win32ProcessEx.c
* os/win32/x86/spawner.dll

2004-11-16 Alain Magloire
Do not check for isEnable() when changing condition.
* cdi/org/eclipse/cdt/debug/mi/core/cdi/mode/Breakpoint.java

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

aniefer

bindings from Unary Id Expression

fix ClassCastException bug 74202

dinglis

added use teminal attribute

added terminal default constant

added terminal support

use default constant for terminal

default terminal to true

vhirsl

Fix for PR 78792 [Scanner Config] Include paths not discovered from build output of Ethereal project.
Fixed ambiguous (prefix & postfix based) source file name detection.