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

1042 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
Alain Magloire
1e61153ea5 updated. 2002-11-18 15:52:13 +00:00
Alain Magloire
94e2d67e88 use getResource() instead of getUnderlyingResource() 2002-11-18 15:52:02 +00:00
Alain Magloire
60f77885af postRefresh for IBinary and IArchive 2002-11-18 15:51:32 +00:00
Alain Magloire
8d3b4cda66 CEditor input may be IStorage fix not to NPE. 2002-11-18 15:51:12 +00:00
Alain Magloire
413f2e0ca1 Add more category. 2002-11-18 15:50:37 +00:00
Alain Magloire
6e6478f7c6 Updated 2002-11-18 15:49:58 +00:00
Alain Magloire
4fba4e3891 Indentation. 2002-11-18 15:49:45 +00:00
Alain Magloire
692923449d New File implemements IResource 2002-11-18 15:49:34 +00:00
Alain Magloire
ab56b495b3 New File implement IMarker 2002-11-18 15:49:21 +00:00
Alain Magloire
f0948f1cb3 New file to implement IContainer 2002-11-18 15:49:11 +00:00
Alain Magloire
386780aa19 remove getCorrespondingResource() 2002-11-18 15:48:44 +00:00
Alain Magloire
954178f769 Remove reference to elf. 2002-11-18 15:48:23 +00:00
Alain Magloire
b9277bde86 Use the IBinaryParser, bug fix in fParsedResource.remove()
should pass the key.
2002-11-18 15:48:09 +00:00
Alain Magloire
f3f0b3d63c IsReadonly new method 2002-11-18 15:47:31 +00:00
Alain Magloire
ba7d1abca2 Remove unused variables. 2002-11-18 15:47:10 +00:00
Alain Magloire
d4532d506e New methos getResource(). 2002-11-18 15:46:45 +00:00
Alain Magloire
12958aff89 ElfRunner rename to BinaryRunner 2002-11-18 15:46:02 +00:00
Alain Magloire
228076d41b Use the IBinaryParser 2002-11-18 15:45:20 +00:00
Alain Magloire
8b036e7766 Remove reference to Elf. 2002-11-18 15:44:58 +00:00
Alain Magloire
e18952d04a Use the IBinaryParser now. 2002-11-18 15:44:21 +00:00
Alain Magloire
afe548ff84 Framework for the IBinaryParser for Elf. 2002-11-18 15:43:53 +00:00
Alain Magloire
8e7d223aa9 Add getResource(). 2002-11-18 15:43:08 +00:00
Alain Magloire
ba94208e02 new File 2002-11-18 15:42:54 +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
23097b55e8 update 2002-11-15 20:26:08 +00:00
Alain Magloire
01d01ec5fc Only allowed Bookmark on an IFile 2002-11-15 20:26:00 +00:00
Alain Magloire
68a6a349df updated. 2002-11-15 20:00:18 +00:00
Alain Magloire
82782a6993 Fix typo in declaring contribution for the Editor ruler. 2002-11-15 20:00:11 +00:00
Alain Magloire
58ea55d386 upload. 2002-11-15 14:40:11 +00:00
Alain Magloire
8d0e1a6137 Remove println()s and tring the "warning: " in the description. 2002-11-15 14:40:00 +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
Thomas Fletcher
99a0791947 Detect if a project is closed then the source file can't be accessed in
it.
2002-11-14 19:31:06 +00:00
Judy N. Green
4cacb5b9b9 removed extra imports 2002-11-14 18:33:09 +00:00
Alain Magloire
02ca9a5307 only show make and build menu for Containers. 2002-11-14 16:10:56 +00:00
Alain Magloire
06ab2c31a6 update 2002-11-14 16:10:31 +00:00
Judy N. Green
ffed135f10 Fixed license URL 2002-11-14 15:42:53 +00:00
Alain Magloire
8a3f522fc3 updated. 2002-11-14 15:20:18 +00:00
Alain Magloire
5ff7d8b5e9 convertSelectionToProject() new methiod.
Only reset document if Project change.
2002-11-14 15:20:07 +00:00