Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2005-08-25 21:45:23 +0000
committerMikhail Khodjaiants2005-08-25 21:45:23 +0000
commit282d9eb2992b3cad2139d7c8f78301c1ae352d99 (patch)
tree97d4307668e01b489ac1982b534fbd46738742bf /launch/org.eclipse.cdt.launch/ChangeLog
parentc8e4f806471b098e74ffb4882b3d69d967f7d9e9 (diff)
downloadorg.eclipse.cdt-282d9eb2992b3cad2139d7c8f78301c1ae352d99.tar.gz
org.eclipse.cdt-282d9eb2992b3cad2139d7c8f78301c1ae352d99.tar.xz
org.eclipse.cdt-282d9eb2992b3cad2139d7c8f78301c1ae352d99.zip
Bug 66446: Use the debugger path as a debugger process label. Deprecated the "renderDebuggerProcessLabel" method.
Diffstat (limited to 'launch/org.eclipse.cdt.launch/ChangeLog')
-rw-r--r--launch/org.eclipse.cdt.launch/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/ChangeLog b/launch/org.eclipse.cdt.launch/ChangeLog
index b57c05a31f6..a4c5b5d003b 100644
--- a/launch/org.eclipse.cdt.launch/ChangeLog
+++ b/launch/org.eclipse.cdt.launch/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-25 Mikhail Khodjaiants
+ Bug 66446: Use the debugger path as a debugger process label.
+ Deprecated the "renderDebuggerProcessLabel" method.
+ * AbstractCLaunchDelegate.java
+
2005-07-18 Alain Magloire
New combo to choose the MIVersion.
* src/org/eclipse/cdt/launch/ui/CDEbuggerTab.java

Back to the top