2004-04-01 Alain Magloire GDBServer configuration should be "*" not "native" * plugin.xml 2004-03-23 Alain Magloire Fix for bug 55766: The Shared Libraries view displays the wrong icon if the "Load Symbols" action fails. * src/org/eclipse/cdt/debug/mi/core/cdi/SharedLibraryManager.java 2004-03-17 Alain Magloire Changes pass the array of events instead of one at a time * cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/Manager.java 2004-03-16 Tanya Wolff Marked strings in src as non-translatable * src/GDBServerDebugger.java * src/GDBTypeParser.java * src/RxThread.java 2004-03-14 Alain Magloire Break the ChangeLog file in two. * ChangeLog * ChangeLog-2003 2004-03-14 Alain Magloire The Managers extends Manager class for more flexibility * cdi/org/eclipse/cdt/debug/mi/core/cdi/Manager.java 2004-03-12 Tanya Wolff Marked strings as non-translatable and externalized strings in new exceptions thrown. * cdi/ * src/ 2004-03-12 Tanya Wolff Marked strings as non-translatable. * mi/ 2004-03-01 Alain Magloire Reog. New source browser. Move the classes to the appropriate categories. * mi/ * cdi/ 2004-02-19 Alain Magloire PR #52317 The children were added in the wrong order. * src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java 2004-02-17 Alain Magloire If we attach save the PID for later for example to be able to suspend. * src/org/eclipse/cdt/debug/mi/core/MIInferior.java * src/org/eclipse/cdt/debug/mi/core/MIPlugin.java 2004-02-11 Alain Magloire Use String.endsWith("(gdb)") to detect the prompt. Sometimes gdb does not flush the endline. * src/org/eclipse/cdt/debug/mi/core/MIPlugin.java 2004-01-30 Alain Magloire Allow the clients to override the interrupt. * src/org/eclipse/cdt/debug/mi/core/MIInferior.java * src/org/eclipse/cdt/debug/mi/core/TxThread.java * src/org/eclipse/cdt/debug/mi/core/command/CommandFactory.java * src/org/eclipse/cdt/debug/mi/core/command/MICommand.java 2004-01-29 Alain Magloire The CDT debug ui prefers things to be in ascending number. It makes life easier so we comply. * src/org/eclipse/cdt/debug/mi/core/output/MIInfoThreadsInfo.java 2004-01-28 Alain Magloire Some clients using MI need to have access to thoes methods change the scope for protected. * src/org/eclipse/cdt/debug/mi/core/cdi/model/Value.java * src/org/eclipse/cdt/debug/mi/core/command/CLICommand.java * src/org/eclipse/cdt/debug/mi/core/output/MIInfoThreadsInfo.java 2004-01-22 Alain Magloire Cache the stackframes when we become suspended, to reduce the chat between gdb. * src/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java