1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/debug/org.eclipse.cdt.debug.mi.ui/ChangeLog
Alain Magloire 5af111e1fa updated
2003-02-07 03:51:05 +00:00

36 lines
1.1 KiB
Text

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.