1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00
cdt/dsf-gdb
Marc Khouzam 98c14b14d9 [275497] Return the names of all processes without having to store
them in the service.  Not only is this more efficient because a single call to
the service is used, but it allows us to only store the names of processes that
we are currently debugging.  That way, we know that a pid to name mapping
remains correct.

Note that I only made the change in the 7.0 version of the Processes service.
Pre-7.0, we didn't handle multi-process and therefore, we only use one name for
the process we are currently debugging, and that name is taken from the
executable binary intead.
2009-05-11 15:27:25 +00:00
..
org.eclipse.cdt.dsf.gdb [275497] Return the names of all processes without having to store 2009-05-11 15:27:25 +00:00
org.eclipse.cdt.dsf.gdb.ui [275497] Return the names of all processes without having to store 2009-05-11 15:27:25 +00:00
org.eclipse.cdt.gnu.dsf-feature update feature dependencies 2009-05-01 18:55:52 +00:00
org.eclipse.cdt.tests.dsf.gdb [275193] Enhance the DSF-GDB JUnit tests to allow to test different GDB versions. 2009-05-07 20:14:21 +00:00