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

16452 commits

Author SHA1 Message Date
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
Judy N. Green
4bcfbb46f0 Added a selection changed listener to the textViewer managed by the C Build View (BuildConsoleView.java).
This updates the tool bar menu items to enable the copy action when there is a selection made in the C-Build console.
2002-10-21 20:22:26 +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
Judy N. Green
0bd52b9a1d removed *.jar in build.xml files that was causing the generated jar to be included twice. Jars that need to be copied to the pluh\gins directory must be explicitly added 2002-10-17 20:42:27 +00:00
Alain Magloire
e09dd29657 updated. 2002-10-17 20:11:46 +00:00
Alain Magloire
a3ee79f327 Regenerated. 2002-10-17 20:11:35 +00:00
Alain Magloire
537bd3b590 updated. 2002-10-17 19:58:30 +00:00
Alain Magloire
115779a5ee Patch from Alex Chapiro to fix createCombo. 2002-10-17 19:58:22 +00:00
Alain Magloire
5e33757eef updated. 2002-10-17 19:26:26 +00:00
Alain Magloire
367ffc2972 Fix some memory leaks. 2002-10-17 19:18:20 +00:00
Judy N. Green
cbcaf432bb Fixed problem with C++ header files only showing highlighed C keywords 2002-10-17 19:03:45 +00:00
Alain Magloire
31390481e6 updated. 2002-10-17 15:54:04 +00:00
Alain Magloire
1823ea2f89 regenerated. 2002-10-17 15:53:28 +00:00
Alain Magloire
cad297693f Reformat to be Unix format. Check the program
with access() to see if executable.
2002-10-17 15:52:57 +00:00
Alain Magloire
b968757017 Reformat to be Unix format. Check the program
with pfind() to see if executable.
2002-10-17 15:52:34 +00:00
Alain Magloire
e1b17f11c1 updated. 2002-10-17 14:30:00 +00:00
Alain Magloire
9bad4794b2 Added new method createMemoryBlock() takes string
as the first argument.
2002-10-17 14:29:51 +00:00