1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00
cdt/debug/org.eclipse.cdt.debug.mi.ui/ChangeLog

59 lines
1.8 KiB
Text
Raw Normal View History

2003-03-26 Mikhail Khodjaiants
Cosmetic changes in the 'MIPreferencePage' class.
* MIPreferencePage.java
2003-02-12 Mikhail Khodjaiants
Changes in the 'Automatically Load Symbols' action because of the removal of the
'setAutoSolib' method from ICDISharedLibraryManager.
* SetAutoSolibActionDelegate.java
* plugin.xml
2003-02-11 Mikhail Khodjaiants
The 'Automatically Load Symbols' action is added to the 'Shared Libraries' view.
* SetAutoSolibActionDelegate.java: new
* plugin.properties
* plugin.xml
* icons/full/clcl16/auto_solib_co.gif: new
* icons/full/dlcl16/auto_solib_co.gif: new
* icons/full/elcl16/auto_solib_co.gif: new
2003-02-11 Mikhail Khodjaiants
New package 'org.eclipse.cdt.debug.mi.internal.ui.actions' is added.
2003-02-07 03:51:05 +00:00
2003-02-06 Alain Magloire
* src/.../internal/ui/CygwinDebuggerPage.java (updateLaunchConfigurationDialog):
New method to increase visibility for inner classes.
(getShell): New method to increase visibility for inner classes.
(fGDBCommandText): Change scope to protected.
(fGDBInitText) Change scope to protected.
* src/.../internal/ui/GDBDebuggerPage.java: Ditto.
2003-01-24 17:19:33 +00:00
2003-01-24 David Inglis
* src/.../internal/ui/CDebuggerPage.java (removed)
* src/.../internal/ui/GDBDebuggerPage.java (added)
rename class plus small layout fix.
* plugin.xml
* src/.../internal/ui/CygwinDebuggerPage.java (added)
make Cywin use its own debug page and remove the auto load solib option.
2003-01-17 16:51:24 +00:00
2003-01-17 David Inglis
* src/.../internal/ui/CDebuggerPage.java
Added some browse buttons and new text field for gdbinit file.
2003-01-06 22:19:50 +00:00
2003-01-03 Alain Magloire
* build.properties: Patch from Judy Green.
2003-01-03 20:30:20 +00:00
2003-01-03 Alain Magloire
* src/org/eclipse./cdt/debug/mi/internal/ui/CDebuggerPage.java (setDefaults):
Set autosolib to true by default.
2002-11-27 16:26:46 +00:00
2002-11-26 Doug Schaefer
* plugin.xml:
Added new debugPage for Cygwin GDB.