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

1283 commits

Author SHA1 Message Date
Mikhail Khodjaiants
776735b2af Added the 'org.eclipse.cdt.debug.internal.ui.dialogfields' package. 2002-12-20 22:26:06 +00:00
Mikhail Khodjaiants
c2ed9818ca Implementing the 'Source Lookup' property page. 2002-12-20 22:21:32 +00:00
Alain Magloire
6e48845518 Try to recover if we loose track. 2002-12-20 21:14:07 +00:00
Alain Magloire
04682bb2bc popDirectory() make sure the stack is not empty 2002-12-20 21:13:47 +00:00
Alain Magloire
e2c5db0b47 updated 2002-12-20 21:13:14 +00:00
Judy N. Green
c751a86750 Preparing to enable plugins to be built for update using Eclispe update manager 2002-12-20 21:06:34 +00:00
Mikhail Khodjaiants
582adacd35 Check if CValue has variables before calling 'getCDIVariables'. 2002-12-20 19:05:33 +00:00
David Inglis
4b1b6754f1 small eclipse 2.1 change, added getRawLocation 2002-12-20 14:59:11 +00:00
Alain Magloire
7df01e0b8c updated 2002-12-19 20:50:25 +00:00
Alain Magloire
6a8c0ef458 Catch possible risk of NPE 2002-12-19 20:50:14 +00:00
Alain Magloire
00f303ec04 updated. 2002-12-19 19:20:57 +00:00
Alain Magloire
e568ad331f bail out if the line does not match the pattern. 2002-12-19 19:20:44 +00:00
Alain Magloire
efa4e2ca1d Fall Back the project Location for the working directory.
Catch exception in findFilePath().
2002-12-19 19:20:18 +00:00
Mikhail Khodjaiants
5ccf0b609f Added new utility class - SWTUtil. 2002-12-19 19:18:38 +00:00
Mikhail Khodjaiants
963d4de52b Added new utility class - PixelConverter 2002-12-19 18:32:18 +00:00
Mikhail Khodjaiants
9d8f0a4a52 Implementing the "Source Lookup" property page. 2002-12-19 02:13:39 +00:00
Mikhail Khodjaiants
3a90ab9274 Do not show the source lookup dialog if file name is not specified. 2002-12-18 17:25:38 +00:00
Mikhail Khodjaiants
0cd54d6a88 Disable the association controls in the 'Attach Source Location" dialog if path is not absolute. 2002-12-17 23:09:27 +00:00
Mikhail Khodjaiants
0f09d718fc Formatting 'char' types. 2002-12-17 21:54:18 +00:00
David Inglis
427def3fc0 call setDefaultSourceLocator 2002-12-17 21:11:07 +00:00
David Inglis
952ffbce46 set default source locator method added and called in delegate 2002-12-17 20:38:50 +00:00
Mikhail Khodjaiants
5311b76a0f Removed the "Primitive type display options" section from the C/C++ Debug preference page because of the different formattong strategy. 2002-12-17 20:32:26 +00:00
Mikhail Khodjaiants
8771229edc The UI part of the prompting source locator. 2002-12-17 20:00:40 +00:00
Mikhail Khodjaiants
9a7b5690eb The core support of the prompting source locator. 2002-12-17 19:56:22 +00:00
Mikhail Khodjaiants
55d70715c7 The 'getLineNumber' method of CStackFrame should return the line number associated with the stack frame if the current source locator does not implement 'ICSourceLocator'. 2002-12-17 19:47:32 +00:00
Alain Magloire
a3ecdead60 updated. 2002-12-17 18:57:29 +00:00
Alain Magloire
81cf0f7908 Bug fix setting the variable. 2002-12-17 18:57:21 +00:00
Mikhail Khodjaiants
e1950ef13f Changed the implementation of the 'refresh' method of CVariable. 2002-12-17 18:42:55 +00:00
Peter Graves
7e5e732224 Genreral cleanup (remove jdt refrences) and move closer to being automatable 2002-12-17 15:42:17 +00:00
Mikhail Khodjaiants
7f5f0e1f71 New formating actions for variables, registers, and expressions 2002-12-17 02:46:01 +00:00
Mikhail Khodjaiants
d1e1638d2e Added support of variable formatting. 2002-12-17 02:41:32 +00:00
Judy N. Green
09a54af4e3 Changed to version 1.0.1 2002-12-16 21:41:27 +00:00
David Inglis
b5732a50bd change version to 1.0.1 2002-12-16 20:50:32 +00:00
Judy N. Green
06932c5231 Changed to version 1.0.1 2002-12-16 20:43:26 +00:00
Alain Magloire
a5be7e8ae5 indentation 2002-12-14 14:04:40 +00:00
Mikhail Khodjaiants
008ce6612b Display message when 'getStackDepth' is timed out. 2002-12-13 19:10:07 +00:00
Alain Magloire
03fd9788f0 updated 2002-12-13 16:33:40 +00:00
Alain Magloire
0c38e196c5 Remove workaround for J9 2002-12-13 16:33:21 +00:00
Alain Magloire
e075c3c614 updated 2002-12-13 15:45:31 +00:00
Alain Magloire
493342d6b2 close the outputstream of Process 2002-12-13 15:43:40 +00:00
David Inglis
72e5cc60b6 changes for eclipse 2.1 2002-12-13 14:55:42 +00:00
Judy N. Green
db9858a832 Fixed Bugzilla PR 25176 tabination to be real tabs and not just replacing tab with text. 2002-12-13 04:13:47 +00:00
Judy N. Green
e643fbae33 Added a method that will attempt to highligh the correct instance of
a variable. It will skip instances of the string if they are encased in
	String quotes and return the first instance that is not encased in quotes
2002-12-13 02:31:07 +00:00
Judy N. Green
6af99905da Removed fragments that are not required for this platform 2002-12-11 17:36:49 +00:00
Judy N. Green
3eae509b21 Corrected the platform os and ws 2002-12-11 17:18:24 +00:00
Judy N. Green
96e8e7bf56 Corrected the platform os and ws 2002-12-11 17:17:46 +00:00
Judy N. Green
17a070f18d Splitting features into platform specific features and updating the buidls scripts to accomodate 2002-12-11 17:15:20 +00:00
Judy N. Green
172709f562 Added platform specific features 2002-12-11 16:10:02 +00:00
Judy N. Green
cdaaab899c Added platform specific features 2002-12-11 16:09:41 +00:00
Judy N. Green
dd05083f97 Added platform specific features 2002-12-11 16:09:17 +00:00