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

2577 commits

Author SHA1 Message Date
Mikhail Khodjaiants
cc16047077 Added the 'setChanged' method to ICValue.
This method should common for CValue and CArrayPartitionValue to implement 'setChanged' of CVariable correctly.
2002-12-04 21:34:31 +00:00
Mikhail Khodjaiants
0a40161249 Small fix for the Registers view. 2002-12-04 15:28:47 +00:00
Doug Schaefer
2ad197f9ae Updated comment to remove my name from the file. 2002-12-04 14:46:13 +00:00
Mikhail Khodjaiants
a080d56b16 If the target is suspended because of error display the error message in the Launch view. 2002-12-03 04:11:41 +00:00
Mikhail Khodjaiants
5105e23673 Refactoring org.eclipse.cdt.debug.core: added 'org.eclipse.cdt.debug.core.model' package. 2002-12-02 23:22:22 +00:00
Mikhail Khodjaiants
51f116ed7d 'Run to line' and 'Add expression' actions for assembly editor. 2002-12-02 22:52:24 +00:00
Mikhail Khodjaiants
1b0294e497 'Run to line' and 'Add expression' actions for assembly editor. 2002-12-02 21:08:52 +00:00
Mikhail Khodjaiants
1b1022489f Check if underlying file exists when retrieving the globals. 2002-12-02 20:32:46 +00:00
Alain Magloire
974208e2ef update. 2002-12-02 18:36:36 +00:00
Alain Magloire
a5b922d4fb Generate event for error. 2002-12-02 18:36:27 +00:00
Alain Magloire
6bf026e2e4 New file. 2002-12-02 18:36:03 +00:00
Alain Magloire
027029e132 Generate an Event for errors. 2002-12-02 18:35:51 +00:00
Alain Magloire
40add7d0b2 let getCThreads() set the currentThreadId. 2002-12-02 18:35:11 +00:00
Alain Magloire
c781d1d4a0 updated. 2002-12-02 18:34:30 +00:00
Alain Magloire
3d26f7b862 New file for errors 2002-12-02 18:34:20 +00:00
Mikhail Khodjaiants
a429574e82 Contributing breakpoint actions to asm editor. 2002-12-02 02:44:21 +00:00
Mikhail Khodjaiants
c333a8033f Cosmetic change for the MemoryView preference page. 2002-11-29 21:09:21 +00:00
Mikhail Khodjaiants
79cc057707 Cosmetic change for the MemoryView preference page. 2002-11-29 21:05:42 +00:00
Mikhail Khodjaiants
fe95aee277 Cosmetic fix for the memory view tab's tooltips. 2002-11-29 20:44:12 +00:00
Alain Magloire
77c0c0b3fb updated. 2002-11-29 20:39:28 +00:00
Alain Magloire
a1de0b92b6 in processSuspedEvent only use MIStoppedEvent.getThreadID(). 2002-11-29 20:39:12 +00:00
Alain Magloire
fec37bb3a8 updated. 2002-11-29 19:26:12 +00:00
Alain Magloire
501d00103f check if the patch affected others. 2002-11-29 19:26:04 +00:00
Alain Magloire
b3319e3db9 updated. 2002-11-29 18:54:38 +00:00
Alain Magloire
9c94ad2f84 signature change in MIStoppedEvent. 2002-11-29 18:54:31 +00:00
Alain Magloire
835b5ee2ed Move the getThreadId() and getFrame() to MIStoppedEvent. 2002-11-29 18:53:42 +00:00
Mikhail Khodjaiants
2ef1e13e0b Fixes for 'Run to line' actions. 2002-11-28 23:45:34 +00:00
Mikhail Khodjaiants
063ca7472b 'exec-until' instead of temporary breakpoints for 'run to line'. 2002-11-28 23:45:16 +00:00
Alain Magloire
30ad6c0a84 updated. 2002-11-28 23:09:52 +00:00
Alain Magloire
50d7ae7e64 Only take a byte. 2002-11-28 23:09:44 +00:00
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