mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 23:15:24 +02:00
70 lines
2.1 KiB
Text
70 lines
2.1 KiB
Text
2003-04-07 Mikhail Khodjaiants
|
|
Replaced 'toString()' by 'getMessage()' for CDI exceptions.
|
|
* SetAutoSolibActionDelegate.java
|
|
|
|
2004-04-04 Alain Magloire
|
|
|
|
Code from Monta Vista to do a GDBServer launch.
|
|
The GDBServer launch page.
|
|
|
|
* src/org/eclipse/cdt/debug/mi/internal/ui/GDBServerDebuggerPager.java:
|
|
* plugin.xml
|
|
|
|
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-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 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 David Inglis
|
|
* src/.../internal/ui/CDebuggerPage.java
|
|
Added some browse buttons and new text field for gdbinit file.
|
|
|
|
2003-01-03 Alain Magloire
|
|
|
|
* build.properties: Patch from Judy Green.
|
|
|
|
2003-01-03 Alain Magloire
|
|
|
|
* src/org/eclipse./cdt/debug/mi/internal/ui/CDebuggerPage.java (setDefaults):
|
|
Set autosolib to true by default.
|
|
|
|
2002-11-26 Doug Schaefer
|
|
|
|
* plugin.xml:
|
|
Added new debugPage for Cygwin GDB.
|