Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-05-13Added the "Instruction Stepping Mode" action.Mikhail Khodjaiants1-0/+138
2004-05-12The input member of 'DisassemblyAnnotationModel' can be null.Mikhail Khodjaiants1-6/+9
2004-05-12Do not log CoreException thrown from the 'decrementInstallCount' method.Mikhail Khodjaiants1-1/+2
2004-05-12Implemented the color highlighting of the source lines in the Disassembly view.Mikhail Khodjaiants3-7/+60
2004-05-11Added theme category for CDT debugger.Mikhail Khodjaiants1-1/+1
2004-05-06Implementation of mixed disassembly mode.Mikhail Khodjaiants5-193/+178
2004-05-02Check if the new stack frame is of the same debug target as the old one.Mikhail Khodjaiants1-2/+5
2004-04-30New implementation of the "Resume At Line" global action.Mikhail Khodjaiants3-0/+324
2004-04-30Added ruler breakpoint actions to the Disassembly view.Mikhail Khodjaiants15-472/+517
2004-04-28Added support of context menu to the Disassembly view.Mikhail Khodjaiants1-1/+213
2004-04-28Added the overview ruler to the Disassembly view.Mikhail Khodjaiants2-6/+37
2004-04-27Breakpoints presentation in the Disassembly view.Mikhail Khodjaiants15-73/+1416
2004-04-24Fix for bug 58711: Breakpoint race condition.Mikhail Khodjaiants1-1/+3
2004-04-21Implementing the Disassembly view. New annotation model is added to show brea...Mikhail Khodjaiants5-82/+131
2004-04-20Changed copyright header.Mikhail Khodjaiants1-10/+9
2004-04-19Fix for bug 58711: Breakpoint race condition.Mikhail Khodjaiants3-25/+146
2004-04-16Implementing retargettable actions for Disassembly view.Mikhail Khodjaiants6-45/+122
2004-04-15Implementing the Disassembly view.Mikhail Khodjaiants1-0/+21
2004-04-15Implementing the Disassembly view.Mikhail Khodjaiants11-2/+1283
2004-04-13Fixes in the breakpoint-related actions.Mikhail Khodjaiants4-32/+63
2004-04-12Implementing retargettable breakpoint related actions.Mikhail Khodjaiants8-686/+373
2004-04-11Implementation of the "Run To Line" retargettable action.Mikhail Khodjaiants5-371/+66
2004-04-08Implementing retargettable actions.Mikhail Khodjaiants3-0/+209
2004-04-08Added breakpoint images and implemented the extension points for breakpoint m...Mikhail Khodjaiants4-3/+145
2004-04-07Strings externalization fixes and reformatting.Mikhail Khodjaiants10-177/+175
2004-04-07Removed the "Show Debugger Console" action.Mikhail Khodjaiants2-291/+0
2004-04-06Fixed the warnings from the nightly build. There seems toDoug Schaefer1-2/+0
2004-04-03Removed dependency to xerces.Mikhail Khodjaiants1-14/+24
2004-04-02Changes in the Shared Libraries and the Signals views.Mikhail Khodjaiants24-838/+1067
2004-04-01Moved the "Show Full Paths" action from toolbars to view's menus.Mikhail Khodjaiants8-69/+494
2004-04-01Added default preferences to the C/C++ Debug preference page.Mikhail Khodjaiants4-131/+12
2004-03-31The Registers view has been contibuted and moved to the Eclipse platform.Mikhail Khodjaiants1-5/+0
2004-03-31The Registers view has been contibuted and moved to the Eclipse platform.Mikhail Khodjaiants6-934/+0
2004-03-23Fix for Bug 55777: I18N: Memory View is missing key for number_of_columns.Mikhail Khodjaiants1-1/+1
2004-03-17Applied patch from Tanya Wolff.Mikhail Khodjaiants16-64/+101
2004-03-12Applied patch from Tanya Wolff.Mikhail Khodjaiants1-1/+1
2004-03-09Applied patch from Tanya Wolff.Mikhail Khodjaiants1-1/+29
2004-03-04Partial Fix for #51189. Applied patches from Tanya Wolff.Mikhail Khodjaiants67-326/+566
2004-02-20Partial fix for PR 52155.Alain Magloire1-4/+12
2004-02-17Merged changes from 1.2.1 branch.Mikhail Khodjaiants1-40/+42
2004-02-13*** empty log message ***Doug Schaefer1-7/+9
2004-02-11Fix for bug 51062: Source locator oddness.Mikhail Khodjaiants1-33/+18
2004-02-10Fix for bug 40108: The memory view does not handle big/little endian.Mikhail Khodjaiants1-1/+20
2004-02-10Fix for bug 51519: Enable 'Format' action if multiple variables are selected.Mikhail Khodjaiants1-8/+20
2004-02-03Patch from Chris Songer to make multipleAlain Magloire1-32/+32
2004-01-30Fix for bug 50967: Linux/SWT blows when double click on the register view.Mikhail Khodjaiants1-0/+2
2004-01-23Set the sharedlibraryManager autoupdate to be offAlain Magloire1-1/+1
2004-01-06Fix for bug 49587: Unable to set breakpoints in the editors that extend CEditor.Mikhail Khodjaiants1-23/+0
2003-12-05'performApply' of 'SourceLookupBlock' should check if the project in configur...Mikhail Khodjaiants2-2/+2
2003-11-26Fix for PR 47595: Referenced projects are not checked in the list of generic ...Mikhail Khodjaiants1-20/+29

Back to the top