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

959 commits

Author SHA1 Message Date
Mikhail Khodjaiants
b44541d2d1 If the backtrace is very deep the debugger is unable to parse MI output. The limited number of stack frames will be displayed. 2002-11-16 00:48:31 +00:00
Alain Magloire
fb67cea201 updated. 2002-11-14 21:09:54 +00:00
Alain Magloire
4a4c9e0acd updated. 2002-11-14 21:04:49 +00:00
Alain Magloire
9a302b9897 Provide 2 new method getStackFrames(int low, int hi)
getStackFrameCount();
2002-11-14 21:02:51 +00:00
Mikhail Khodjaiants
db8f9c2d4c Fix for the stepping problem if the selected stack frame is not the topmost one. 2002-11-13 21:01:51 +00:00
David Inglis
2abb649ea3 added supported cpu list to debugger extension 2002-11-13 14:00:33 +00:00
Mikhail Khodjaiants
5af988624b When a referenced project is deleted it's location is null. The source locator should check this when it returns the path array. 2002-11-07 21:54:40 +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
Mikhail Khodjaiants
74a706751c Added support of the formatting actions of the Memory view. 2002-11-04 01:40:24 +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
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
Mikhail Khodjaiants
ee3a8df6fd Implementing the 'Refresh Memory' action. 2002-10-30 23:39:31 +00:00
Mikhail Khodjaiants
f5a02f5aab Implementation of the 'SaveMemoryChanges' action. 2002-10-30 21:55:59 +00:00
Mikhail Khodjaiants
10cf93ffdc Fix for bug 25283. 2002-10-30 16:31:07 +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
Mikhail Khodjaiants
873f660e03 Implementing the memory view. 2002-10-28 02:46:38 +00:00
Alain Magloire
b3e4fda188 updated 2002-10-26 23:35:29 +00:00
Alain Magloire
3c1c73ce62 new method refresh(). 2002-10-26 23:35:20 +00:00
Mikhail Khodjaiants
23529181b2 Utilities to convert textual presentation of memory to bytes. 2002-10-25 21:57:00 +00:00
Mikhail Khodjaiants
6fbe49621c Replaced 'MEMORY_BYTES_PER_ROW_...' constants by 'MEMORY_NUMBER_OF_COLUMNS_...'. 2002-10-25 17:05:33 +00:00
Mikhail Khodjaiants
60ea319f0a Remove the 'setWordSize' method from 'IFormattedMemoryBlock' and use 'reformat' instead. 2002-10-25 15:52:16 +00:00
Mikhail Khodjaiants
dff4a9566b Support of the "Memory Unit Size" action. 2002-10-25 03:52:16 +00:00
Mikhail Khodjaiants
655d0606bb Moved the memory format constants from IFormattedMemoryRetrieval.java to IFormattedMemoryBlock.java. 2002-10-24 23:01:36 +00:00
David Inglis
227e380ee2 fixed exception on shutdown with an attached process 2002-10-24 15:11:07 +00:00
Mikhail Khodjaiants
d3f650c9c6 Support for debugger console. 2002-10-23 17:38:53 +00:00
Mikhail Khodjaiants
97fc7f02f3 Support for debugger console. 2002-10-23 17:20:29 +00:00
Alain Magloire
a3e38434ac update 2002-10-22 20:31:41 +00:00
Alain Magloire
08482cfc99 new Method getSessionProcess. 2002-10-22 20:31:34 +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
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
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
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
aa7b0c68a0 Updated. 2002-10-17 14:29:21 +00:00
Alain Magloire
1d30495e26 added new method createMemoryBlock take string as the first
argument.
2002-10-17 14:29:11 +00:00
Mikhail Khodjaiants
ef35f69c64 Implementing the memory view support. 2002-10-15 21:42:17 +00:00