1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

3443 commits

Author SHA1 Message Date
Alain Magloire
19ecaa14e1 getMIProcess was rename getGDBProcess 2002-10-22 20:27:33 +00:00
Mikhail Khodjaiants
99aa0c76d4 Implementation of the "Show ASCII" action. 2002-10-22 17:10:49 +00:00
Alain Magloire
a6a656f007 updated. 2002-10-22 15:54:25 +00:00
Alain Magloire
90cba2d346 Change the OuputStream for the writ() with
and Writer.  and clear the buffer on flush.
2002-10-22 15:54:02 +00:00
Alain Magloire
9d99bf397d updated. 2002-10-22 04:53:30 +00:00
Alain Magloire
281e19abf3 start the thread monitors. 2002-10-22 04:50:48 +00:00
Alain Magloire
4f906197da Implement a monitor thread for the stream 2002-10-22 04:48:50 +00:00
Alain Magloire
cf2832ceab Implement getAdapter and more fixes. 2002-10-22 04:48:02 +00:00
Mikhail Khodjaiants
dc302bdd60 Framework tries to refresh memory view before the view controls are created. 2002-10-22 02:53:48 +00:00
Mikhail Khodjaiants
80238aadc8 Implementation of the "Clear" action for the memory view. 2002-10-21 21:49:18 +00:00
Alain Magloire
64c34799f5 updated. 2002-10-21 21:38:52 +00:00
Alain Magloire
fc62968007 Uncomment the log stream code. 2002-10-21 21:38:44 +00:00
Alain Magloire
9a1e378aaa getMIConsoleStream() and getMILogStream() new methods. 2002-10-21 21:38:24 +00:00
Alain Magloire
6a389b25b5 New file. 2002-10-21 21:37:41 +00:00
Mikhail Khodjaiants
8cb3a11b6a Implementation of the "Auto-Refresh" and "Refresh" actions for the memory view. 2002-10-21 20:59:13 +00:00
Alain Magloire
e3b2ddf78d update. 2002-10-21 20:38:32 +00:00
Alain Magloire
11d573cbbf fire the MemoryChangedEvent for not frozen blocks only. 2002-10-21 20:38:20 +00:00
Mikhail Khodjaiants
83ea6524dc Display the memory changes in different color in the memory view. 2002-10-21 03:42:09 +00:00
Mikhail Khodjaiants
16803793a6 Added a functionality to process ICDIMemoryChangedEvent 2002-10-21 03:41:16 +00:00
Mikhail Khodjaiants
a929d712af Added a functionality to process ICDIMemoryChangedEvent 2002-10-21 03:35:35 +00:00
Alain Magloire
daf7880caf update. 2002-10-21 02:56:04 +00:00
Alain Magloire
878808ef49 set debug to true. 2002-10-21 02:55:50 +00:00
Alain Magloire
f9b771cd11 Print gdb responses. 2002-10-21 02:55:39 +00:00
Alain Magloire
5fff1d8d25 Print gdb commands. 2002-10-21 02:55:21 +00:00
Alain Magloire
1c0d68d350 debugLog() break in the line in smaller chunks. 2002-10-21 02:55:00 +00:00
Alain Magloire
dc814f1e18 Updated. 2002-10-20 23:30:22 +00:00
Alain Magloire
40bea02947 New File implememt -data-write-register-values. 2002-10-20 23:30:11 +00:00
Alain Magloire
f2949a1eed New File implememt -data-write-memory. 2002-10-20 23:29:53 +00:00
Alain Magloire
b73d21d609 New method createMIDataWriteMemory()
New method createMIDataWriteRegisterValues().
2002-10-20 23:29:24 +00:00
Alain Magloire
b8c0643ed9 Remove getDirectories()
Remove setDirectories()
Remove reset().
2002-10-20 23:28:38 +00:00
Alain Magloire
1a7d9c7c71 Implememnt setValue(). 2002-10-20 23:28:00 +00:00
Alain Magloire
d05df2d9de Remove evaluateExpressionToValue().
Remove getCMemoryBlock().
2002-10-20 23:27:25 +00:00
Alain Magloire
fae625a39c updated 2002-10-20 23:21:38 +00:00
Alain Magloire
6b25a8c1c8 Remove getDirectories()
Remove setDirectories()
Remove reset().
2002-10-20 23:21:29 +00:00
Alain Magloire
0f4029f0e6 Remove of getCMemoryBlock() not use.
Remove evaluateExpressionToValue not use.
2002-10-20 23:20:59 +00:00
Alain Magloire
b1b68787e3 updated. 2002-10-19 19:21:24 +00:00
Alain Magloire
7c45b6aa42 Indentation 2002-10-19 19:21:14 +00:00
Alain Magloire
e0a1aac99a new File for memory event. 2002-10-19 19:20:55 +00:00
Alain Magloire
fe3137c647 new method update() to generage MemoryChangedEvents. 2002-10-19 19:20:35 +00:00
Alain Magloire
70ceb04d59 Implements ICDIMemoryChangedEvent. 2002-10-19 19:20:11 +00:00
Alain Magloire
0ce8dee341 New methods to expose internal variable fields. 2002-10-19 19:19:53 +00:00
Alain Magloire
6211cfdea3 Process MIMemoryChangedEvents. 2002-10-19 19:19:26 +00:00
Alain Magloire
5bd17656da Catch potential nullpointer exceptions. 2002-10-19 19:19:11 +00:00
Alain Magloire
a02276b6ee updated 2002-10-19 19:15:49 +00:00
Alain Magloire
273ab56e71 New event trigger by memory changes. 2002-10-19 19:15:41 +00:00
Mikhail Khodjaiants
73c66134ef Implementation of the memory view. 2002-10-18 22:02:51 +00:00
Mikhail Khodjaiants
60e7f0dd37 Implementation of the 'dispose' method for 'CFormattedMemoryBlock'. 2002-10-18 21:54:37 +00:00
David Inglis
efefa375bb fix feature build problem (jgreen patch) 2002-10-18 18:45:05 +00:00
Mikhail Khodjaiants
f3214e2438 Implementing the memory view support. 2002-10-17 23:17:02 +00:00
Alain Magloire
e1b17f11c1 updated. 2002-10-17 14:30:00 +00:00