Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-01-17Implementation of the shared library view.Mikhail Khodjaiants18-82/+391
2003-01-17Implementing the Shared Libraries view.Mikhail Khodjaiants12-3/+370
2003-01-15The 'getDefaultEditor' method returns 'null' for file names that don't have a...Mikhail Khodjaiants2-0/+6
2003-01-14Added the 'Add Address Breakpoint' action to the workbench 'Run' menu.Mikhail Khodjaiants5-7/+151
2003-01-13Implementation of the 'Run To Line' action for disassembly.Mikhail Khodjaiants2-1/+50
2003-01-13updatedAlain Magloire1-0/+5
2003-01-13Array out of the bound exception.Alain Magloire1-1/+1
2003-01-10Added contributions of the breakpoint actions to the disassembly editor.Mikhail Khodjaiants3-1/+126
2003-01-10Implementation of address breakpoints.Mikhail Khodjaiants18-40/+661
2003-01-06updatedAlain Magloire2-2/+11
2003-01-03Fix for bug 28977: Unable to set breakpoint properties from the Breakpoint view.Mikhail Khodjaiants2-1/+5
2003-01-02Adapter for 'IResource' in 'DisassemblyEditorInput'.Mikhail Khodjaiants2-0/+20
2002-12-30Implementation of the 'Source Lookup' property page.Mikhail Khodjaiants22-211/+953
2002-12-20Implementing the 'Source Lookup' property page.Mikhail Khodjaiants7-28/+269
2002-12-20Added the 'org.eclipse.cdt.debug.internal.ui.dialogfields' package.Mikhail Khodjaiants15-0/+2586
2002-12-19Added new utility class - SWTUtil.Mikhail Khodjaiants3-6/+112
2002-12-19Added new utility class - PixelConverterMikhail Khodjaiants3-31/+75
2002-12-19Implementing the "Source Lookup" property page.Mikhail Khodjaiants5-0/+142
2002-12-18Do not show the source lookup dialog if file name is not specified.Mikhail Khodjaiants2-1/+5
2002-12-17Disable the association controls in the 'Attach Source Location" dialog if pa...Mikhail Khodjaiants3-2/+12
2002-12-17Formatting 'char' types.Mikhail Khodjaiants2-1/+6
2002-12-17Removed the "Primitive type display options" section from the C/C++ Debug pre...Mikhail Khodjaiants2-4/+13
2002-12-17The UI part of the prompting source locator.Mikhail Khodjaiants6-236/+611
2002-12-17New formating actions for variables, registers, and expressionsMikhail Khodjaiants7-0/+285
2002-12-16change version to 1.0.1David Inglis1-1/+1
2002-12-10Added new case in the 'getEditorInput' method of CDTDebugModelPresentation fo...Mikhail Khodjaiants2-4/+8
2002-12-09Implementation of the status handler for core errors.Mikhail Khodjaiants2-1/+20
2002-12-04Small fix for the Registers view.Mikhail Khodjaiants3-2/+6
2002-12-03If the target is suspended because of error display the error message in the ...Mikhail Khodjaiants2-0/+14
2002-12-02Refactoring org.eclipse.cdt.debug.core: added 'org.eclipse.cdt.debug.core.mod...Mikhail Khodjaiants24-38/+41
2002-12-02'Run to line' and 'Add expression' actions for assembly editor.Mikhail Khodjaiants1-15/+15
2002-12-02'Run to line' and 'Add expression' actions for assembly editor.Mikhail Khodjaiants2-0/+37
2002-12-02Contributing breakpoint actions to asm editor.Mikhail Khodjaiants2-17/+71
2002-11-29Cosmetic change for the MemoryView preference page.Mikhail Khodjaiants3-2/+3
2002-11-29Cosmetic change for the MemoryView preference page.Mikhail Khodjaiants1-0/+4
2002-11-29Cosmetic fix for the memory view tab's tooltips.Mikhail Khodjaiants2-1/+5
2002-11-28Fixes for 'Run to line' actions.Mikhail Khodjaiants3-38/+37
2002-11-28Live editing of the memory view.Mikhail Khodjaiants7-196/+91
2002-11-27checjk for ICDISessionAlain Magloire1-1/+2
2002-11-27Render debug target as suspended if no reason is specified.Mikhail Khodjaiants2-0/+8
2002-11-26Fix for evaluation of expression to address in the Memory view.Mikhail Khodjaiants2-44/+18
2002-11-22Added the 'Evaluate' button to the Memory view.Mikhail Khodjaiants2-11/+108
2002-11-21Reset the tooltips of the memory view tabs on terminate.Mikhail Khodjaiants2-26/+6
2002-11-21Added the TERMINATE event handler to MemoryViewEventHandler.Mikhail Khodjaiants3-0/+30
2002-11-20Fix for bug 26595.Mikhail Khodjaiants3-1/+17
2002-11-19Added enablement condition to some actions.Mikhail Khodjaiants2-0/+64
2002-11-19Fix for bug 26693.Mikhail Khodjaiants2-2/+9
2002-11-19Fix for bug 26401.Mikhail Khodjaiants1-0/+1
2002-11-19Fix for bug 26401.Mikhail Khodjaiants2-0/+5
2002-11-18Fixes for the 'Add Global Variables' action's bugs.Mikhail Khodjaiants2-10/+21

Back to the top