Mikhail Khodjaiants
1201ff5f7c
CProjectSourceLocation.java: added 'toString' method.
2003-10-29 20:54:40 +00:00
Alain Magloire
cb96ed307b
updated.
2003-10-29 17:35:48 +00:00
Alain Magloire
0eae65c6f6
Use a preference for the timeout launch setting.
2003-10-29 17:35:38 +00:00
Mikhail Khodjaiants
e87a867fe3
Directory source locations:
...
- search only in the parent folders if the given file path is absolute.
- return a list only if the number of resulting files is > 1.
2003-10-28 22:38:31 +00:00
Mikhail Khodjaiants
f4b6b6e53e
Changed name of source lookup preference page.
2003-10-28 15:59:52 +00:00
Mikhail Khodjaiants
acc90cd2d0
Added support of the old launch configurations.
2003-10-27 21:48:48 +00:00
Mikhail Khodjaiants
5df215664c
Moved 'DefaultSourceLocator' from the 'org.eclipse.cdt.launch' plugin and merge it with 'CUISourceLocator'.
...
Added dependency to 'org.apache.xerces'.
Moved the 'org.eclipse.debug.core.sourceLocators' extension from the launcher.
Changed the initialization of 'SourceLookupBlock'.
2003-10-27 20:18:25 +00:00
Mikhail Khodjaiants
330c815c5f
Renamed 'SourceLocationFactory' to 'SourceLookupFactory'.
2003-10-27 20:08:53 +00:00
Mikhail Khodjaiants
10c705c445
Renamed 'SourceLocationFactory' to 'SourceLookupFactory'.
...
Added the 'createSourceLocator' method to 'SourceLookupFactory'.
2003-10-27 20:06:46 +00:00
Mikhail Khodjaiants
60d1a002c7
Changed the 'getAdapter' method of 'CSourceManager' to return the adapter of the 'ICSourceLocator' class.
2003-10-27 19:51:47 +00:00
Mikhail Khodjaiants
f61ea0d841
Fix for PR 45534: gdb/MI error in retrieving a register can lead to an empty register pane.
2003-10-26 22:57:08 +00:00
Mikhail Khodjaiants
a73f8d56fd
Added a preference page for the source lookup.
...
It includes two new preferences: 'Source Locations' and 'Search For Duplicate Source Files'.
2003-10-23 18:03:39 +00:00
Mikhail Khodjaiants
28ca11c7da
Fall back to the previous version.
2003-10-23 17:39:28 +00:00
Mikhail Khodjaiants
e726ac9355
Core support of the new workbench preferences: 'Source Locations' and 'Search For Duplicate Source Files'.
2003-10-23 17:36:13 +00:00
Mikhail Khodjaiants
34751c2e72
Make 'SourceListDialogField' and 'SourceLookupLabelProvider' public.
2003-10-22 17:35:38 +00:00
Mikhail Khodjaiants
8ad1f9223a
Refactoring: converting nested types 'SourceListDialogField' and 'SourceLookupLabelProvider' of 'SourceLookupBlock' to the top level types.
...
Added 'dispose' method to 'SourceLookupBlock'.
2003-10-22 15:21:35 +00:00
Mikhail Khodjaiants
8968c45d84
Added the "Search subfolders" option for directory search locations.
2003-10-20 22:40:05 +00:00
Mikhail Khodjaiants
2767f3a948
Do not interrupt the initialization of all additional source locations if the initialization of one fails.
2003-10-20 22:29:41 +00:00
Alain Magloire
37149bf71f
updated.
2003-10-18 01:22:37 +00:00
Alain Magloire
115e1208c3
Framework to deferred breakpoint
2003-10-18 01:22:27 +00:00
Alain Magloire
931d4076e1
setLocationBreakpoint() new method.
2003-10-18 01:21:46 +00:00
Mikhail Khodjaiants
d253f76e29
Fix for PR 35960: the "Search for duplicate source files" option is added.
2003-10-17 19:23:01 +00:00
Mikhail Khodjaiants
8720297f8a
If the target is suspended by a line breakpoint the source manager tries to retrieve the file resource from the breakpoint marker.
2003-10-17 15:48:37 +00:00
Mikhail Khodjaiants
3a43da5b4b
changed the message displayed when the source file not found.
2003-10-17 15:24:07 +00:00
Mikhail Khodjaiants
eff499d538
Improving the source search algorithms.
2003-10-15 17:44:06 +00:00
Mikhail Khodjaiants
833492ccf0
Improved the source search algorithm.
2003-10-14 18:41:41 +00:00
Mikhail Khodjaiants
4af9a7f786
DebugTextHover.java: check if the result of 'evaluateExpression' is not null before trim it.
2003-10-14 15:57:18 +00:00
Mikhail Khodjaiants
952fdd89d6
Fix for bug 43372: changed the source lookup procedures to avoid the usage of 'getCanonicalPath'.
2003-10-14 02:10:34 +00:00
Alain Magloire
6358ba0254
updated
2003-10-10 13:47:59 +00:00
Mikhail Khodjaiants
3804b80669
All methods of 'IRuntimeOptions' should throw CDI exceptions in case of failure.
2003-10-07 18:30:31 +00:00
Mikhail Khodjaiants
05ec3d8a5c
Added transparency.
2003-10-06 21:33:42 +00:00
Mikhail Khodjaiants
b75d5577de
Mark the function arguments in the Variables View.
2003-10-06 21:11:38 +00:00
Mikhail Khodjaiants
1149f60ff7
Added the "isArgument" method to ICVariable. This method is used to distinguish the arguments in the Variables View.
2003-10-06 21:08:43 +00:00
Doug Schaefer
fe07db2d72
Upversioning everything to 1.2.0.
2003-10-01 20:23:21 +00:00
Mikhail Khodjaiants
b4623b8947
Use the new 'equals' method of ICDIVaraiableObject to compare variables.
2003-09-30 21:05:44 +00:00
Alain Magloire
148f6add3c
updated.
2003-09-30 20:34:07 +00:00
Alain Magloire
d296af351f
Added new method equals().
2003-09-30 20:33:53 +00:00
Mikhail Khodjaiants
a44480ebb4
Fix for PR 39737: Tooltip in debug mode over long strings is not handled properly.
...
Added an internal constant to limit the hover text size.
Present the hover text in HTML format.
2003-09-30 16:08:11 +00:00
Mikhail Khodjaiants
7fab73d44f
Improved the layout of the 'Shared Libraries' component.
2003-09-30 02:06:35 +00:00
Mikhail Khodjaiants
dbfda6695e
Added the initialization of the shared libraries' attributes to CygwinGDBDebugger.
2003-09-30 01:59:10 +00:00
Mikhail Khodjaiants
3340b03ebf
Fix for PR 43856: Format doesn't work for wchar_t.
2003-09-29 19:05:49 +00:00
Alain Magloire
9da38c042c
updated.
2003-09-26 16:58:36 +00:00
Alain Magloire
82e8f08353
Make sure gdb is ready to receive commnad
...
before creating the MISession.
2003-09-26 16:58:24 +00:00
Alain Magloire
8bc64c6f3c
indentation.
2003-09-26 16:57:53 +00:00
Alain Magloire
b06d6f62f6
updated.
2003-09-25 16:05:22 +00:00
Alain Magloire
fab806abb9
Fix for PR 43496
2003-09-25 16:04:49 +00:00
Mikhail Khodjaiants
c7b323e4fb
Fix for PR 43624: The "Show Types Name" action of the Registers view doesn't work.
2003-09-25 02:12:59 +00:00
Peter Graves
55d821e0a2
Cleanup to remove warnings.
2003-09-24 14:41:09 +00:00
Mikhail Khodjaiants
66859771be
Changed the 'hasStackFrames' method of the 'CThread' class to return true regardless if the thread contains stack frames or not. This method is only used by UI to update the thread label.
2003-09-23 20:51:28 +00:00
Mikhail Khodjaiants
65f3447d5a
Moved the 'AddAddressBreakpointActionDelegate' action to the 'org.eclipse.cdt.debug.internal.ui.actions' package.
2003-09-22 17:31:55 +00:00