2002-12-10 17:57:54 +00:00
|
|
|
2002-12-10 Mikhail Khodjaiants
|
|
|
|
Added new case in the 'getEditorInput' method of CDTDebugModelPresentation for FileStorage objects.
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2002-12-09 00:50:15 +00:00
|
|
|
2002-12-08 Mikhail Khodjaiants
|
|
|
|
Implementation of the status handler for core errors.
|
|
|
|
* ErrorStatusHandler.java
|
|
|
|
|
2002-12-04 15:28:47 +00:00
|
|
|
2002-12-04 Mikhail Khodjaiants
|
|
|
|
Small fix for the Registers view.
|
|
|
|
* RegistersView.java
|
|
|
|
|
2002-12-03 04:11:41 +00:00
|
|
|
2002-12-02 Mikhail Khodjaiants
|
|
|
|
If the target is suspended because of error display the error message in the Launch view.
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2002-12-02 23:22:22 +00:00
|
|
|
2002-12-02 Mikhail Khodjaiants
|
|
|
|
Refactoring org.eclipse.cdt.debug.core - UI changes.
|
|
|
|
|
2002-12-02 21:08:52 +00:00
|
|
|
2002-12-02 Mikhail Khodjaiants
|
|
|
|
'Run to line' and 'Add expression' actions for assembly editor.
|
|
|
|
*plugin.xml
|
|
|
|
|
2002-12-03 04:11:41 +00:00
|
|
|
2002-12-01 Mikhail Khodjaiants
|
|
|
|
Contributing breakpoint actions to asm editor.
|
|
|
|
* plugin.xml
|
|
|
|
* ManageBreakpointRulerActionDelegate.java
|
|
|
|
|
2002-11-29 21:05:42 +00:00
|
|
|
2002-11-29 Mikhail Khodjaiants
|
|
|
|
Cosmetic change for the MemoryView preference page.
|
|
|
|
* plugin.properties
|
2002-11-29 21:09:21 +00:00
|
|
|
* MemoryViewPreferencePage.java
|
2002-11-29 21:05:42 +00:00
|
|
|
|
2002-11-29 20:44:12 +00:00
|
|
|
2002-11-29 Mikhail Khodjaiants
|
|
|
|
Cosmetic fix for the memory view tab's tooltips.
|
|
|
|
* MemoryControlArea.java
|
|
|
|
|
2002-11-28 23:45:34 +00:00
|
|
|
2002-11-28 Mikhail Khodjaiants
|
|
|
|
Fixes for 'Run to line' actions.
|
|
|
|
* RunToLineActionDelegate.java
|
|
|
|
* RunToLineRulerAction.java
|
|
|
|
|
2002-11-28 19:16:37 +00:00
|
|
|
2002-11-28 Mikhail Khodjaiants
|
|
|
|
Live editing of the memory view.
|
|
|
|
* SaveMemoryChangesAction.java - removed
|
|
|
|
* MemoryPresentation.java
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryText.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
* MemoryView.java
|
|
|
|
|
2002-11-27 15:50:38 +00:00
|
|
|
2002-11-27 Mikhail Khodjaiants
|
|
|
|
Render debug target as suspended if no reason is specified.
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2002-11-26 16:38:03 +00:00
|
|
|
2002-11-26 Mikhail Khodjaiants
|
|
|
|
Fix for evaluation of expression to address in the Memory view.
|
|
|
|
GDB evaluates the array of chars to a string not an address.
|
|
|
|
* MemoryControlArea.java
|
|
|
|
|
2002-11-22 19:00:17 +00:00
|
|
|
2002-11-21 Mikhail Khodjaiants
|
|
|
|
Added the 'Evaluate' button to the Memory view.
|
|
|
|
* MemoryControlArea.java
|
|
|
|
|
2002-11-21 21:20:24 +00:00
|
|
|
2002-11-20 Mikhail Khodjaiants
|
|
|
|
Reset the tooltips of the memory view tabs on terminate.
|
|
|
|
* MemoryControlArea.java
|
|
|
|
|
2002-11-21 20:50:06 +00:00
|
|
|
2002-11-20 Mikhail Khodjaiants
|
|
|
|
Added the TERMINATE event handler to MemoryViewEventHandler.
|
|
|
|
* MemoryViewer.java
|
|
|
|
* MemoryViewEventHandler.java
|
|
|
|
|
2002-11-20 21:51:43 +00:00
|
|
|
2002-11-20 Mikhail Khodjaiants
|
|
|
|
Fix for bug 26595.
|
|
|
|
Highlight the addresses if the start address of a memory expression has changed.
|
|
|
|
*MemoryPresentation.java
|
|
|
|
*MemoryText.java
|
|
|
|
|
2002-11-19 21:38:30 +00:00
|
|
|
2002-11-19 Mikhail Khodjaiants
|
|
|
|
Added enablement condition to some actions.
|
|
|
|
*plugin.xml
|
|
|
|
|
2002-11-19 21:35:01 +00:00
|
|
|
2002-11-19 Mikhail Khodjaiants
|
|
|
|
Fix for bug 26693.
|
|
|
|
* SwitchToDisassemblyActionDelegate.java
|
|
|
|
|
2002-11-19 16:42:04 +00:00
|
|
|
2002-11-19 Mikhail Khodjaiants
|
|
|
|
Fix for bug 26401.
|
|
|
|
* ExpressionDialog.java: Highlight the content of the expression field on intialization.
|
|
|
|
|
2002-11-18 23:05:58 +00:00
|
|
|
2002-11-18 Mikhail Khodjaiants
|
|
|
|
Fixes for the 'Add Global Variables' action's bugs.
|
|
|
|
The action disabled after 'Remove All'.
|
|
|
|
Error message after adding a valid expression.
|
|
|
|
* AddGlobalsActionDelegate.java
|
|
|
|
|
2002-11-16 00:52:09 +00:00
|
|
|
2002-11-15 Mikhail Khodjaiants
|
|
|
|
Added presentation for dummy stack frames.
|
|
|
|
* CDTDebugModelPresentation.java
|
|
|
|
|
2002-11-13 19:58:23 +00:00
|
|
|
2002-11-13 Mikhail Khodjaiants
|
|
|
|
Added tooltips to the Memory view's tabs.
|
|
|
|
* MemoryControlArea.java
|
|
|
|
|
2002-11-13 18:49:29 +00:00
|
|
|
2002-11-13 Mikhail Khodjaiants
|
|
|
|
Added the 'Auto-Refresh by default' and 'Show ASCII by default' preferences
|
|
|
|
to the 'Memory Views' preference page.
|
|
|
|
* ICDebugPreferenceConstants.java
|
|
|
|
* MemoryViewPreferencePage.java
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryView.java
|
|
|
|
|
2002-11-11 20:16:03 +00:00
|
|
|
2002-11-11 Mikhail Khodjaiants
|
|
|
|
Fix for PR 25988: The 'Padding Character' preference of the Memory view doesn't work.
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryViewPreferencePage.java
|
|
|
|
|
2002-11-05 20:26:57 +00:00
|
|
|
2002-11-05 Mikhail Khodjaiants
|
|
|
|
Implementation of the "Add Global Variables" action of the Expressions view.
|
|
|
|
Action images:
|
|
|
|
watch_globals.gif (clcl, dlcl, elcl).
|
|
|
|
* AddGlobalsActionDelegate.java: implementation.
|
|
|
|
* plugin.xml: contribution to the Expression view
|
|
|
|
* plugin.xml: added dependency to org.eclipse.cdt.core
|
|
|
|
* .classpath: added dependency to org.eclipse.cdt.core
|
|
|
|
* .project: added dependency to org.eclipse.cdt.core
|
|
|
|
* plugin.properties: action's label and tooltip text
|
|
|
|
|
2002-11-04 01:47:47 +00:00
|
|
|
2002-11-03 Mikhail Khodjaiants
|
|
|
|
Implementation of the "Format/Decimal" and "Format/Unsigned Decimal" actions of the Memory view.
|
|
|
|
* MemoryFormataction.java
|
|
|
|
* MemorySizeAction.java
|
|
|
|
* MemoryNumberOfColumnsAction.java
|
|
|
|
* MemoryPresentation.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
* MemoryView.java
|
|
|
|
|
2002-11-01 23:25:06 +00:00
|
|
|
2002-11-01 Mikhail Khodjaiants
|
|
|
|
Implementing decimal format support of the Memory view.
|
|
|
|
* MemoryPresentation.java
|
|
|
|
|
2002-10-31 23:29:27 +00:00
|
|
|
2002-10-31 Mikhail Khodjaiants
|
|
|
|
Removed the 'Modified Value Color' field from the 'Debug/Memory Views'
|
|
|
|
preference page.
|
|
|
|
* MemoryViewPreferencePage.java
|
|
|
|
|
2002-10-30 23:39:31 +00:00
|
|
|
2002-10-30 Mikhail Khodjaiants
|
|
|
|
Implementing the 'Refresh Memory' action.
|
|
|
|
* RefreshMemoryAction.java
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
|
2002-10-30 22:01:01 +00:00
|
|
|
2002-10-30 Mikhail Khodjaiants
|
|
|
|
Implementation of the 'SaveMemoryChanges' action.
|
|
|
|
* SaveMemoryChangesAction.java
|
|
|
|
* CDebugImages.java
|
|
|
|
* ICDebugHelpConstants.java
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryText.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
* MemoryView.java
|
|
|
|
|
2002-10-30 14:47:45 +00:00
|
|
|
2002-10-30 Alain Magloire
|
|
|
|
|
|
|
|
* src/.../ui/CDebugUIPlugin.java (selectionChanged):
|
|
|
|
sameThread() code is commented out amd we let the underlying
|
|
|
|
implementation swith thread.
|
|
|
|
|
2002-10-30 05:03:21 +00:00
|
|
|
2002-10-29 Mikhail Khodjaiants
|
|
|
|
Implementing editing features of the memory view.
|
|
|
|
* MemoryPresentation.java
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryText.java
|
|
|
|
|
2002-10-28 23:33:53 +00:00
|
|
|
2002-10-28 Mikhail Khodjaiants
|
|
|
|
Implementing editing features of the memory view.
|
|
|
|
* MemoryPresentation.java
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryText.java
|
|
|
|
|
2002-10-28 02:53:58 +00:00
|
|
|
2002-10-27 Mikhail Khodjaiants
|
|
|
|
* MemoryPresentation.java: adding editing features to the memory view.
|
|
|
|
|
|
|
|
2002-10-25 Mikhail Khodjaiants
|
2002-10-25 17:13:57 +00:00
|
|
|
Implementation of the 'Number Of Columns' action.
|
|
|
|
* MemoryNumberOfColumnAction.java: the action class
|
|
|
|
* MemoryViewer.java: support of the action
|
|
|
|
* MemoryView.java: support of the action
|
|
|
|
|
2002-10-25 15:52:38 +00:00
|
|
|
2002-10-25 Mikhail Khodjaiants
|
|
|
|
Replaced the usage of 'setWordSize' method by the 'reformat' method of 'IFormattedMemoryBlock'.
|
|
|
|
* MemorySizeAction.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
|
2002-10-25 04:10:28 +00:00
|
|
|
2002-10-24 Mikhail Khodjaiants
|
|
|
|
Set the 'relationship' attribute value to 'stack' for the 'MemoryView' perspective extension.
|
|
|
|
* plugin.xml
|
|
|
|
|
2002-10-25 04:04:10 +00:00
|
|
|
2002-10-24 Mikhail Khodjaiants
|
|
|
|
Implementation of the 'Memory Unit Size' action.
|
|
|
|
* MemorySizeAction.java
|
|
|
|
* MemoryView.java
|
|
|
|
|
2002-10-24 23:16:01 +00:00
|
|
|
2002-10-24 Mikhail Khodjaiants
|
|
|
|
Implementing Memory view formatting actions.
|
|
|
|
* MemoryActionSelectionGroup.java: implementation of a toggle action group.
|
|
|
|
* MemorySizeAction.java: implementation of the "Memory Unit Size" menu item.
|
|
|
|
* MemoryView.java: add new actions to the view.
|
|
|
|
* MemoryViewer.java: support for new action.
|
|
|
|
* ICDebugHelpContextIds.java: help context id for the new action.
|
|
|
|
* ICDebugUIConstants.java: new menu group - "Format".
|
|
|
|
|
2002-10-23 21:19:19 +00:00
|
|
|
2002-10-23 Mikhail Khodjaiants
|
|
|
|
* DebuggerConsoleActionDelegate.java: The debugger/inferrior console should become visible when checking "Show Debug Console".
|
|
|
|
|
2002-10-23 19:01:55 +00:00
|
|
|
2002-10-23 Mikhail Khodjaiants
|
|
|
|
"Show Debugger Console" action.
|
|
|
|
Action images:
|
|
|
|
debugger_console.gif (clcl, dlcl, elcl);
|
|
|
|
* DebuggerConsoleActionDelegate.java: implementation of action delegate.
|
|
|
|
* plugin.xml: action extenions
|
|
|
|
* plugin.properties: action label and tooltip text.
|
|
|
|
|
2002-10-22 17:10:49 +00:00
|
|
|
2002-10-22 Mikhail Khodjaiants
|
|
|
|
Implementation of the "Show ASCII" action.
|
|
|
|
Action images:
|
|
|
|
show_ascii.gif (clcl, dlcl, elcl).
|
|
|
|
* ShowAsciiAction.java
|
|
|
|
* MemoryPresentation.java
|
|
|
|
* MemoryText.java
|
|
|
|
* MemoryView.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
* CDebugImages.java
|
|
|
|
* ICDebugHelpContextIds.java
|
|
|
|
|
2002-10-22 02:53:48 +00:00
|
|
|
2002-10-21 Mikhail Khodjaiants
|
|
|
|
Framework tries to refresh memory view before the view controls are created.
|
|
|
|
* MemoryViewer.java: Check if CTabFolder has already created when refreshing the view.
|
|
|
|
|
2002-10-21 21:49:18 +00:00
|
|
|
2002-10-21 Mikhail Khodjaiants
|
|
|
|
Implementation of the "Clear" action for the memory view.
|
|
|
|
* ClearMemoryAction.java
|
|
|
|
* ICDebugHelpContextIds.java
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryView.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
|
2002-10-21 20:59:13 +00:00
|
|
|
2002-10-21 Mikhail Khodjaiants
|
|
|
|
Implementation of the "Auto-Refresh" and "Refresh" actions for the memory view.
|
|
|
|
* AutoRefreshMemoryAction.java
|
|
|
|
* RefreshMemoryAction.java
|
|
|
|
* ICDebugHelpContextIds.java
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryView.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
* MemoryViewEventHandler.java
|
|
|
|
|
2002-10-21 03:42:09 +00:00
|
|
|
2002-10-20 Mikhail Khodjaiants
|
|
|
|
Display the memory changes in different color in the memory view.
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryPresentation.java
|
|
|
|
* MemoryText.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
* MemoryViewEventHandler.java
|
|
|
|
|
2002-10-18 22:02:51 +00:00
|
|
|
2002-10-18 Mikhail Khodjaiants
|
|
|
|
Implementing the memory view support:
|
|
|
|
Images for the view's actions:
|
|
|
|
autorefresh_mem.gif (clcl, dlcl, elcl),
|
|
|
|
refresh_mem.gif (clcl, dlcl, elcl),
|
|
|
|
memory_save.gif (clcl, dlcl, elcl),
|
|
|
|
memory_clear.gif (clcl, dlcl, elcl).
|
|
|
|
* RefreshMemoryAction.java
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryPresentation.java
|
|
|
|
* MemoryText.java
|
|
|
|
* MemoryView.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
* CDebugImages.java
|
|
|
|
* ICDebugHelpContextIds.java
|
|
|
|
* ICDebugUIConstants.java
|
|
|
|
|
2002-10-17 23:17:02 +00:00
|
|
|
2002-10-17 Mikhail Khodjaiants
|
|
|
|
Implementing the memory view support:
|
|
|
|
* MemoryControlArea.java
|
|
|
|
* MemoryPresentation.java
|
|
|
|
* MemoryView.java
|
|
|
|
* MemoryViewer.java
|
|
|
|
|
2002-10-15 21:36:03 +00:00
|
|
|
2002-10-15 Mikhail Khodjaiants
|
|
|
|
* CDebugUIPlugin.java: Moved the memory management functionality to the core.
|
|
|
|
* MemoryControlArea.java: Moved the memory management functionality to the core.
|
|
|
|
|
2002-10-15 18:29:04 +00:00
|
|
|
2002-10-15 Mikhail Khodjaiants
|
|
|
|
* CDebugPreferencePage.java: Implementation of the 'Automatically switch to disassembly mode' preference.
|
|
|
|
|
2002-10-14 05:03:22 +00:00
|
|
|
2002-10-14 Mikhail Khodjaiants
|
|
|
|
* CDebugUIPlugin.java: In the 'selectionChanged' method check if the thread of the new frame is current. If not make it current.
|
|
|
|
|
2002-10-11 21:51:18 +00:00
|
|
|
2002-10-11 Mikhail Khodjaiants
|
|
|
|
* SwitchToDisassemblyActionDelegate.java: Implementation of the 'Switch to disassembly mode' action.
|
|
|
|
* plugin.properties: Action label and tooltip.
|
|
|
|
* plugin.xml: Contribution to the 'Launch View'.
|
|
|
|
* icons/full/clcl16/disassembly.gif: Hover icon.
|
|
|
|
* icons/full/dlcl16/disassembly.gif: Disabled icon.
|
|
|
|
* icons/full/elcl16/disassembly.gif: Enabled icon.
|