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

697 commits

Author SHA1 Message Date
Mikhail Khodjaiants
220d22f82b Live editing of the memory view. 2002-11-28 19:16:37 +00:00
Mikhail Khodjaiants
edb4e2ef4e Live editing of the memory view: removed support of the 'Save Changes' action. 2002-11-28 19:12:27 +00:00
David Inglis
1d64355469 added -u for older cygpath util 2002-11-28 18:35:44 +00:00
Alain Magloire
3bccbf3c16 runUntil 2002-11-28 16:20:02 +00:00
Mikhail Khodjaiants
6e2179b64b Typo in plugin.properties. 2002-11-27 17:52:47 +00:00
Alain Magloire
dc382d4604 Support for cygwin debugger. 2002-11-27 16:26:46 +00:00
Alain Magloire
f8f4d2617f checjk for ICDISession 2002-11-27 16:23:28 +00:00
Mikhail Khodjaiants
d11b492c7c Render debug target as suspended if no reason is specified. 2002-11-27 15:50:38 +00:00
Mikhail Khodjaiants
200f697775 Fire suspend event for debug target that doesn't have threads. 2002-11-27 15:46:54 +00:00
Alain Magloire
eb5c616a90 updated. 2002-11-27 04:52:00 +00:00
Alain Magloire
0e5d20731a Use CoreModel.getDefault() 2002-11-27 04:48:43 +00:00
Mikhail Khodjaiants
3589bf402a Fix for evaluation of expression to address in the Memory view. 2002-11-26 16:38:03 +00:00
Alain Magloire
e55091ff8b update. 2002-11-25 17:08:07 +00:00
Alain Magloire
dcfe811aae put isWriteWatchpoint(). 2002-11-25 17:07:58 +00:00
Alain Magloire
955a91d12e check for wpt. 2002-11-25 17:07:39 +00:00
Alain Magloire
5db6ae9f85 check getMIBreakPoint().isAccessWatchpoint() 2002-11-25 17:07:12 +00:00
Mikhail Khodjaiants
626262c9a0 Fix for watchpoints. 2002-11-24 23:18:01 +00:00
Mikhail Khodjaiants
0a4fdc5cd3 Cache source elements to optimize search. 2002-11-22 22:31:04 +00:00
Mikhail Khodjaiants
d2726b6f54 Fix in the source locator's search algorithm. 2002-11-22 21:29:19 +00:00
Mikhail Khodjaiants
62aeb18a10 Added the 'Evaluate' button to the Memory view. 2002-11-22 19:00:17 +00:00
Mikhail Khodjaiants
209710a46b The memory view does not display values if the address expression is '0xFFFFFFFF'. 2002-11-21 21:58:05 +00:00
Mikhail Khodjaiants
9331974459 Reset the tooltips of the memory view tabs on terminate. 2002-11-21 21:20:24 +00:00
Mikhail Khodjaiants
595e7ffbc7 Added the TERMINATE event handler to MemoryViewEventHandler. 2002-11-21 20:50:06 +00:00
Mikhail Khodjaiants
720f69e706 Added the handler of ICDIDestroyedEvent to 'CFormattedMemoryBlock. 2002-11-21 20:49:27 +00:00
Mikhail Khodjaiants
fdc45b36d4 Fix for bug 26595. 2002-11-20 21:51:43 +00:00
Alain Magloire
9fba9c63e0 updated 2002-11-20 14:41:58 +00:00
Alain Magloire
f8ef29c102 Fix compareBlocks not to take to account the starting address. 2002-11-20 14:41:50 +00:00
Mikhail Khodjaiants
22b835c277 Partial fix for bug 25956. Filter out the instructions that do not belong to the current function. 2002-11-19 22:55:00 +00:00
Mikhail Khodjaiants
a0eb6d4b36 Added enablement condition to some actions. 2002-11-19 21:38:30 +00:00
Mikhail Khodjaiants
d66eda2a42 Fix for bug 26693. 2002-11-19 21:35:01 +00:00
Mikhail Khodjaiants
280c95fcfe Fix for bug 26401. 2002-11-19 16:47:36 +00:00
Mikhail Khodjaiants
916a07026b Fix for bug 26401. 2002-11-19 16:42:04 +00:00
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