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
6c34b97f04 updated. 2002-11-06 21:04:43 +00:00
Alain Magloire
3fad2c2e65 updated. 2002-11-06 20:14:37 +00:00
Alain Magloire
1a65c8e127 some element of the argument array was null. 2002-11-06 20:14:25 +00:00
Mikhail Khodjaiants
8ad962852c Added support of the 'Add Global Variables' action of the Expressions view. 2002-11-05 20:26:57 +00:00
Mikhail Khodjaiants
21a42a700d Added support of the 'Add Global Variables' action of the Expressions view. 2002-11-05 20:16:15 +00:00
Alain Magloire
fd2f3b9004 updated. 2002-11-05 16:21:30 +00:00
Alain Magloire
a6bc372a17 Fire ChangedEvent when setting the value. 2002-11-05 16:21:21 +00:00
David Inglis
aa3229d345 local to native 2002-11-04 20:05:33 +00:00
Mikhail Khodjaiants
281b81b6c2 Implementation of the "Format/Decimal" and "Format/Unsigned Decimal" actions of the Memory view. 2002-11-04 01:47:47 +00:00
Mikhail Khodjaiants
74a706751c Added support of the formatting actions of the Memory view. 2002-11-04 01:40:24 +00:00
Mikhail Khodjaiants
6be5cda658 Implementing decimal format support of the Memory view. 2002-11-01 23:25:06 +00:00
Mikhail Khodjaiants
f1fe1808af Added conversion utilities to support decimal format in the Memory View. 2002-11-01 23:21:32 +00:00
Mikhail Khodjaiants
0397c4165b Added 'IExecFileInfo' interface. 2002-11-01 23:17:17 +00:00
Mikhail Khodjaiants
cb10be8c80 Replaced the 'IProject' argument by 'IFile' in the debug target factory methods - second phase. 2002-11-01 18:24:09 +00:00
Mikhail Khodjaiants
34d635498a Removed unused constructor. 2002-11-01 18:23:49 +00:00
Mikhail Khodjaiants
4b9ae6832a Removed unused debug target factory methods. 2002-11-01 18:23:15 +00:00
Mikhail Khodjaiants
f58a8c96ee Replaced the 'IProject' argument by 'IFile' in the debug target factory methods. 2002-11-01 17:15:50 +00:00
Alain Magloire
103447277e updated. 2002-11-01 16:44:45 +00:00
Alain Magloire
9ecebfa287 Try to catch upfront errors like bad arguments by checking
if the process is still alive.
2002-11-01 16:44:34 +00:00
Alain Magloire
b22d79fa61 Ignore the errror form "set new-console" 2002-11-01 16:43:53 +00:00
Alain Magloire
e27b80d2b5 Update() returns the addresses. 2002-11-01 16:43:24 +00:00
Alain Magloire
acd6a6b567 Refresh any other needed block. 2002-11-01 16:41:29 +00:00
David Inglis
075e29a48e let throw MIException in createSession 2002-11-01 15:04:43 +00:00
Mikhail Khodjaiants
2d39f23eee Removed the 'Modified Value Color' preference. 2002-10-31 23:29:27 +00:00
Mikhail Khodjaiants
a429e30634 Fix for synchronization bug in CFormattedMemoryBlock. 2002-10-31 22:34:55 +00:00
Mikhail Khodjaiants
a8f3a92e07 Fix for synchronization bug in CFormattedMemoryBlock. 2002-10-31 22:34:33 +00:00
Mikhail Khodjaiants
25f35a02c8 Fix for synchronization bug in CFormattedMemoryBlock. 2002-10-31 22:28:21 +00:00
Mikhail Khodjaiants
33825fd97a Fix for synchronization bug in CFormattedMemoryBlock. 2002-10-31 22:08:34 +00:00
Alain Magloire
d2195ebf5d update. 2002-10-31 00:15:58 +00:00
Alain Magloire
b2ec6d9142 Check if The MemoryBlock.isDirty(). 2002-10-31 00:15:48 +00:00
Alain Magloire
6f1a249cc3 Two new methods isDirty() and setDirty(). 2002-10-31 00:15:26 +00:00
Mikhail Khodjaiants
ee3a8df6fd Implementing the 'Refresh Memory' action. 2002-10-30 23:39:31 +00:00
Mikhail Khodjaiants
18d7a22ac2 Implementation of the 'SaveMemoryChanges' action. 2002-10-30 22:01:01 +00:00
Mikhail Khodjaiants
f5a02f5aab Implementation of the 'SaveMemoryChanges' action. 2002-10-30 21:55:59 +00:00
Peter Graves
92c9f39f22 Updated to reflect removal of evaluateExpressionToValue from the API and added a Changelog 2002-10-30 20:55:07 +00:00
Alain Magloire
62db38efbd updated. 2002-10-30 20:52:05 +00:00
Alain Magloire
ac61f0f586 reuse refresh() to fire events if the assign was succesffull. 2002-10-30 20:51:53 +00:00
Mikhail Khodjaiants
33f9b69bf6 Fix for bug 25283 2002-10-30 20:44:28 +00:00
Mikhail Khodjaiants
d21b0d328a Fix for bug 25283 2002-10-30 19:39:17 +00:00
Mikhail Khodjaiants
10cf93ffdc Fix for bug 25283. 2002-10-30 16:31:07 +00:00
Alain Magloire
30a03f022b updated. 2002-10-30 14:47:45 +00:00
Alain Magloire
5b211d6865 Do not use the sameThread() method. 2002-10-30 14:47:31 +00:00
Mikhail Khodjaiants
1a83c46a2c Implementing editing features of the memory view. 2002-10-30 05:03:21 +00:00
Mikhail Khodjaiants
e4a57a52b7 Implementing editing features of the memory view. 2002-10-28 23:33:53 +00:00
Alain Magloire
347a692269 updated. 2002-10-28 20:38:27 +00:00
Alain Magloire
9a92aa9b13 Generate a MIMemoryChangedEvent when doing setValue. 2002-10-28 20:38:18 +00:00
Mikhail Khodjaiants
113211c2e4 Adding editing features to the memory view. 2002-10-28 02:53:58 +00:00
Mikhail Khodjaiants
873f660e03 Implementing the memory view. 2002-10-28 02:46:38 +00:00
Alain Magloire
7c6cf4d75f update. 2002-10-26 23:40:44 +00:00
Alain Magloire
57bc7c4a2d update() new Method. 2002-10-26 23:40:34 +00:00