Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: cd9ee7a22d41fc61ade66b561f7cb6b1d6f7af99 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12





                                                         





                                                                    









                                                              

                         




                                                          








                                                                 
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.

Back to the top