Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-12-22Updated the version numbers to 3.0.0.Doug Schaefer1-1/+1
2004-12-22Fix for bug 73168: Use memory view provided by Eclipse platform in CDT.Mikhail Khodjaiants2-0/+18
2004-12-03Fix for bug 62659: Unable to set default for register format via plugin_custo...Mikhail Khodjaiants2-4/+4
2004-12-02Fix for bug 80055: ArrayIndexOutOfBoundsException in DisassemblyView.Mikhail Khodjaiants2-4/+11
2004-11-26Do not use "void" if parameter's list is empty when constructing a function o...Mikhail Khodjaiants2-26/+19
2004-11-25Fix for bug 79452: Unable to set a breakpoint on a class method.Mikhail Khodjaiants3-11/+56
2004-11-25Replaced the "breakpointRemoved" method of ICBreakpointListener by the "break...Mikhail Khodjaiants2-10/+15
2004-11-23Workaround for bug 69728: IndexOutOfBoundsException in TextPresentation.Mikhail Khodjaiants2-2/+12
2004-11-18Fix for bug 69184: Activate the Expression view when expression is added.Mikhail Khodjaiants2-0/+24
2004-11-15Fix for bug 78604: Disassembly causes Java exception when disassembling beyon...Mikhail Khodjaiants2-4/+7
2004-11-11Fix for bug 73801: Function breakpoints set from C View aren't shown in editor.Mikhail Khodjaiants2-0/+8
2004-11-10Fix for bug 77437: Disassembly blocks with no associated source code has PC p...Mikhail Khodjaiants2-1/+6
2004-11-09Partial fix for bug 41725: I can't set a breakpoint in a function where I use...Mikhail Khodjaiants4-10/+25
2004-11-09Fix for bug 77251: Need protected access to DisassemblyView's createVerticalR...Mikhail Khodjaiants2-1/+5
2004-11-05Cleanup.Mikhail Khodjaiants4-9/+6
2004-11-04Removed "Refresh" and "Auto-Refresh" actions from the shared libraries view.Mikhail Khodjaiants7-322/+9
2004-11-04Removed "Refresh" and "Auto-Refresh" actions from the registers view.Mikhail Khodjaiants5-133/+7
2004-10-29Use the new expression API of CDI.Mikhail Khodjaiants3-24/+33
2004-10-19Check if the string representation of a value is not null before trimming it.Mikhail Khodjaiants1-1/+2
2004-10-18Corrupted plugin.xml.Mikhail Khodjaiants2-3/+5
2004-10-15Replaced the "Signal Properties" dialog by the standard property page.Mikhail Khodjaiants10-206/+213
2004-10-08Added the bookkeeping of registers and register groups.Mikhail Khodjaiants5-28/+89
2004-10-07Added images of disabled registers and register groups.Mikhail Khodjaiants3-0/+5
2004-10-07Provide a context for expression evaluation.Mikhail Khodjaiants5-82/+92
2004-10-06Use the same approach to generate expressions and variables labels.Mikhail Khodjaiants1-9/+1
2004-10-06Use the same approach to generate expressions and variables labels.Mikhail Khodjaiants2-26/+62
2004-09-23due to update of IAddressDavid Inglis1-1/+1
2004-09-21Fixed the problems with the Disassembly view and address breakpoints caused b...Mikhail Khodjaiants3-2/+11
2004-09-20Fix for bug 73920: Stopping CDT debug at a break point and using a non-text e...Mikhail Khodjaiants4-10/+18
2004-09-20Evaluate expressions on stack frame instead of target to provide evaluation c...Mikhail Khodjaiants2-111/+147
2004-09-172004-09-17 Alain MagloireAlain Magloire13-85/+77
2004-09-15Removed the "ISwitchToThread" and "ISwitchToFrame" interfaces.Mikhail Khodjaiants2-88/+5
2004-09-13Fix for bug 72555: "Toggle breakpoint" action doesn't remove function breakpo...Mikhail Khodjaiants3-15/+48
2004-09-10Fixes for breakpoint filtering.Mikhail Khodjaiants3-13/+23
2004-09-03Fix for bug 73197: DisassemblyEditorInput.getAddress can crash.Mikhail Khodjaiants2-1/+5
2004-09-01Breakpoint filtering by targets.Mikhail Khodjaiants4-16/+78
2004-08-25Added the "Filtering" page to the breakpoint properties.Mikhail Khodjaiants8-1/+439
2004-08-24Moved the property pages and related classes into the newly created package -...Mikhail Khodjaiants7-43/+95
2004-08-24Replaced the "Breakpoint Properties" dialog by standard property pages.Mikhail Khodjaiants10-751/+375
2004-08-12Fix for bug 70453. Linux: error exiting Eclipse on Linux RedHat or SuSe Enter...Mikhail Khodjaiants2-2/+15
2004-08-10Applied patch from Tanya Wolff.Mikhail Khodjaiants3-4/+12
2004-08-10Fix for bug 70902. TVT3.0: Customize Perspective C++ Debug has duplicated str...Mikhail Khodjaiants2-28/+21
2004-08-05Cosmetic fix.Mikhail Khodjaiants2-1/+5
2004-08-04New implementation of the variable types.Mikhail Khodjaiants9-47/+51
2004-07-30Display the error message in the variable's label if the value of variable ca...Mikhail Khodjaiants3-1/+10
2004-07-23More informative error messages.Mikhail Khodjaiants3-3/+8
2004-07-20Cleanup.Mikhail Khodjaiants4-54/+42
2004-07-16Cleanup.Mikhail Khodjaiants2-25/+29
2004-07-15Fix for bug 70147. TVT3.0: Preferences CDT Editor has non-externalized string.Mikhail Khodjaiants3-1/+10
2004-07-15Fix for bug 69939. I18N: Memory view contains unexternalized strings.Mikhail Khodjaiants3-2/+9

Back to the top