Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-02-08Bug 82264: Enhance the Shared Libraries view.Mikhail Khodjaiants1-5/+1
2005-02-07Bug 82264: Enhance the Shared Libraries view. Added the definition of detail ...Mikhail Khodjaiants2-1/+19
2005-02-07Bug 82264: Enhance the Shared Libraries view.Mikhail Khodjaiants19-960/+2455
2005-02-03Fix for bug 84402: computeDetail executes in the UI thread.Mikhail Khodjaiants1-2/+2
2005-02-03Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't w...Mikhail Khodjaiants2-32/+31
2005-02-03Cleanup.Mikhail Khodjaiants1-2/+3
2005-02-02The "INTERNAL_ERROR" constant has been moved from ICDebugUIConstants to IInte...Mikhail Khodjaiants5-44/+39
2005-02-02Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't w...Mikhail Khodjaiants1-99/+147
2005-01-21Partial fix for bug 83465: Add "Run to line" and "Resume at line" actions to ...Mikhail Khodjaiants2-4/+29
2005-01-21Fix for bug 83437: Loading symbols should be run in the background.Mikhail Khodjaiants3-43/+59
2005-01-21Fix for bug 83412: Run to line and resume at line should run in the background.Mikhail Khodjaiants3-24/+95
2005-01-19Fix for bug 83051: Add global variables deletes existing ones when new added.Mikhail Khodjaiants1-0/+1
2005-01-18Fix for bug 82800: Make "Resume At Line" action retargettable.Mikhail Khodjaiants12-551/+839
2005-01-12Bug 73168: Use memory view provided by Eclipse platform in CDT.Mikhail Khodjaiants23-3053/+0
2005-01-11Replaced deprecated methods and constants. Cleanup.Mikhail Khodjaiants8-23/+20
2005-01-11Use the asynchronous implementation for resume, suspend, step etc provided by...Mikhail Khodjaiants4-145/+155
2004-12-03Fix for bug 62659: Unable to set default for register format via plugin_custo...Mikhail Khodjaiants1-4/+0
2004-12-02Fix for bug 80055: ArrayIndexOutOfBoundsException in DisassemblyView.Mikhail Khodjaiants1-4/+7
2004-11-26Do not use "void" if parameter's list is empty when constructing a function o...Mikhail Khodjaiants1-26/+14
2004-11-25Fix for bug 79452: Unable to set a breakpoint on a class method.Mikhail Khodjaiants1-11/+37
2004-11-25Replaced the "breakpointRemoved" method of ICBreakpointListener by the "break...Mikhail Khodjaiants1-10/+10
2004-11-23Workaround for bug 69728: IndexOutOfBoundsException in TextPresentation.Mikhail Khodjaiants1-2/+7
2004-11-18Fix for bug 69184: Activate the Expression view when expression is added.Mikhail Khodjaiants1-0/+20
2004-11-15Fix for bug 78604: Disassembly causes Java exception when disassembling beyon...Mikhail Khodjaiants1-4/+3
2004-11-11Fix for bug 73801: Function breakpoints set from C View aren't shown in editor.Mikhail Khodjaiants1-0/+4
2004-11-10Fix for bug 77437: Disassembly blocks with no associated source code has PC p...Mikhail Khodjaiants1-1/+2
2004-11-09Partial fix for bug 41725: I can't set a breakpoint in a function where I use...Mikhail Khodjaiants3-10/+19
2004-11-09Fix for bug 77251: Need protected access to DisassemblyView's createVerticalR...Mikhail Khodjaiants1-1/+1
2004-11-05Cleanup.Mikhail Khodjaiants2-4/+0
2004-11-04Removed "Refresh" and "Auto-Refresh" actions from the shared libraries view.Mikhail Khodjaiants5-258/+0
2004-11-04Removed "Refresh" and "Auto-Refresh" actions from the registers view.Mikhail Khodjaiants3-68/+0
2004-10-29Use the new expression API of CDI.Mikhail Khodjaiants2-24/+28
2004-10-19Check if the string representation of a value is not null before trimming it.Mikhail Khodjaiants1-1/+2
2004-10-15Replaced the "Signal Properties" dialog by the standard property page.Mikhail Khodjaiants7-205/+193
2004-10-08Added the bookkeeping of registers and register groups.Mikhail Khodjaiants3-28/+56
2004-10-07Provide a context for expression evaluation.Mikhail Khodjaiants4-82/+85
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 Khodjaiants1-26/+58
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 Khodjaiants2-2/+6
2004-09-20Fix for bug 73920: Stopping CDT debug at a break point and using a non-text e...Mikhail Khodjaiants3-10/+12
2004-09-20Evaluate expressions on stack frame instead of target to provide evaluation c...Mikhail Khodjaiants1-111/+142
2004-09-172004-09-17 Alain MagloireAlain Magloire12-85/+72
2004-09-15Removed the "ISwitchToThread" and "ISwitchToFrame" interfaces.Mikhail Khodjaiants1-88/+1
2004-09-13Fix for bug 72555: "Toggle breakpoint" action doesn't remove function breakpo...Mikhail Khodjaiants2-15/+43
2004-09-10Fixes for breakpoint filtering.Mikhail Khodjaiants2-13/+18
2004-09-03Fix for bug 73197: DisassemblyEditorInput.getAddress can crash.Mikhail Khodjaiants1-1/+1
2004-09-01Breakpoint filtering by targets.Mikhail Khodjaiants3-16/+72
2004-08-25Added the "Filtering" page to the breakpoint properties.Mikhail Khodjaiants5-0/+416
2004-08-24Moved the property pages and related classes into the newly created package -...Mikhail Khodjaiants5-42/+86

Back to the top