1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 09:45:39 +02:00
cdt/debug/org.eclipse.cdt.debug.mi.core/ChangeLog

129 lines
2.9 KiB
Text
Raw Normal View History

2004-05-07 Alain Magloire
PR 57127. Pass the stream verbatim
even if it has spaces.
This what gdb expects.
* mi/org/eclipse/cdt/debug/mi/core/command/MIEnvironmentCD.java
2004-05-07 14:21:21 +00:00
2004-05-07 Alain Magloire
Patch from Keith Rolling(Palm Source).
PR 60664
* src/org/eclipse/cdt/debug/mi/core/MIInferior.java
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-17 16:40:55 +00:00
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 19:34:53 +00:00
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 15:49:58 +00:00
2004-02-19 Alain Magloire
2004-02-19 15:52:37 +00:00
PR #52317
2004-02-19 15:49:58 +00:00
The children were added in the wrong order.
* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2004-02-18 03:51:06 +00:00
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
2004-01-29 16:51:19 +00:00
number. It makes life easier so we comply.
* src/org/eclipse/cdt/debug/mi/core/output/MIInfoThreadsInfo.java
2004-01-28 21:05:06 +00:00
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