Mikhail Khodjaiants
104831688d
Fix for PR 46592: Debug View shows Functions as func(type param,...)().
...
In some situations gdb returns the function names that include parameter types.
To make the presentation consistent truncate the parameters.
2003-11-13 21:18:32 +00:00
Mikhail Khodjaiants
74005e4343
Use 'StringBuffer' instead of 'String' when generating stack frame labels.
...
Added a label for dummy stack frames instead of using the name provided by the rendered object.
2003-11-13 21:07:20 +00:00
Mikhail Khodjaiants
d655eed877
Ensure that all breakpoint creation and modification operations are running in the UI thread.
2003-11-10 23:15:04 +00:00
Mikhail Khodjaiants
e680f152f8
Added synchronization to some of the 'CBreakpoint' methods.
2003-11-10 23:11:18 +00:00
Mikhail Khodjaiants
3c191ee1d6
Fix for PR 46358: NPE in the "setCurrentThread" method of "CDebugTarget".
2003-11-10 18:06:48 +00:00
Mikhail Khodjaiants
1c2bf651f9
Use the corresponding methods of 'ICBreakpoint' to set breakpoint properties.
2003-11-07 22:55:30 +00:00
Mikhail Khodjaiants
90285517de
Fix for PR 46303: Exception when selecting Debug... menu.
...
Check if the string passed to the 'getCommonSourceLocationsFromMemento' method is not empty.
2003-11-07 21:40:39 +00:00
Alain Magloire
abd239ff86
updated.
2003-11-06 21:06:53 +00:00
Alain Magloire
2ccdbcad4e
support for serial baud
2003-11-06 21:06:45 +00:00
Alain Magloire
87f0c0d4a4
updated
2003-11-06 20:56:36 +00:00
Alain Magloire
a81bc230d8
set the serial baud
2003-11-06 20:56:25 +00:00
Alain Magloire
f0f94b3965
Fix for deferred breakpoint.
2003-11-06 20:56:06 +00:00
Mikhail Khodjaiants
6189ea9764
Wrong bracket.
2003-11-05 23:24:27 +00:00
Mikhail Khodjaiants
1437abe67d
'getCDIBreakpointFile' returns wrong file for address breakpoints.
2003-11-05 23:06:40 +00:00
Mikhail Khodjaiants
1f66ca3c05
Changed the handling of the breakpoint created event to reflect the CDI changes for deferred breakpoints support.
2003-11-05 21:50:33 +00:00
Mikhail Khodjaiants
bb83ae658f
The argument type of the 'getBreakpointAddress' of 'ICBreakpointManager' is changed from 'ICBreakpoint' to 'ICBreakpointManager'.
2003-11-05 21:12:47 +00:00
Mikhail Khodjaiants
b3b6f231c6
Refactoring: moving the breakpoint related functionality from CDebugTarget to CBreakpointManager.
2003-11-03 22:54:24 +00:00
Mikhail Khodjaiants
99f7af4dba
Fix for PR 45957: Memory view: last column does not show updates.
2003-11-03 18:54:24 +00:00
Mikhail Khodjaiants
4d9be4fde4
Applied the changes made to the corresponding classes of 'org.eclipse.debug.ui'.
2003-10-31 20:52:21 +00:00
Mikhail Khodjaiants
b33778110f
CSourceManager.java: implements adapters for 'ISourceMode' and 'IPersistableSourceLocator'.
2003-10-30 20:39:47 +00:00
Mikhail Khodjaiants
a94e86846a
Fix for PR 45818 doesn't solve the problem. Fall back to the previous version.
2003-10-30 18:53:41 +00:00
Mikhail Khodjaiants
1416fa73c3
Fix for PR 45818: NPE when closing the workbench.
2003-10-30 18:15:02 +00:00
Mikhail Khodjaiants
09b00a8cd5
* CProjectSourceLocation.java: check if the searched element name is not null or empty.
2003-10-29 21:19:42 +00:00
Mikhail Khodjaiants
cf3e26e371
Added the 'dispose' method to 'ICSourceLocation'.
2003-10-29 21:06:04 +00:00
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