mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.
This commit is contained in:
parent
046c7ad162
commit
34c3e374c4
10 changed files with 25 additions and 5 deletions
|
@ -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
|
||||
Bug 118809: Failure to evaluate stack frame.
|
||||
Previous fix didn't work for stack depths > 100.
|
||||
|
|
|
@ -22,4 +22,4 @@ Require-Bundle: org.eclipse.core.resources,
|
|||
org.eclipse.debug.core,
|
||||
org.eclipse.cdt.core,
|
||||
org.eclipse.core.runtime
|
||||
Eclipse-AutoStart: true
|
||||
Eclipse-LazyStart: true
|
||||
|
|
|
@ -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
|
||||
Bug 120390: Avoiding .gdbinit
|
||||
* GDBCDIDebugger.java
|
||||
|
|
|
@ -20,4 +20,4 @@ Require-Bundle: org.eclipse.cdt.debug.core,
|
|||
org.eclipse.debug.core,
|
||||
org.eclipse.cdt.core,
|
||||
org.eclipse.core.runtime
|
||||
Eclipse-AutoStart: true
|
||||
Eclipse-LazyStart: true
|
||||
|
|
|
@ -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
|
||||
Bug 120390: Avoiding .gdbinit
|
||||
* GDBDebuggerPage.java
|
||||
|
|
|
@ -22,4 +22,4 @@ Require-Bundle: org.eclipse.core.resources,
|
|||
org.eclipse.debug.core,
|
||||
org.eclipse.debug.ui,
|
||||
org.eclipse.core.runtime
|
||||
Eclipse-AutoStart: true
|
||||
Eclipse-LazyStart: true
|
||||
|
|
|
@ -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
|
||||
Bug 117754: Stack frame can't display address.
|
||||
* CDebugModelPresentation.java
|
||||
|
|
|
@ -34,4 +34,4 @@ Require-Bundle: org.eclipse.ui.ide,
|
|||
org.eclipse.cdt.core,
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.ui.console
|
||||
Eclipse-AutoStart: true
|
||||
Eclipse-LazyStart: true
|
||||
|
|
|
@ -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
|
||||
Bug 121474: NPE in CDebuggerTab.
|
||||
* CDebuggerTab.java
|
||||
|
|
|
@ -23,4 +23,4 @@ Require-Bundle: org.eclipse.ui.ide,
|
|||
org.eclipse.cdt.debug.ui,
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.core.variables
|
||||
Eclipse-AutoStart: true
|
||||
Eclipse-LazyStart: true
|
||||
|
|
Loading…
Add table
Reference in a new issue