1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 01:35:39 +02:00
This commit is contained in:
Alain Magloire 2002-10-21 20:38:32 +00:00
parent 11d573cbbf
commit e3b2ddf78d

View file

@ -1,3 +1,9 @@
2002-10-21 Alain Magloire
* src/.../core/cdi/EventManager.java (update): Only
fire the event for MemoryChangedEvent if the block was
not frozen.
2002-10-20 Alain Magloire
Eclipse provides plugins a way to trace by having an .options file,
@ -13,8 +19,8 @@
* .options: Set debug to true.
* src/.../core/MIPlugin.java (debugLog): Break the log line in small chuncks of 100.
* src/.../MISession.java (postCommand): Print the gdb/mi command.
* src/.../RxThread.java (run): Print gdb/mi responses.
* src/.../core/MISession.java (postCommand): Print the gdb/mi command.
* src/.../core/RxThread.java (run): Print gdb/mi responses.
2002-10-20 Alain Magloire