1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.

This commit is contained in:
Mikhail Khodjaiants 2005-12-27 23:59:14 +00:00
parent 046c7ad162
commit 34c3e374c4
10 changed files with 25 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2005-12-27 Mikhail Khodjaiants
Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.
* MANIFEST.MF
2005-12-16 Mikhail Khodjaiants 2005-12-16 Mikhail Khodjaiants
Bug 118809: Failure to evaluate stack frame. Bug 118809: Failure to evaluate stack frame.
Previous fix didn't work for stack depths > 100. Previous fix didn't work for stack depths > 100.

View file

@ -22,4 +22,4 @@ Require-Bundle: org.eclipse.core.resources,
org.eclipse.debug.core, org.eclipse.debug.core,
org.eclipse.cdt.core, org.eclipse.cdt.core,
org.eclipse.core.runtime org.eclipse.core.runtime
Eclipse-AutoStart: true Eclipse-LazyStart: true

View file

@ -1,3 +1,7 @@
2005-12-27 Mikhail Khodjaiants
Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.
* MANIFEST.MF
2005-12-20 Mikhail Khodjaiants 2005-12-20 Mikhail Khodjaiants
Bug 120390: Avoiding .gdbinit Bug 120390: Avoiding .gdbinit
* GDBCDIDebugger.java * GDBCDIDebugger.java

View file

@ -20,4 +20,4 @@ Require-Bundle: org.eclipse.cdt.debug.core,
org.eclipse.debug.core, org.eclipse.debug.core,
org.eclipse.cdt.core, org.eclipse.cdt.core,
org.eclipse.core.runtime org.eclipse.core.runtime
Eclipse-AutoStart: true Eclipse-LazyStart: true

View file

@ -1,3 +1,7 @@
2005-12-27 Mikhail Khodjaiants
Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.
* MANIFEST.MF
2005-12-20 Mikhail Khodjaiants 2005-12-20 Mikhail Khodjaiants
Bug 120390: Avoiding .gdbinit Bug 120390: Avoiding .gdbinit
* GDBDebuggerPage.java * GDBDebuggerPage.java

View file

@ -22,4 +22,4 @@ Require-Bundle: org.eclipse.core.resources,
org.eclipse.debug.core, org.eclipse.debug.core,
org.eclipse.debug.ui, org.eclipse.debug.ui,
org.eclipse.core.runtime org.eclipse.core.runtime
Eclipse-AutoStart: true Eclipse-LazyStart: true

View file

@ -1,3 +1,7 @@
2005-12-27 Mikhail Khodjaiants
Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.
* MANIFEST.MF
2005-11-23 Mikhail Khodjaiants 2005-11-23 Mikhail Khodjaiants
Bug 117754: Stack frame can't display address. Bug 117754: Stack frame can't display address.
* CDebugModelPresentation.java * CDebugModelPresentation.java

View file

@ -34,4 +34,4 @@ Require-Bundle: org.eclipse.ui.ide,
org.eclipse.cdt.core, org.eclipse.cdt.core,
org.eclipse.core.runtime, org.eclipse.core.runtime,
org.eclipse.ui.console org.eclipse.ui.console
Eclipse-AutoStart: true Eclipse-LazyStart: true

View file

@ -1,3 +1,7 @@
2005-12-27 Mikhail Khodjaiants
Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.
* MANIFEST.MF
2005-12-20 Mikhail Khodjaiants 2005-12-20 Mikhail Khodjaiants
Bug 121474: NPE in CDebuggerTab. Bug 121474: NPE in CDebuggerTab.
* CDebuggerTab.java * CDebuggerTab.java

View file

@ -23,4 +23,4 @@ Require-Bundle: org.eclipse.ui.ide,
org.eclipse.cdt.debug.ui, org.eclipse.cdt.debug.ui,
org.eclipse.core.runtime, org.eclipse.core.runtime,
org.eclipse.core.variables org.eclipse.core.variables
Eclipse-AutoStart: true Eclipse-LazyStart: true