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

8676 commits

Author SHA1 Message Date
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
Alain Magloire
131fa95091 update. 2002-11-14 03:19:16 +00:00
Alain Magloire
8768d0f4c4 check the validity of the column i.e. has to be a number. 2002-11-14 03:19:05 +00:00
Alain Magloire
67d8184608 updated. 2002-11-13 22:08:25 +00:00
Alain Magloire
bcb903febb Check for the occurenc of column. 2002-11-13 22:04:58 +00:00
Judy N. Green
60a60db5dd All projects can be converted to C or C++ and all C++ projects can be converted back to C 2002-11-13 21:17:55 +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
Judy N. Green
a8d882febe Combined C/C++ conversion wizards 2002-11-13 20:39:29 +00:00
Mikhail Khodjaiants
7b0abedd4f Added tooltips to the Memory view's tabs. 2002-11-13 19:58:23 +00:00
Alain Magloire
9f5ea6519c updated. 2002-11-13 18:50:41 +00:00
Alain Magloire
9e1c7f92fd Check for Nullpointer. 2002-11-13 18:50:31 +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
Alain Magloire
40e68a1ff3 CProjectWizardPage constructor takes CProjectWizard argument
validatePage calls isValidName().
2002-11-13 16:45:00 +00:00
Alain Magloire
16f27bb89f isValidName new method 2002-11-13 16:44:11 +00:00
Alain Magloire
17dbc7cbe6 updated 2002-11-13 16:43:49 +00:00
Thomas Fletcher
a8ed987fd5 Removed periods from statement definitions 2002-11-13 16:37:51 +00:00
Alain Magloire
be178a362f updated 2002-11-13 14:32:04 +00:00