Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Sharedlibrary configuration

Index: ChangeLog
===================================================================
RCS file: /home/tools/org.eclipse.cdt.debug.core/ChangeLog,v
retrieving revision 1.106
diff -u -r1.106 ChangeLog
--- ChangeLog	21 Jan 2003 21:40:32 -0000	1.106
+++ ChangeLog	23 Jan 2003 19:54:27 -0000
@@ -1,4 +1,8 @@
 2003-01-21 Alain Magloire
+	* src/org/eclipse/cdt/debug/core/cdi/event/ICDIConfiguration.java
+	(supportsSharedLibary): New method.
+
+2003-01-21 Alain Magloire
 
 	* src/org/eclipse/cdt/debug/core/cdi/event/ICDISuspendedEvent.java:
 	Use ICDISignalReceived instead.
Index: src/org/eclipse/cdt/debug/core/cdi/ICDIConfiguration.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt.debug.core/src/org/eclipse/cdt/debug/core/cdi/ICDIConfiguration.java,v
retrieving revision 1.2
diff -u -r1.2 ICDIConfiguration.java
--- src/org/eclipse/cdt/debug/core/cdi/ICDIConfiguration.java	9 Sep 2002 20:58:00 -0000	1.2
+++ src/org/eclipse/cdt/debug/core/cdi/ICDIConfiguration.java	23 Jan 2003 19:54:27 -0000
@@ -84,6 +84,13 @@
 	boolean supportsRegisterModification();
 
 	/**
+	 * Returns whether this session supports shared library.
+	 * 
+	 * @return whether this session supports registers modification
+	 */
+	boolean supportsSharedLibrary();
+
+	/**
 	 * Returns whether this session supports memory retrieval.
 	 * 
 	 * @return whether this session supports memory retrieval



Back to the top