Mikhail Khodjaiants
e2724066ac
Fix for PR 47595: Referenced projects are not checked in the list of generic source locations.
2003-11-26 23:10:16 +00:00
Mikhail Khodjaiants
6131f091aa
Extracted the main part of the 'breakpointAdded' method into a separate method to avoid double checking.
2003-11-26 23:02:55 +00:00
Mikhail Khodjaiants
19585a8f35
Cleanup.
2003-11-26 18:58:04 +00:00
Mikhail Khodjaiants
f8dc875327
Cleanup.
2003-11-26 16:56:55 +00:00
Mikhail Khodjaiants
ca76e63e63
Cleanup.
2003-11-26 16:40:13 +00:00
Mikhail Khodjaiants
f7359eac05
Cleanup.
2003-11-26 16:25:17 +00:00
Mikhail Khodjaiants
07c8819af2
Cleanup.
2003-11-26 16:18:28 +00:00
Doug Schaefer
9c677d807f
Upversioned the plugins, etc to 2.0.0.
...
Made sure the jar files got included in the zips.
2003-11-25 18:24:55 +00:00
Alain Magloire
4d189826d3
updated.
2003-11-25 18:15:49 +00:00
Alain Magloire
e491b3048f
Process the suspended event even if there is no threads
...
or stacks
2003-11-25 18:15:39 +00:00
Doug Schaefer
9dc3aa63e5
Upgrade to Eclipse 3.0. Includes:
...
- upgrade plugin.xml files
- use PDE containers
- apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker
- remove TestWorkbenches from test plugins
2003-11-24 18:31:03 +00:00
Alain Magloire
d05969c443
updated.
2003-11-22 23:50:15 +00:00
Alain Magloire
6bfd40852c
Make sure the session is terminated if
...
an exception is thrown.
2003-11-22 23:50:03 +00:00
Alain Magloire
8dd35316c0
updated.
2003-11-21 20:46:04 +00:00
Alain Magloire
3d0c4ea4f6
The wrong MIPlugin.createCSession() was use, noted
...
by Ashish.
2003-11-21 20:45:55 +00:00
Mikhail Khodjaiants
d48c7e733d
Use "symbol not available" for empty function names when generating a stack frame label.
2003-11-21 20:05:00 +00:00
Mikhail Khodjaiants
4129594a78
Fix for PR 46592: Debug View shows Functions as func(type param,...)().
...
Return an empty string instead of "??" if the function name is not available.
2003-11-21 20:02:01 +00:00
Mikhail Khodjaiants
20ac1c6f2b
Fix for PR 46592: Debug View shows Functions as func(type param,...)().
...
Return an empty string instead of "??" if the function name is not available.
2003-11-21 20:00:51 +00:00
Alain Magloire
40d10ad5a5
updated
2003-11-20 21:47:08 +00:00
Alain Magloire
cefb4467c0
FIX NPE 46313
2003-11-20 21:46:58 +00:00
Alain Magloire
1e5198e7ca
Remove unused argument
2003-11-20 21:46:34 +00:00
Mikhail Khodjaiants
3ab52b92d7
Removed dependencies on internal packages from other cdt plugins.
2003-11-20 17:09:24 +00:00
Mikhail Khodjaiants
9cfd14bfc1
Fix for PR 45533: MIException while creating MISession can leave an orphan gdb process.
2003-11-19 21:22:26 +00:00
Mikhail Khodjaiants
dc03462d49
Fix for PR 45533: MIException while creating MISession can leave an orphan gdb process.
2003-11-19 20:46:38 +00:00
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