Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-06-18Externalizing strings.Mikhail Khodjaiants41-2651/+1814
2004-06-16Deleted the "C/C++ Debugger Appearance" theme.Mikhail Khodjaiants5-150/+174
2004-06-16Added support for the "Skip Breakpoints" and "Skip breakpoints during a "Run ...Mikhail Khodjaiants1-4/+8
2004-06-16Removed the "Add Address Breakpoint" and "Add Watchpoint" global actions.Mikhail Khodjaiants1-117/+0
2004-06-15Added the "Toggle Watchpoint" object contribution action.Mikhail Khodjaiants3-64/+195
2004-06-14Implementation of the "Toggle Method Breakpoint" retargettable action.Mikhail Khodjaiants3-112/+144
2004-06-14cleanup build warningsDavid Inglis1-6/+4
2004-06-14Added the superclass for action delegates of views different than the Debug v...Mikhail Khodjaiants7-222/+290
2004-06-11New implementation of the "Load Symbols For All" action of the Shared Librari...Mikhail Khodjaiants5-166/+261
2004-06-11New implementation of the "Auto-Refresh" actions for registers and shared lib...Mikhail Khodjaiants5-67/+155
2004-06-09New implementation of the "Refresh" actions for registers and shared libraries.Mikhail Khodjaiants6-74/+196
2004-06-08Warning clean-up.Mikhail Khodjaiants1-2/+0
2004-06-02Changed the breakpoints and watchpoints label resources.Mikhail Khodjaiants2-22/+9
2004-06-012004-05-31 Alain MagloireAlain Magloire1-2/+11
2004-05-31Bug 39650: the Memory window has alignment problems.Mikhail Khodjaiants1-1/+2
2004-05-28New implementation of the "Add Expression" editor action.Mikhail Khodjaiants2-165/+91
2004-05-28Changed the error handling of the "Add Globals" and "Enable/Disable Variable"...Mikhail Khodjaiants3-34/+38
2004-05-27Display global variables in the Variables view.Mikhail Khodjaiants5-243/+322
2004-05-25Replaced deprecated methods.Mikhail Khodjaiants2-12/+39
2004-05-24Fix for bug 63612: Debugger Pages are not displayed.Mikhail Khodjaiants1-8/+7
2004-05-21Removed dependencies on the compatibility plugin and replaced deprecated clas...Mikhail Khodjaiants14-114/+81
2004-05-20The "IStackFrameInfo" interface is removed and it's methods moved to "ICStack...Mikhail Khodjaiants5-37/+33
2004-05-19Added the support of watch expressions.Mikhail Khodjaiants3-17/+135
2004-05-17Upgrade to latest platform APIs.Doug Schaefer1-3/+3
2004-05-14Refresh the Disassembly view on change events.Mikhail Khodjaiants3-9/+32
2004-05-13Removed old disassembly implementation.Mikhail Khodjaiants12-950/+1
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

Back to the top