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

665 commits

Author SHA1 Message Date
Mikhail Khodjaiants
f0c0e2418a Fixes for the 'Add Global Variables' action's bugs. 2002-11-18 23:05:58 +00:00
Alain Magloire
95f0a1bc97 update. 2002-11-18 19:04:55 +00:00
Alain Magloire
ff27cbfa7f Only get the top level stackFrame 2002-11-18 19:04:36 +00:00
Alain Magloire
d27bd20cc2 Move the assignements before fire the events. 2002-11-18 19:04:16 +00:00
Alain Magloire
b4b5f94323 updated. 2002-11-18 18:10:10 +00:00
Alain Magloire
01bde001e6 getStackFameCount() set and reset the thread. 2002-11-18 18:10:02 +00:00
Mikhail Khodjaiants
8d83066244 Added presentation for dummy stack frames. 2002-11-16 00:52:09 +00:00
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
7a149d7499 new Method getMIStackInfoDepthInfo(). 2002-11-14 21:04:39 +00:00
Alain Magloire
9ed10afe53 new method createMIStackInfoDepth(). 2002-11-14 21:04:08 +00:00
Alain Magloire
2638b185d2 2 new methods getStackFrame(int low, int hi) and
getStackFrameCount().
2002-11-14 21:03: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
Mikhail Khodjaiants
7b0abedd4f Added tooltips to the Memory view's tabs. 2002-11-13 19:58:23 +00:00
Mikhail Khodjaiants
4b32ececa8 Added the 'Auto-Refresh by default' and 'Show ASCII by default' preferences to the 'Memory Views' preference page. 2002-11-13 18:49:29 +00:00
David Inglis
83ca00e7b1 added "native" supported cpu 2002-11-13 14:00:45 +00:00
David Inglis
2abb649ea3 added supported cpu list to debugger extension 2002-11-13 14:00:33 +00:00
Mikhail Khodjaiants
d3ebea6093 Fix for PR 25988: The 'Padding Character' preference of the Memory view doesn't work. 2002-11-11 20:16:03 +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
Alain Magloire
f1009943f6 Catch the exception and use a list. 2002-11-06 21:04:57 +00:00
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