2005-02-07 23:59:27 +00:00
|
|
|
2005-02-07 Mikhail Khodjaiants
|
|
|
|
Bug 82264: Enhance the Shared Libraries view.
|
|
|
|
Added the definition of detail pane font.
|
|
|
|
* IInternalCDebugUIConstants.java
|
|
|
|
* ModulesView.java
|
|
|
|
* plugin.xml
|
|
|
|
* plugin.properties
|
|
|
|
|
2005-02-07 22:50:10 +00:00
|
|
|
2005-02-07 Mikhail Khodjaiants
|
|
|
|
Bug 82264: Enhance the Shared Libraries view.
|
|
|
|
* CDebugUIMessages.properties
|
|
|
|
* CDebugImages.java
|
|
|
|
* CDebugModelPresentation.java
|
|
|
|
* CDTDebugModelPresentation.java: removed
|
|
|
|
* ICDebugHelpContextIds.java
|
|
|
|
* ActionMessages.properties
|
|
|
|
* CollapseAllModulesAction.java: new
|
|
|
|
* ToggleDetailPaneAction.java: new
|
|
|
|
* ICDebugPreferenceConstants.java
|
|
|
|
* DebugViewDecoratingLabelProvider.java: new
|
|
|
|
* DebugViewInterimLabelProvider.java: new
|
|
|
|
* DebugViewLabelDecorator.java: new
|
|
|
|
* org.eclipse.cdt.debug.internal.ui.views.modules: new package
|
|
|
|
* ModulesMessages.properties: new
|
|
|
|
* ModulesMessages.java: new
|
|
|
|
* ModulesView.java: new
|
|
|
|
* ModulesViewContentProvider.java: new
|
|
|
|
* ModulesViewer.java: new
|
|
|
|
* ModulesViewEventHandler.java: new
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
* plugin.xml
|
|
|
|
* plugin.properties
|
|
|
|
|
2005-02-07 22:31:03 +00:00
|
|
|
2005-02-07 Mikhail Khodjaiants
|
|
|
|
Added images for the "Collapse All" action of the modules view.
|
|
|
|
* icons\full\clcl16\collapseall.gif
|
|
|
|
* icons\full\dlcl16\collapseall.gif
|
|
|
|
* icons\full\elcl16\collapseall.gif
|
|
|
|
|
2005-02-04 00:27:56 +00:00
|
|
|
2005-02-03 Mikhail Khodjaiants
|
|
|
|
Added new images for the modules view.
|
|
|
|
* icons\full\clcl16\det_pane_hide.gif
|
|
|
|
* icons\full\clcl16\det_pane_right.gif
|
|
|
|
* icons\full\clcl16\det_pane_under.gif
|
|
|
|
* icons\full\dlcl16\det_pane_hide.gif
|
|
|
|
* icons\full\dlcl16\det_pane_right.gif
|
|
|
|
* icons\full\dlcl16\det_pane_under.gif
|
|
|
|
* icons\full\elcl16\det_pane_hide.gif
|
|
|
|
* icons\full\elcl16\det_pane_right.gif
|
|
|
|
* icons\full\elcl16\det_pane_under.gif
|
|
|
|
* icons\full\cview16\modules_view.gif
|
|
|
|
* icons\full\obj16\exec_dbg_obj.gif
|
|
|
|
* icons\full\obj16\exec_obj.gif
|
|
|
|
|
2005-02-03 23:21:35 +00:00
|
|
|
2005-02-03 Mikhail Khodjaiants
|
|
|
|
Fix for bug 84402: computeDetail executes in the UI thread.
|
|
|
|
* CValueDetailProvider.java
|
|
|
|
|
2005-02-03 19:59:03 +00:00
|
|
|
2005-02-03 Mikhail Khodjaiants
|
|
|
|
Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor.
|
|
|
|
ICWatchpoint should extend ILineBreakpoint to allow watchpoints to be shown in editors.
|
|
|
|
* AbstractBreakpointRulerAction.java
|
|
|
|
* CBreakpointPropertyPage.java
|
|
|
|
|
2005-02-02 23:59:43 +00:00
|
|
|
2005-02-02 Mikhail Khodjaiants
|
|
|
|
The "INTERNAL_ERROR" constant has been moved from ICDebugUIConstants to IInternalCDebugUIConstants.
|
|
|
|
* IInternalCDebugUIConstants.java
|
|
|
|
* ICDebugUIConstants.java
|
|
|
|
* ResumeAtLineAdapter.java
|
|
|
|
* RunToLineAdapter.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
|
2005-02-02 23:19:38 +00:00
|
|
|
2005-02-02 Mikhail Khodjaiants
|
|
|
|
Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor.
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
|
2005-01-21 23:03:46 +00:00
|
|
|
2005-01-21 Mikhail Khodjaiants
|
|
|
|
Partial fix for bug 83465: Add "Run to line" and "Resume at line" actions to the context menu of Disassembly view.
|
|
|
|
* ResumeAtLineActionDelegate.java
|
|
|
|
* DisassemblyView.java
|
|
|
|
* plugin.xml
|
|
|
|
|
2005-01-21 19:38:37 +00:00
|
|
|
2005-01-21 Mikhail Khodjaiants
|
|
|
|
Fix for bug 83437: Loading symbols should be run in the background.
|
|
|
|
* ActionMessages.properties
|
|
|
|
* LoadSymbolsActionDelegate.java
|
|
|
|
* LoadSymbolsForAllActionDelegate.java
|
|
|
|
|
2005-01-21 18:37:58 +00:00
|
|
|
2005-01-20 Mikhail Khodjaiants
|
|
|
|
Fix for bug 83412: Run to line and resume at line should run in the background.
|
|
|
|
* ResumeAtLineAdapter.java
|
|
|
|
* RunToLineAdapter.java
|
|
|
|
* ActionMessages.properties
|
|
|
|
|
2005-01-20 21:32:51 +00:00
|
|
|
2005-01-20 Mikhail Khodjaiants
|
|
|
|
Bug 83330: Inconsistent in the label for Add expression.
|
|
|
|
* plugin.properties
|
|
|
|
|
2005-01-19 19:04:24 +00:00
|
|
|
2005-01-19 Mikhail Khodjaiants
|
|
|
|
Fix for bug 83051: Add global variables deletes existing ones when new added.
|
|
|
|
* AddGlobalsActionDelegate.java
|
|
|
|
|
2005-01-18 23:24:45 +00:00
|
|
|
2005-01-18 Mikhail Khodjaiants
|
|
|
|
Fix for bug 82800: Make "Resume At Line" action retargettable.
|
|
|
|
* plugin.xml
|
|
|
|
* CDebugImages.java
|
|
|
|
* EvaluationContextManager.java: new
|
|
|
|
* ActionMessages.properties
|
|
|
|
* IResumeAtLineTarget.java: new
|
|
|
|
* ResumeAtLineActionDelegate.java
|
|
|
|
* ResumeAtLineAdapter.java: new
|
|
|
|
* RetargetAction.java: new
|
|
|
|
* RetargetResumeAtLineAction.java: new
|
|
|
|
* RetargettableActionAdapterFactory.java
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
* JumpToLineActionDelegate.java: removed
|
|
|
|
* RunToLineActionDelegate.java: removed
|
|
|
|
|
2005-01-12 21:23:07 +00:00
|
|
|
2005-01-12 Mikhail Khodjaiants
|
|
|
|
Bug 73168: Use memory view provided by Eclipse platform in CDT.
|
|
|
|
Removed the old memory view.
|
|
|
|
* CDebugUIPreferenceInitializer.java
|
|
|
|
* AutoRefreshMemoryAction.java: removed
|
|
|
|
* ClearMemoryAction.java: removed
|
|
|
|
* MemoryActionSelectionGroup.java: removed
|
|
|
|
* MemoryFormatAction.java: removed
|
|
|
|
* MemoryNumberOfColumnAction.java: removed
|
|
|
|
* MemorySizeAction.java: removed
|
|
|
|
* RefreshMemoryAction.java: removed
|
|
|
|
* ShowAsciiAction.java: removed
|
|
|
|
* ActionMessages.properties
|
|
|
|
* PreferenceMessages.properties
|
|
|
|
* MemoryViewPreferencePage.java: removed
|
|
|
|
* ICDebugPreferenceConstants.java
|
|
|
|
* MemoryControlArea.java: removed
|
|
|
|
* MemoryPresentation.java: removed
|
|
|
|
* MemoryText.java: removed
|
|
|
|
* MemoryView.java: removed
|
|
|
|
* MemoryViewAction.java: removed
|
|
|
|
* MemoryViewContentProvider.java: removed
|
|
|
|
* MemoryViewer.java: removed
|
|
|
|
* MemoryViewEventHandler.java: removed
|
|
|
|
* MemoryViewMessages.java: removed
|
|
|
|
* MemoryViewMessages.properties: removed
|
|
|
|
* plugin.xml
|
|
|
|
|
2005-01-11 20:52:30 +00:00
|
|
|
2005-01-11 Mikhail Khodjaiants
|
|
|
|
Replaced deprecated methods and constants. Cleanup.
|
|
|
|
* SWTUtil.java
|
|
|
|
* EnableVariablesActionDelegate.java
|
|
|
|
* RemoveGlobalsActionDelegate.java
|
|
|
|
* ListDialogField.java
|
|
|
|
* SelectionButtonDialogField.java
|
|
|
|
* StringButtonDialogField.java
|
|
|
|
* CDebugPreferencePage.java
|
|
|
|
* CBreakpointPropertyPage.java
|
|
|
|
|
2005-01-11 20:43:57 +00:00
|
|
|
2005-01-11 Mikhail Khodjaiants
|
|
|
|
Use the asynchronous implementation for resume, suspend, step etc provided by eclipse 3.1.
|
|
|
|
* plugin.xml
|
|
|
|
* AbstractDebugActionDelegate.java
|
|
|
|
* RestartActionDelegate.java
|
|
|
|
* SignalZeroWorkbenchActionDelegate.java
|
|
|
|
* SignalZeroObjectActionDelegate.java: removed
|
|
|
|
|
2005-01-04 21:09:23 +00:00
|
|
|
2005-01-04 Mikhail Khodjaiants
|
|
|
|
Removed the disassembly editor extension.
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-12-24 00:05:32 +00:00
|
|
|
2004-12-23 Mikhail Khodjaiants
|
|
|
|
The "ascii" renedering is removed from the default renderings.
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-12-22 00:04:47 +00:00
|
|
|
2004-12-21 Mikhail Khodjaiants
|
|
|
|
Fix for bug 73168: Use memory view provided by Eclipse platform in CDT.
|
|
|
|
Added rendering bindings and default renderings for CDT memory blocks.
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-12-03 20:34:46 +00:00
|
|
|
2004-12-03 Mikhail Khodjaiants
|
|
|
|
Fix for bug 62659: Unable to set default for register format via plugin_customization.ini.
|
|
|
|
* CDebugPreferencePage.java
|
|
|
|
|
2004-12-02 21:20:57 +00:00
|
|
|
2004-12-02 Mikhail Khodjaiants
|
|
|
|
Fix for bug 80055: ArrayIndexOutOfBoundsException in DisassemblyView.
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
|
2004-11-26 19:23:45 +00:00
|
|
|
2004-11-26 Mikhail Khodjaiants
|
|
|
|
Do not use "void" if parameter's list is empty when constructing a function or
|
|
|
|
method name for function breakpoints. Name mapping should be done on the implementation level.
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
|
2004-11-25 23:58:29 +00:00
|
|
|
2004-11-25 Mikhail Khodjaiants
|
|
|
|
Fix for bug 79452: Unable to set a breakpoint on a class method.
|
|
|
|
* plugin.xml
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
|
2004-11-25 18:24:04 +00:00
|
|
|
2004-11-25 Mikhail Khodjaiants
|
|
|
|
Replaced the "breakpointRemoved" method of ICBreakpointListener by the "breakpointsRemoved"
|
|
|
|
method that accepts multiple breakpoints.
|
|
|
|
* CBreakpointUpdater.java
|
|
|
|
|
2004-11-23 23:34:37 +00:00
|
|
|
2004-11-23 Mikhail Khodjaiants
|
|
|
|
Workaround for bug 69728: IndexOutOfBoundsException in TextPresentation.
|
|
|
|
This bug is fixed in Eclipse 3.1.
|
|
|
|
* DisassemblyView.java
|
|
|
|
|
2004-11-18 22:41:32 +00:00
|
|
|
2004-11-18 Mikhail Khodjaiants
|
|
|
|
Fix for bug 69184: Activate the Expression view when expression is added.
|
|
|
|
* AddExpressionEditorActionDelegate.java
|
|
|
|
|
2004-11-15 22:29:43 +00:00
|
|
|
2004-11-15 Mikhail Khodjaiants
|
|
|
|
Fix for bug 78604: Disassembly causes Java exception when disassembling beyond fn(?).
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
|
2004-11-11 21:46:28 +00:00
|
|
|
2004-11-11 Mikhail Khodjaiants
|
|
|
|
Fix for bug 73801: Function breakpoints set from C View aren't shown in editor.
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
|
2004-11-10 22:52:50 +00:00
|
|
|
2004-11-10 Mikhail Khodjaiants
|
|
|
|
Fix for bug 77437: Disassembly blocks with no associated source code has PC pointer on wrong line.
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
|
2004-11-09 22:28:09 +00:00
|
|
|
2004-11-09 Mikhail Khodjaiants
|
|
|
|
Partial fix for bug 41725: I can't set a breakpoint in a function where I used attach source.
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
* CBreakpointPropertyPage.java
|
|
|
|
|
2004-11-09 22:15:55 +00:00
|
|
|
2004-11-09 Mikhail Khodjaiants
|
|
|
|
Fix for bug 77251: Need protected access to DisassemblyView's createVerticalRuler() method.
|
|
|
|
* DisassemblyView.java
|
|
|
|
|
2004-11-05 21:35:21 +00:00
|
|
|
2004-11-05 Mikhail Khodjaiants
|
|
|
|
Cleanup.
|
|
|
|
* PreferenceMessages.properties
|
|
|
|
* ActionMessages.properties
|
|
|
|
* plugin.properties
|
|
|
|
|
2004-11-04 22:48:05 +00:00
|
|
|
2004-11-04 Mikhail Khodjaiants
|
|
|
|
Removed "Refresh" and "Auto-Refresh" actions from the shared libraries view.
|
|
|
|
* AbstractAutoRefreshActionDelegate.java: removed
|
|
|
|
* AbstractRefreshAction.java: removed
|
|
|
|
* AutoRefreshSharedLibrariesActionDelegate.java: removed
|
|
|
|
* RefreshSharedLibrariesAction.java: removed
|
|
|
|
* CDebugPreferencePage.java
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-11-04 22:04:17 +00:00
|
|
|
2004-11-04 Mikhail Khodjaiants
|
|
|
|
Removed "Refresh" and "Auto-Refresh" actions from the registers view.
|
|
|
|
* AutoRefreshRegistersActionDelegate.java: removed
|
|
|
|
* RefreshRegistersAction.java: removed
|
|
|
|
* CDebugPreferencePage.java
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-10-29 21:22:18 +00:00
|
|
|
2004-10-29 Mikhail Khodjaiants
|
|
|
|
Use the new expression API of CDI.
|
|
|
|
* CDebugUIMessages.properties
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2004-10-18 14:36:21 +00:00
|
|
|
2004-10-18 Mikhail Khodjaiants
|
|
|
|
Corrupted plugin.xml.
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-10-15 19:33:26 +00:00
|
|
|
2004-10-15 Mikhail Khodjaiants
|
|
|
|
Replaced the "Signal Properties" dialog by the standard property page.
|
|
|
|
* plugin.xml
|
|
|
|
* plugin.properties
|
|
|
|
* CDebugUIMessages.properties
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
* ActionMessages.properties
|
|
|
|
* SignalPropertiesActionDelegate.java
|
|
|
|
* PropertyPageMessages.properties
|
|
|
|
* SignalPropertyPage.java: new
|
|
|
|
* SignalPropertiesDialog.java: removed
|
|
|
|
|
2004-10-08 18:40:29 +00:00
|
|
|
2004-10-08 Mikhail Khodjaiants
|
|
|
|
Added the bookkeeping of registers and register groups.
|
|
|
|
* CDebugImages.java
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
* EnableVariablesActionDelegate.java
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-10-07 21:31:53 +00:00
|
|
|
2004-10-07 Mikhail Khodjaiants
|
|
|
|
Added images of disabled registers and register groups.
|
|
|
|
* icons/full/obj16/registerd_obj.gif: new
|
|
|
|
* icons/full/obj16/registergroupd_obj.gif: new
|
|
|
|
|
2004-10-07 15:23:25 +00:00
|
|
|
2004-10-07 Mikhail Khodjaiants
|
|
|
|
Provide a context for expression evaluation.
|
|
|
|
* CDebugUIUtils.java
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
* CDTValueDetailProvider.java renamed to CValueDetailProvider.java
|
|
|
|
* DebugTextHover.java
|
|
|
|
|
2004-10-06 21:06:29 +00:00
|
|
|
2004-10-06 Mikhail Khodjaiants
|
|
|
|
Use the same approach to generate expressions and variables labels.
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2004-09-21 19:00:32 +00:00
|
|
|
2004-09-21 Mikhail Khodjaiants
|
|
|
|
Fixed the problems with the Disassembly view and address breakpoints caused by switch to IAddress.
|
|
|
|
* CBreakpointPropertyPage.java
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
|
2004-09-20 21:05:48 +00:00
|
|
|
2004-09-20 Mikhail Khodjaiants
|
|
|
|
Fix for bug 73920: Stopping CDT debug at a break point and using a non-text editor throws an error.
|
|
|
|
* ResumeAtLineActionDelegate.java
|
|
|
|
* RunToLineAdapter.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
|
2004-09-20 20:17:26 +00:00
|
|
|
2004-09-20 Mikhail Khodjaiants
|
|
|
|
Evaluate expressions on stack frame instead of target to provide evaluation context.
|
|
|
|
Evaluate the hovering expression for the selected context only.
|
|
|
|
* DebugTextHover.java
|
|
|
|
|
2004-09-17 19:01:32 +00:00
|
|
|
2004-09-17 Alain Magloire
|
|
|
|
Support for 64 bits application
|
|
|
|
PR 74056. Pathc from Artyom Kuanbekov
|
|
|
|
To much files to enumerate.
|
|
|
|
|
2004-09-15 15:08:47 +00:00
|
|
|
2004-09-15 Mikhail Khodjaiants
|
|
|
|
Removed the "ISwitchToThread" and "ISwitchToFrame" interfaces.
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
|
2004-09-13 20:11:38 +00:00
|
|
|
2004-09-13 Mikhail Khodjaiants
|
|
|
|
Fix for bug 72555: "Toggle breakpoint" action doesn't remove function breakpoints from editor.
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
|
2004-09-10 17:50:29 +00:00
|
|
|
2004-09-10 Mikhail Khodjaiants
|
|
|
|
Fixes for breakpoint filtering.
|
|
|
|
* CBreakpointUpdater.java
|
|
|
|
* ThreadFilterEditor.java
|
|
|
|
|
2004-09-03 19:49:26 +00:00
|
|
|
2004-09-01 Mikhail Khodjaiants
|
|
|
|
Fix for bug 73197: DisassemblyEditorInput.getAddress can crash.
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
|
2004-09-01 17:56:03 +00:00
|
|
|
2004-09-01 Mikhail Khodjaiants
|
|
|
|
Breakpoint filtering by targets (ui).
|
|
|
|
* PropertyPageMessages.properties
|
|
|
|
* CBreakpointFilteringPage.java
|
|
|
|
* ThreadFilterEditor.java
|
|
|
|
|
2004-08-25 20:30:17 +00:00
|
|
|
2004-08-25 Mikhail Khodjaiants
|
|
|
|
Added the "Filtering" page to the breakpoint properties.
|
|
|
|
* CBreakpointWorkbenchAdapterFactory.java: new
|
|
|
|
* CDebugUIMessages.properties
|
|
|
|
* PropertyPageMessages.properties
|
|
|
|
* CBreakpointFilteringPage.java: new
|
|
|
|
* ThreadFilterEditor.java: new
|
|
|
|
* plugin.xml
|
|
|
|
* plugin.properties
|
|
|
|
|
2004-08-24 20:48:27 +00:00
|
|
|
2004-08-24 Mikhail Khodjaiants
|
|
|
|
Moved the property pages and related classes into the newly created package - "org.eclipse.cdt.debug.internal.ui.propertypages".
|
|
|
|
* PropertyPageMessages.properties: new
|
|
|
|
* CBreakpointPreferenceStore.java
|
|
|
|
* CBreakpointPropertyPage.java
|
|
|
|
* PropertyPageMessages.java: new
|
|
|
|
* ActionMessages.properties
|
|
|
|
|
2004-08-24 20:06:04 +00:00
|
|
|
2004-08-24 Mikhail Khodjaiants
|
|
|
|
Replaced the "Breakpoint Properties" dialog by standard property pages.
|
|
|
|
* CBreakpointPreferenceStore.java
|
|
|
|
* CBreakpointPropertiesAction.java
|
|
|
|
* CBreakpointPropertiesRulerAction.java
|
|
|
|
* CBreakpointPropertiesRulerActionDelegate.java
|
|
|
|
* CBreakpointPreferencePage.java renamed to CBreakpointPropertyPage.java
|
|
|
|
* CBreakpointPropertiesDialog.java: removed
|
|
|
|
* plugin.xml
|
|
|
|
* plugin.properties
|
|
|
|
* ActionMessages.properties
|
|
|
|
|
2004-08-12 15:03:16 +00:00
|
|
|
2004-08-12 Mikhail Khodjaiants
|
|
|
|
Fix for bug 70453. Linux: error exiting Eclipse on Linux RedHat or SuSe Enterprise Server 9.
|
|
|
|
Applied modified patch from Sean Evoy.
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
|
2004-08-10 17:52:30 +00:00
|
|
|
2004-08-10 Tanya Wolff
|
|
|
|
Fix for 70943 - externalized strings
|
|
|
|
* plugin.xml
|
|
|
|
* plugin.properties
|
|
|
|
|
2004-08-10 16:45:54 +00:00
|
|
|
2004-08-10 Mikhail Khodjaiants
|
|
|
|
Fix for bug 70902. TVT3.0: Customize Perspective C++ Debug has duplicated strings.
|
|
|
|
* plugin.xml
|
2004-08-10 17:52:30 +00:00
|
|
|
|
2004-08-05 19:51:09 +00:00
|
|
|
2004-08-05 Mikhail Khodjaiants
|
|
|
|
Cosmetic fix.
|
|
|
|
* CDebugUIMessages.properties
|
|
|
|
|
2004-08-04 21:06:56 +00:00
|
|
|
2004-08-04 Mikhail Khodjaiants
|
|
|
|
New implementation of the variable types.
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
* CastToArrayActionDelegate.java
|
|
|
|
* CastToTypeActionDelegate.java
|
|
|
|
* DecVariableFormatActionDelegate.java
|
|
|
|
* HexVariableFormatActionDelegate.java
|
|
|
|
* NaturalVariableFormatActionDelegate.java
|
|
|
|
* RestoreDefaultTypeActionDelegate.java
|
|
|
|
* VariableFormatActionDelegate.java
|
|
|
|
|
2004-07-30 21:27:45 +00:00
|
|
|
2004-07-30 Mikhail Khodjaiants
|
|
|
|
Display the error message in the variable's label if the value of variable can not be retrieved.
|
|
|
|
* CDebugUIMessages.properties
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2004-07-23 21:14:53 +00:00
|
|
|
2004-07-23 Mikhail Khodjaiants
|
|
|
|
More informative error messages.
|
|
|
|
* CDebugUIMessages.properties
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2004-07-20 21:34:50 +00:00
|
|
|
2004-07-20 Mikhail Khodjaiants
|
|
|
|
Cleanup.
|
|
|
|
* ErrorStatusHandler.java
|
|
|
|
* InfoStatusHandler.java
|
|
|
|
* QuestionStatusHandler.java
|
|
|
|
|
2004-07-16 22:08:05 +00:00
|
|
|
2004-07-16 Mikhail Khodjaiants
|
|
|
|
Cleanup.
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2004-07-15 23:04:07 +00:00
|
|
|
2004-07-15 Mikhail Khodjaiants
|
|
|
|
Fix for bug 70147. TVT3.0: Preferences CDT Editor has non-externalized string.
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-07-15 16:03:09 +00:00
|
|
|
2004-07-15 Tanya Wolff
|
|
|
|
Fix for bug 69939. I18N: Memory view contains unexternalized strings.
|
|
|
|
Externalized Memory View Refresh menu item.
|
|
|
|
* RefreshMemoryAction.java
|
|
|
|
* ActionMessages.properties
|
|
|
|
|
2004-07-09 18:04:01 +00:00
|
|
|
2004-07-09 Mikhail Khodjaiants
|
|
|
|
Renamed "ICDebugElementErrorStatus" to "ICDebugElementStatus".
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2004-07-09 17:41:55 +00:00
|
|
|
2004-07-09 Mikhail Khodjaiants
|
|
|
|
Fix for bug 69221: "Show full paths" doesn't work for shared libraries.
|
|
|
|
* SharedLibrariesView.java
|
|
|
|
|
2004-06-30 01:31:50 +00:00
|
|
|
2004-06-29 Mikhail Khodjaiants
|
|
|
|
Temporary fix for bug 68915: Invalid values in the Variables view.
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
|
2004-06-22 18:45:18 +00:00
|
|
|
2004-06-22 Mikhail Khodjaiants
|
|
|
|
Replaced global resource bundles by messages.
|
|
|
|
|
2004-06-21 21:01:34 +00:00
|
|
|
2004-06-21 Mikhail Khodjaiants
|
|
|
|
Added transparency to the icons.
|
|
|
|
* icons/full/cview16/signals_view.gif
|
|
|
|
* icons/full/eview16/signals_view.gif
|
|
|
|
|
2004-06-21 20:24:56 +00:00
|
|
|
2004-06-21 Mikhail Khodjaiants
|
|
|
|
String externalization.
|
|
|
|
|
2004-06-16 22:27:20 +00:00
|
|
|
2004-06-16 Mikhail Khodjaiants
|
|
|
|
Deleted the "C/C++ Debugger Appearance" theme.
|
|
|
|
Moved the diassembly color preferences to the "C/C++ Debug" preference page.
|
|
|
|
* plugin.xml
|
|
|
|
* IInternalCDebugUIConstants.java
|
|
|
|
* CDebugPreferencePage.java
|
|
|
|
* PreferenceMessages.properties: new
|
|
|
|
* PreferenceMessages.java: new
|
|
|
|
|
2004-06-16 20:24:52 +00:00
|
|
|
2004-06-16 Mikhail Khodjaiants
|
|
|
|
Moved the disassembly font definition to the platform "Debug" theme.
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-06-16 20:17:55 +00:00
|
|
|
2004-06-16 Mikhail Khodjaiants
|
|
|
|
Added support for the "Skip Breakpoints" and "Skip breakpoints during a "Run To Line" operation.
|
|
|
|
* RunToLineAdapter.java
|
|
|
|
|
2004-06-16 15:40:43 +00:00
|
|
|
2004-06-16 Mikhail Khodjaiants
|
|
|
|
Removed the "Add Address Breakpoint" and "Add Watchpoint" global actions.
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
* AddAddressBreakpointActionDelegate.java
|
|
|
|
|
2004-06-15 17:09:11 +00:00
|
|
|
2004-06-15 Mikhail Khodjaiants
|
2004-06-15 22:09:22 +00:00
|
|
|
Added the "Toggle Watchpoint" object contribution action.
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
* ActionMessages.properties
|
|
|
|
* ToggleWatchpointActionDelegate.java: new
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
* icons/full/elcl16/function_brkpt_co.gif: new
|
|
|
|
* icons/full/elcl16/watchpoint_co.gif: new
|
|
|
|
|
|
|
|
2004-06-15 Mikhail Khodjaiants
|
|
|
|
Breakpoint and expression related actions enablement should not depend
|
2004-06-15 17:09:11 +00:00
|
|
|
on the activation of the debuggger plugin.
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-06-14 20:46:18 +00:00
|
|
|
2004-06-14 Mikhail Khodjaiants
|
|
|
|
Implementation of the "Toggle Method Breakpoint" retargettable action.
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
* ActionMessages.properties
|
|
|
|
* ManageFunctionBreakpointActionDelegate.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
|
2004-06-14 16:49:40 +00:00
|
|
|
2004-06-14 Mikhail Khodjaiants
|
|
|
|
Added transparency to the icons.
|
|
|
|
* icons/full/cview16/sharedlibraries_view.gif
|
|
|
|
* icons/full/eview16/sharedlibraries_view.gif
|
|
|
|
|
2004-06-14 01:41:44 +00:00
|
|
|
2004-06-12 Mikhail Khodjaiants
|
|
|
|
Added the superclass for action delegates of views different than the Debug view and
|
|
|
|
driven by the selection in the Debug view.
|
|
|
|
All "Auto-refresh" actions implement "Observer" to be notified of changes
|
|
|
|
by the corresponding update managers.
|
|
|
|
* ActionMessages.properties
|
|
|
|
* AbstractAutoRefreshActionDelegate.java
|
|
|
|
* AbstractRefreshActionDelegate.java
|
|
|
|
* AbstractViewActionDelegate.java: new
|
|
|
|
* LoadSymbolsForAllActionDelegate.java
|
|
|
|
* RefreshRegistersAction.java
|
|
|
|
* RefreshSharedLibrariesAction.java
|
|
|
|
|
2004-06-11 21:49:09 +00:00
|
|
|
2004-06-11 Mikhail Khodjaiants
|
|
|
|
New implementation of the "Load Symbols For All" action of the Shared Libraries view.
|
|
|
|
Fixes for the "Auto-Refresh" and "refresh" actions.
|
|
|
|
* AbstractAutoRefreshActionDelegate.java
|
|
|
|
* AbstractRefreshActionDelegate.java
|
|
|
|
* LoadSymbolsForAllAction.java: removed
|
|
|
|
* LoadSymbolsForAllActionDelegate.java: new
|
|
|
|
* SharedLibrariesView.java
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-06-11 18:17:58 +00:00
|
|
|
2004-06-11 Mikhail Khodjaiants
|
|
|
|
New implementation of the "Auto-Refresh" actions for registers and shared libraries.
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
* AbstractAutoRefreshActionDelegate.java: new
|
|
|
|
* AutoRefreshRegistersAction.java: new
|
|
|
|
* AutoRefreshSharedLibrariesAction.java: new
|
|
|
|
* AutoRefreshAction.java: removed
|
|
|
|
* AbstractRefreshActionDelegate.java
|
|
|
|
|
2004-06-09 19:11:54 +00:00
|
|
|
2004-06-09 Mikhail Khodjaiants
|
|
|
|
New implementation of the "Refresh" actions for registers and shared libraries.
|
|
|
|
* icons/full/clcl16/auto_refresh_co.gif: new
|
|
|
|
* icons/full/clcl16/refresh_co.gif: new
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
* CDebugImages.java
|
|
|
|
* AbstractRefreshActionDelegate.java: new
|
|
|
|
* RefreshRegistersAction.java: new
|
|
|
|
* RefreshSharedLibrariesAction.java: new
|
|
|
|
* SharedLibrariesView.java
|
|
|
|
* Refreshaction.java: removed
|
|
|
|
|
2004-06-08 15:35:13 +00:00
|
|
|
2004-06-08 Mikhail Khodjaiants
|
|
|
|
Warning clean-up.
|
|
|
|
* DebugTextHover.java
|
|
|
|
|
2004-06-04 00:35:56 +00:00
|
|
|
2004-06-03 Mikhail Khodjaiants
|
|
|
|
Added new images for the "Auto-Refresh" and "Refresh" actions.
|
|
|
|
* icons/full/dlcl16/auto_refresh_co.gif
|
|
|
|
* icons/full/dlcl16/refresh_co.gif
|
|
|
|
* icons/full/elcl16/auto_refresh_co.gif
|
|
|
|
* icons/full/elcl16/refresh_co.gif
|
|
|
|
|
2004-06-02 22:18:11 +00:00
|
|
|
2004-06-03 Mikhail Khodjaiants
|
|
|
|
Changed the breakpoints and watchpoints label resources.
|
|
|
|
* CDebugUIPluginResources.properties
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2004-06-01 05:14:50 +00:00
|
|
|
2004-05-31 Alain Magloire
|
|
|
|
The Extension point "org.eclipse.cdt.ui.textHover"
|
|
|
|
Changed adjust the Debugger.
|
|
|
|
* DebugTextHover.java
|
|
|
|
|
2004-05-31 18:09:34 +00:00
|
|
|
2004-05-31 Mikhail Khodjaiants
|
|
|
|
Bug 39650: the Memory window has alignment problems.
|
|
|
|
Map the Memory view font to the platform text font which is monospace by default.
|
|
|
|
* ICDebugPreferenceConstants.java
|
|
|
|
|
2004-05-28 20:31:36 +00:00
|
|
|
2004-05-28 Mikhail Khodjaiants
|
|
|
|
New implementation of the "Add Expression" editor action.
|
|
|
|
* AddExpressionActionDelegate.java: removed
|
|
|
|
* AddExpressionEditorActionDelegate.java: new
|
|
|
|
* icons/full/dtool16/watch_exp.gif: new
|
|
|
|
* icons/full/etool16/watch_exp.gif: new
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-05-28 19:04:31 +00:00
|
|
|
2004-05-28 Mikhail Khodjaiants
|
|
|
|
Changed the error handling of the "Add Globals" and "Enable/Disable Variable" actions.
|
|
|
|
* AddGlobalsActionDelegate.java
|
|
|
|
* EnableVariablesActionDelegate.java
|
|
|
|
* ActionMessages.properties
|
|
|
|
|
2004-05-28 17:34:16 +00:00
|
|
|
2004-05-28 Mikhail Khodjaiants
|
|
|
|
Removed diassembly editor actions.
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-05-27 21:53:39 +00:00
|
|
|
2004-05-27 Mikhail Khodjaiants
|
|
|
|
Display global variables in the Variables view.
|
|
|
|
* CDebugImages.java
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
* AddGlobalsActionDelegate.java
|
|
|
|
* RemoveAllGlobalsActionDelegate.java: new
|
|
|
|
* RemoveGlobalsActionDelegate.java: new
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
* icons/full/dlcl16/rem_all_co.gif: new
|
|
|
|
* icons/full/dlcl16/rem_co.gif: new
|
|
|
|
* icons/full/elcl16/rem_all_co.gif: new
|
|
|
|
* icons/full/elcl16/rem_co.gif: new
|
|
|
|
* icons/full/ovr16/global_ovr.gif: new
|
|
|
|
|
2004-05-25 20:45:26 +00:00
|
|
|
2004-05-25 Mikhail Khodjaiants
|
|
|
|
New instructuion pointer images for the Disassembly view.
|
|
|
|
* icons/full/obj16/inst_ptr_top.gif
|
|
|
|
* icons/full/obj16/inst_ptr.gif
|
|
|
|
|
2004-05-25 17:09:19 +00:00
|
|
|
2004-05-25 Mikhail Khodjaiants
|
|
|
|
Replaced deprecated methods.
|
|
|
|
* CDebugUIPreferenceInitializer.java: new
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
|
2004-05-24 21:36:21 +00:00
|
|
|
2004-05-24 Mikhail Khodjaiants
|
|
|
|
Fix for bug 63612: Debugger Pages are not displayed.
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
|
2004-05-21 19:59:49 +00:00
|
|
|
2004-05-21 Mikhail Khodjaiants
|
|
|
|
Removed dependencies on the compatibility plugin and replaced deprecated classes and methods.
|
|
|
|
Warning cleanup.
|
|
|
|
* CDebugImageDescriptorRegistry.java
|
|
|
|
* CDebugImages.java
|
|
|
|
* LineBreakingReader.java
|
|
|
|
* SingleCharReader.java
|
|
|
|
* SubstitutionTextReader.java
|
|
|
|
* AbstractDebugActionDelegate.java
|
|
|
|
* AddAddressBreakpointActionDelegate.java
|
|
|
|
* AddExpressionActionDelegate.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
* SelectionButtonDialogFieldGroup.java
|
|
|
|
* SourcePreferencePage.java
|
|
|
|
* DisassemblyView.java
|
|
|
|
* SourceLocationSelectionPage.java
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
* plugin.xml
|
|
|
|
* ChangeLog-2003: new
|
|
|
|
|
2004-05-20 22:23:20 +00:00
|
|
|
2004-05-20 Mikhail Khodjaiants
|
|
|
|
The "IStackFrameInfo" interface is removed and it's methods moved to "ICStackFrame".
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
* FileNotFoundElement.java
|
|
|
|
* DefaultSourceLocator.java
|
|
|
|
* SourceLookupBlock.java
|
|
|
|
* SourceLookupLabelProvider.java
|
|
|
|
|
2004-05-19 21:12:43 +00:00
|
|
|
2004-05-19 Mikhail Khodjaiants
|
|
|
|
Added the support of watch expressions.
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
* CWatchExpressionDelegate.java: new
|
|
|
|
* CDebugUIPluginResources.properties
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-05-14 20:15:07 +00:00
|
|
|
2004-05-14 Mikhail Khodjaiants
|
|
|
|
Refresh the Disassembly view on change events.
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
* DisassemblyView.java
|
|
|
|
* DisassemblyViewEventHandler.java
|
|
|
|
|
2004-05-13 19:56:32 +00:00
|
|
|
2004-05-13 Mikhail Khodjaiants
|
|
|
|
Removed old disassembly implementation.
|
|
|
|
* SwitchToDisassemblyActionDelegate.java: deleted
|
|
|
|
* src/org/eclipse/cdt/debug/internal/ui/editors/DisassemblyDocumentProvider.java: deleted
|
|
|
|
* src/org/eclipse/cdt/debug/internal/ui/editors/DisassemblyEditor.java: deleted
|
|
|
|
* src/org/eclipse/cdt/debug/internal/ui/editors/DisassemblyEditorInput.java: deleted
|
|
|
|
* src/org/eclipse/cdt/debug/internal/ui/editors/DisassemblyMarkerAnnotation.java: deleted
|
|
|
|
* src/org/eclipse/cdt/debug/internal/ui/editors/DisassemblyMarkerAnnotationModel.java: deleted
|
|
|
|
* src/org/eclipse/cdt/debug/internal/ui/editors/DisassemblySourceViewerConfiguration.java: deleted
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
* JumpToLineActionDelegate.java
|
|
|
|
* CDebugPreferencePage.java
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
* DefaultSourceLocator.java
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-05-13 18:56:46 +00:00
|
|
|
2004-05-13 Mikhail Khodjaiants
|
|
|
|
Added the "Instruction Stepping Mode" action.
|
|
|
|
* ToggleInstructionStepModeActionDelegate.java
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
* org.eclipse.cdt.debug.ui/icons/full/clcl16/instr_step.gif: new
|
|
|
|
* org.eclipse.cdt.debug.ui/icons/full/dlcl16/instr_step.gif: new
|
|
|
|
* org.eclipse.cdt.debug.ui/icons/full/elcl16/instr_step.gif: new
|
|
|
|
|
2004-05-12 16:13:07 +00:00
|
|
|
2004-05-12 Mikhail Khodjaiants
|
|
|
|
The input member of 'DisassemblyAnnotationModel' can be null.
|
|
|
|
* DisassemblyAnnotationModel.java
|
|
|
|
|
2004-05-12 16:10:54 +00:00
|
|
|
2004-05-12 Mikhail Khodjaiants
|
|
|
|
Do not log CoreException thrown from the 'decrementInstallCount' method.
|
|
|
|
* CBreakpointUpdater.java
|
|
|
|
|
2004-05-12 15:41:32 +00:00
|
|
|
2004-05-12 Mikhail Khodjaiants
|
|
|
|
Implemented the color highlighting of the source lines in the Disassembly view.
|
|
|
|
* plugin.xml
|
|
|
|
* IInternalCDebugUIConstants.java
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
* DisassemblyView.java
|
|
|
|
|
2004-05-11 20:32:10 +00:00
|
|
|
2004-05-11 Mikhail Khodjaiants
|
|
|
|
Added theme category for CDT debugger.
|
|
|
|
Moved the disassembly font definition to the theme.
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
* IInternalCDebugUIConstants.java
|
|
|
|
|
2004-05-06 22:03:25 +00:00
|
|
|
2004-05-06 Mikhail Khodjaiants
|
|
|
|
Implementation of mixed disassembly mode.
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
* DisassemblyMessages.properties
|
|
|
|
* DisassemblyAnnotationModel.java
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
* DisassemblyView.java
|
|
|
|
|
2004-05-02 23:58:21 +00:00
|
|
|
2004-05-02 Mikhail Khodjaiants
|
|
|
|
Check if the new stack frame is of the same debug target as the old one.
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
|
2004-04-30 22:00:57 +00:00
|
|
|
2004-04-30 Mikhail Khodjaiants
|
|
|
|
New implementation of the "Resume At Line" global action.
|
|
|
|
* plugin.xml
|
|
|
|
* ActionMessages.properties
|
|
|
|
* ResumeAtLineActionDelegate.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
|
2004-04-30 19:05:00 +00:00
|
|
|
2004-04-30 Mikhail Khodjaiants
|
|
|
|
Added ruler breakpoint actions to the Disassembly view.
|
|
|
|
* ICDebugHelpContextIds.java
|
|
|
|
* IInternalCDebugUIConstants.java
|
|
|
|
* ActionMessages.properties
|
|
|
|
* AbstractBreakpointRulerAction.java
|
|
|
|
* CBreakpointPropertiesRulerAction.java
|
|
|
|
* EnableDisableBreakpointRulerAction.java
|
|
|
|
* EnableDisableBreakpointRulerActionDelegate.java
|
|
|
|
* ManageBreakpointRulerActionDelegate.java
|
|
|
|
* ManageFunctionBreakpointActionDelegate.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
* ManageBreakpointRulerAction.java: deleted
|
|
|
|
* ToggleBreakpointRulerAction.java: new
|
|
|
|
* DisassemblyAnnotationModel.java
|
|
|
|
* DisassemblyDocumentProvider.java
|
|
|
|
* DisassemblyView.java
|
|
|
|
|
2004-04-28 22:35:27 +00:00
|
|
|
2004-04-28 Mikhail Khodjaiants
|
|
|
|
Added support of context menu to the Disassembly view.
|
|
|
|
* DisassemblyView.java
|
|
|
|
|
2004-04-28 18:49:37 +00:00
|
|
|
2004-04-28 Mikhail Khodjaiants
|
|
|
|
Added the overview ruler to the Disassembly view.
|
|
|
|
* DisassemblyView.java
|
|
|
|
* DisassemblyViewer.java
|
|
|
|
|
2004-04-27 23:19:26 +00:00
|
|
|
2004-04-27 Mikhail Khodjaiants
|
|
|
|
Breakpoints presentation in the Disassembly view.
|
|
|
|
* HTML2TextReader.java: new
|
|
|
|
* HTMLPrinter.java: new
|
|
|
|
* HTMLTextPresenter.java: new
|
|
|
|
* LineBreakingReader.java: new
|
|
|
|
* SingleCharReader.java: new
|
|
|
|
* SubstitutionTextReader.java: new
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
* DisassemblyMessages.properties
|
|
|
|
* DisassemblyAnnotationHover.java: new
|
|
|
|
* DisassemblyAnnotationModel.java: new
|
|
|
|
* DisassemblyDocumentProvider.java
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
* DisassemblyMarkerAnnotationModel.java: deleted
|
|
|
|
* DisassemblyView.java
|
|
|
|
* DisassemblyViewerConfiguration.java: new
|
|
|
|
|
2004-04-24 03:30:51 +00:00
|
|
|
2004-04-23 Mikhail Khodjaiants
|
|
|
|
Fix for bug 58711: Breakpoint race condition.
|
|
|
|
Notify the Breakpoint Manager when the install count of breakpoint is changed.
|
|
|
|
* CBreakpointUpdater.java
|
|
|
|
|
2004-04-24 03:27:20 +00:00
|
|
|
2004-04-21 Mikhail Khodjaiants
|
2004-04-21 23:10:49 +00:00
|
|
|
Implementing the Disassembly view.
|
|
|
|
New annotation model is added to show breakpoint markers.
|
|
|
|
* DisassemblyDocumentProvider.java
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
* DisassemblyInstructionPointerAnnotation.java
|
|
|
|
* DisassemblyMarkerAnnotationModel.java: new
|
|
|
|
* DisassemblyView.java
|
|
|
|
|
2004-04-19 22:12:02 +00:00
|
|
|
2004-04-19 Mikhail Khodjaiants
|
|
|
|
Fix for bug 58711: Breakpoint race condition.
|
|
|
|
To avoid race condition all breakpoint marker updates (like increment/decrement the install count,
|
|
|
|
enable/disable etc.) should be done in the UI thread. At the same time installing breakpoint
|
|
|
|
at a target should be synchronized with other gdb commands (bug 58711).
|
|
|
|
A special listener (CBreakpointUpdater) has been added to receive notifications from the event
|
|
|
|
thread and post marker updates to the UI thread.
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
* CBreakpointUpdater.java: new
|
|
|
|
|
2004-04-16 21:45:24 +00:00
|
|
|
2004-04-16 Mikhail Khodjaiants
|
|
|
|
Implementing retargettable actions for Disassembly view.
|
|
|
|
* plugin.xml
|
|
|
|
* DisassemblyView.java: new
|
|
|
|
* DisassemblyEditorInput.java
|
|
|
|
* BreakpointLocationVerifier.java
|
|
|
|
* ActionMessages.properties
|
|
|
|
* RunToLineAdapter.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
|
2004-04-15 22:53:48 +00:00
|
|
|
2004-04-15 Mikhail Khodjaiants
|
|
|
|
Implementing the Disassembly view.
|
|
|
|
New pacckage: org.eclipse.cdt.debug.internal.ui.views.disassembly
|
|
|
|
* DisassemblyMessages.properties: new
|
|
|
|
* DisassemblyDocumentProvider.java: new
|
|
|
|
* DisassemblyEditorInput.java: new
|
|
|
|
* DisassemblyInstructionPointerAnnotation.java: new
|
|
|
|
* DisassemblyMessages.java: new
|
|
|
|
* DisassemblyView.java: new
|
|
|
|
* DisassemblyViewer.java: new
|
|
|
|
* DisassemblyViewEventHandler.java: new
|
|
|
|
* IDisassemblyListener.java: new
|
|
|
|
* ICDebugHelpContextIds.java
|
|
|
|
* IInternalCDebugUIConstants.java
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
* icons/full/cview16/disassembly_view.gif: new
|
|
|
|
* icons/full/obj16/inst_ptr_top.gif: new
|
|
|
|
* icons/full/obj16/inst_ptr.gif: new
|
|
|
|
|
2004-04-13 03:17:06 +00:00
|
|
|
2004-04-12 Mikhail Khodjaiants
|
|
|
|
Fixes in the breakpoint-related actions.
|
|
|
|
* ActionMessages.properties
|
|
|
|
* AbstractListenerActionDelegate.java
|
|
|
|
* AddWatchpointActionDelegate.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
|
2004-04-13 01:56:19 +00:00
|
|
|
2004-04-12 Mikhail Khodjaiants
|
|
|
|
Changed the labels of the ruler breakpoint actions.
|
|
|
|
* plugin.properties
|
|
|
|
|
2004-04-12 22:33:55 +00:00
|
|
|
2004-04-12 Mikhail Khodjaiants
|
|
|
|
Implementing retargettable breakpoint related actions.
|
|
|
|
* AddAddressBreakpointActionDelegate.java
|
|
|
|
* AddWatchpointActionDelegate.java
|
|
|
|
* ManageBreakpointRulerAction.java
|
|
|
|
* ManageBreakpointRulerActionDelegate.java
|
|
|
|
* ManageFunctionBreakpointActionDelegate.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
* DisassemblyMarkerAnnotationModel.java
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-04-11 21:23:36 +00:00
|
|
|
2004-04-11 Mikhail Khodjaiants
|
|
|
|
Implementation of the "Run To Line" retargettable action.
|
|
|
|
* plugin.xml
|
|
|
|
* RetargettableActionAdapterFactory.java
|
|
|
|
* RunToLineAdapter.java
|
|
|
|
* RunToLineRulerAction.java - deleted
|
|
|
|
* RunToLineRulerActionDelegate.java - deleted
|
|
|
|
* ActionMessages.properties
|
|
|
|
|
2004-04-08 22:20:56 +00:00
|
|
|
2004-04-08 Mikhail Khodjaiants
|
|
|
|
Implementing retargettable actions.
|
|
|
|
* plugin.xml
|
|
|
|
* RetargettableActionAdapterFactory.java
|
|
|
|
* RunToLineAdapter.java
|
|
|
|
* ToggleBreakpointAdapter.java
|
|
|
|
|
2004-04-08 20:10:09 +00:00
|
|
|
2004-04-08 Mikhail Khodjaiants
|
|
|
|
Added breakpoint images and implemented the extension points for breakpoint
|
|
|
|
marker annotations.
|
|
|
|
* plugin.xml
|
|
|
|
* BreakpointImageProvider.java: new
|
|
|
|
* CDebugImages.java
|
|
|
|
* CDebugModelPresentation.java
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
* icons/full/obj16/brkp_obj.gif: new
|
|
|
|
* icons/full/obj16/brkpd_obj.gif: new
|
|
|
|
|
2004-04-07 18:17:01 +00:00
|
|
|
2004-04-07 Mikhail Khodjaiants
|
|
|
|
Strings externalization fixes and reformatting.
|
|
|
|
* CDebugUIMessages.properties
|
|
|
|
* CDebugModelPresentation.java
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
* ColorManager.java
|
|
|
|
* InfoStatusHandler.java
|
|
|
|
* OverlayImageCache.java
|
|
|
|
* OverlayImageDescriptor.java
|
|
|
|
* PixelConverter.java
|
|
|
|
* QuestionStatusHandler.java
|
|
|
|
* SWTUtil.java
|
|
|
|
|
2004-04-07 15:59:20 +00:00
|
|
|
2004-04-07 Mikhail Khodjaiants
|
|
|
|
Removed the "Show Debugger Console" action.
|
|
|
|
* DebuggerConsoleActionDelegate.java
|
|
|
|
* ToggelDelegateAction.java
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-04-03 00:04:03 +00:00
|
|
|
2004-04-02 Mikhail Khodjaiants
|
|
|
|
Removed dependency to xerces.
|
|
|
|
* DefaultSourceLocator.java
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-04-02 20:14:07 +00:00
|
|
|
2004-04-02 Mikhail Khodjaiants
|
|
|
|
Fix for bug 57160: Don't override Debug perspective's "autoClose" behavior.
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-04-02 16:33:21 +00:00
|
|
|
2004-04-02 Mikhail Khodjaiants
|
|
|
|
Fix for bug 57159: Don't add C views to Debug perspective by default.
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-04-02 00:13:03 +00:00
|
|
|
2004-04-01 Mikhail Khodjaiants
|
|
|
|
Changes in the Shared Libraries and the Signals views.
|
|
|
|
* ActionMessages.properties
|
|
|
|
* ActionMessages.java
|
|
|
|
* LoadSymbolsActionDelegate.java
|
|
|
|
* LoadSymbolsForAllAction.java
|
|
|
|
* ShowFullPathsAction.java
|
|
|
|
* SignalActionDelegate.java
|
|
|
|
* SignalPropertiesActionDelegate.java
|
|
|
|
* SignalPropertiesDialog.java
|
|
|
|
* ViewFilterAction.java
|
|
|
|
* AbstractDebugEventHandler.java
|
|
|
|
* AbstractDebugEventHandlerView.java
|
|
|
|
* IDebugExceptionHandler.java
|
|
|
|
* SharedLibrariesMessages.properties
|
|
|
|
* SharedLibrariesMessages.java
|
|
|
|
* SharedLibrariesView.java
|
|
|
|
* SharedLibrariesViewContentProvider.java
|
|
|
|
* SharedLibrariesViewEventHandler.java
|
|
|
|
* SignalsMessages.properties
|
|
|
|
* SignalsMessages.java
|
|
|
|
* SignalsView.java
|
|
|
|
* SignalsViewContentProvider.java
|
|
|
|
* SignalsViewer.java
|
|
|
|
* SignalsViewEventHandler.java
|
|
|
|
* CDebugUIPluginResources.properties
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-04-01 20:16:55 +00:00
|
|
|
2004-04-01 Mikhail Khodjaiants
|
|
|
|
Moved the "Show Full Paths" action from toolbars to view's menus.
|
|
|
|
* CDebugModelPresentation.java - new (will replace CDTDebugModelPresentation)
|
|
|
|
* CDebugUIMessages.java - new
|
|
|
|
* CDebugUIMessages.properties - new
|
|
|
|
* ActionMessages.properties - new
|
|
|
|
* ActionMessages.java - new
|
|
|
|
* ShowFullPathsAction.java
|
|
|
|
* ViewFilterAction.java -new
|
|
|
|
* ICDebugPreferenceConstants.java
|
|
|
|
* icons/full/clcl16/show_paths.gif - new (replaced the old icon)
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-04-01 00:18:58 +00:00
|
|
|
2004-03-31 Mikhail Khodjaiants
|
|
|
|
Added default preferences to the C/C++ Debug preference page.
|
|
|
|
Removed the preference page of the Shared Libraries views.
|
|
|
|
* SharedLibrariesPreferencePage.java - removed
|
|
|
|
* CDebugPreferencePage.java
|
|
|
|
* CDebugUIPluginResources.properties
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-03-31 22:05:54 +00:00
|
|
|
2004-03-31 Mikhail Khodjaiants
|
|
|
|
The Registers view has been contibuted and moved to the Eclipse platform.
|
|
|
|
* org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/views/registers/* - removed
|
|
|
|
* org.eclipse.cdt.debug.ui/icons/full/cview16/registers_view.gif - removed
|
|
|
|
* org.eclipse.cdt.debug.ui/icons/full/eview16/registers_view.gif - removed
|
|
|
|
* RegistersViewPreferencePage.java - removed
|
|
|
|
* CDebugUIPlugin.java
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-03-23 21:42:27 +00:00
|
|
|
2004-03-23 Mikhail Khodjaiants
|
|
|
|
Fix for Bug 55777: I18N: Memory View is missing key for number_of_columns.
|
|
|
|
* CDebugUIPluginResources.properties
|
|
|
|
|
2004-03-19 18:45:21 +00:00
|
|
|
2004-03-19 Mikhail Khodjaiants
|
|
|
|
Added missing action tooltips.
|
|
|
|
* plugin.properties
|
|
|
|
* plugin.xml
|
|
|
|
|
2004-03-17 17:15:25 +00:00
|
|
|
2004-03-11 Tanya Wolff
|
|
|
|
Externalized remaining strings
|
|
|
|
* debug.internal.ui
|
|
|
|
* debug.internal.ui.actions
|
|
|
|
* debug.internal.ui.editors
|
|
|
|
* debug.ui
|
|
|
|
* debug.ui.sourcelookup
|
|
|
|
|
2004-03-12 16:42:31 +00:00
|
|
|
2004-03-11 Tanya Wolff
|
|
|
|
Fix for missing resource in
|
|
|
|
* LoadSymbolsForAllAction.java
|
|
|
|
|
2004-03-09 21:31:28 +00:00
|
|
|
2004-03-09 Tanya Wolff
|
|
|
|
Added strings to properties file for views packages
|
|
|
|
* CDebugUIPluginResources.properties
|
|
|
|
|
2004-03-04 19:23:14 +00:00
|
|
|
2004-03-02 Tanya Wolff
|
|
|
|
Partial Fix for #51189, completing the externalizing of strings for this plugin.
|
|
|
|
Affected packages are:
|
|
|
|
debug.internal.ui
|
|
|
|
debug.internal.ui.actions
|
|
|
|
debug.internal.ui.editors
|
|
|
|
debug.internal.ui.preferences
|
|
|
|
debug.internal.ui.wizards
|
|
|
|
debug.ui
|
|
|
|
debug.ui.sourcelookup.
|
|
|
|
|
2004-02-20 17:35:44 +00:00
|
|
|
2004-02-20 Alain Magloire
|
|
|
|
Partial Fix for #52155, we simply catch the exception.
|
|
|
|
We do not worry about it too much since this code will
|
|
|
|
be rewritten part of catching up with Eclipse 3.0
|
|
|
|
* CDebugUIPlugin.java: shutdown()
|
|
|
|
|
2004-02-17 19:38:43 +00:00
|
|
|
2004-02-16 Mikhail Khodjaiants
|
|
|
|
Fix for bug 52135: Debugger should indicate which thread triggered breakpoint.
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2004-03-04 19:23:14 +00:00
|
|
|
2004-02-16 Tanya Wolff
|
|
|
|
Partial Fix for bug 51189.
|
|
|
|
Externalized strings in new CDT Debug views.
|
|
|
|
* CDebugUIPluginResources.properties
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryPresentation.java
|
|
|
|
* MemoryView.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
* RegistersView.java
|
|
|
|
* SharedLibrariesView.java
|
|
|
|
* SignalsViewer.java
|
|
|
|
|
2004-02-11 19:33:05 +00:00
|
|
|
2004-02-11 Mikhail Khodjaiants
|
|
|
|
Fix for bug 51062: Source locator oddness.
|
|
|
|
* DefualtSourceLocator.java
|
|
|
|
|
2004-02-10 23:18:09 +00:00
|
|
|
2004-02-10 Mikhail Khodjaiants
|
|
|
|
Fix for bug 40108: The memory view does not handle big/little endian.
|
|
|
|
* MemoryPresentation.java
|
|
|
|
|
2004-02-10 20:15:00 +00:00
|
|
|
2004-02-10 Mikhail Khodjaiants
|
|
|
|
Fix for bug 51519: Enable 'Format' action if multiple variables are selected.
|
|
|
|
* VariableFormatActionDelegate.java
|
|
|
|
|
2004-02-03 20:27:30 +00:00
|
|
|
2004-02-03 Alain Magloire
|
|
|
|
|
|
|
|
Derived from a patch by Chris Songer.
|
|
|
|
Accept multiple selection when doing setting the format variables.
|
|
|
|
|
|
|
|
* src/org/eclipse/cdt/debug/internal/ui/actions/VariableFormatActionDelegate.java
|
|
|
|
|
2004-01-30 19:44:32 +00:00
|
|
|
2004-01-30 Mikhail Khodjaiants
|
|
|
|
Fix for bug 50967: Linux/SWT blows when double click on the register view.
|
|
|
|
* ChangeRegisterValueAction.java
|
|
|
|
|
2004-01-23 04:10:39 +00:00
|
|
|
2004-01-22 Alain Magloire
|
|
|
|
|
|
|
|
Set the sharedLibManager autorefresh to be off by defaul
|
|
|
|
|
|
|
|
* SharedLibrariesViewPreferencePage.java
|
|
|
|
|
2004-01-06 20:45:35 +00:00
|
|
|
2004-01-06 Mikhail Khodjaiants
|
|
|
|
Fix for bug 49587: Unable to set breakpoints in the editors that extend CEditor.
|
|
|
|
* ManageBreakpointRulerActionDelegate.java
|