Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2008-04-03Contributing new disassembly.Mikhail Khodjaiants21-9/+2846
2008-04-03Removed modules view related constants.Mikhail Khodjaiants1-11/+0
2008-04-03Fix for 86676: CDT ghosts resume/step when stack-info-depth failsAnton Leherbauer1-1/+10
2008-04-02Cleanup. Use generics (to fix warnings) and other misc improvements. No funct...John Cortell1-14/+12
2008-04-02Allow user to enter range in hex formatJohn Cortell1-1/+1
2008-04-02Added constant for float.John Cortell1-0/+1
2008-04-02Added interfaces for content, label and annotation providers.Mikhail Khodjaiants3-0/+92
2008-04-02Added request interfaces for the virtual (disassembly) viewer.Mikhail Khodjaiants10-23/+331
2008-04-02Fix for 225099: Breakpoint toggling for files outside projects is broken in C...Anton Leherbauer1-2/+7
2008-04-01Bug 210558: Migrate CDT to use new platform Modules view.Mikhail Khodjaiants18-1163/+947
2008-03-29Backed out my fix to 224463. Further investigation made me realize the proble...John Cortell1-4/+2
2008-03-28Externalize Strings.Ken Ryall8-44/+134
2008-03-28*org.eclipse.cdt.debug.mi.core/{AbstractGDBCDIDebugger,IMILaunchConfiguration...Alain Magloire6-7/+89
2008-03-28Get rid of SharedTextColorsAnton Leherbauer2-86/+4
2008-03-28*org.eclipse.cdt.debug.internal.core/CBreakpointManager.javaAlain Magloire3-13/+40
2008-03-28* org.eclipse.cdt.debug.internal.core.model/CValue.javaAlain Magloire2-3/+36
2008-03-28org.eclipse.cdt.debug.internal.core.model/CThread.javaAlain Magloire1-1/+1
2008-03-28org.eclipse.cdt.debug.internal.core/CBreakpointManager.javaAlain Magloire1-29/+39
2008-03-27Fix for 224463. Debug view actions don't update after step operation in targe...John Cortell1-2/+4
2008-03-26Minor improvements: 1. Make expression-based input appear before memory-space...John Cortell1-16/+38
2008-03-26Use verb in preference nameJohn Cortell1-1/+1
2008-03-25Some cleanup leading up to some functional improvements (this commit doesn't ...John Cortell2-7/+15
2008-03-24Fix NPE when no file extension.Ken Ryall1-1/+4
2008-03-24Bug 182388, Executables view and supporting classes.Ken Ryall32-9/+2611
2008-03-17Fix NPEAnton Leherbauer1-4/+6
2008-03-15Added disassembly context related interfaces.Mikhail Khodjaiants3-0/+135
2008-03-13Fix for 221224: debugger mi target locking problemsAnton Leherbauer7-308/+235
2008-02-27Equip CVariable with a method to expose the underlying CDI object. Discussed ...John Cortell4-0/+24
2008-02-22Bug 197986Ken Ryall1-3/+11
2008-02-17Bug 218219Ken Ryall3-1/+11
2008-02-16Bug 219128 fix NPE.Ken Ryall1-1/+1
2008-02-15We don't handle the notification of a breakpoint created in an external trans...John Cortell1-0/+12
2008-02-15Fix manifest warningsAnton Leherbauer10-11/+15
2008-02-14Adjustment to 218194. There was a concern that there might be IBreakpointList...John Cortell2-23/+28
2008-02-14Add Watchpoint memory rendering action contribution was only added for pane 1...John Cortell1-2/+15
2008-02-14Fixed way in which the new Add Watchpoint action gets its context from the me...John Cortell1-38/+0
2008-02-14Fixed way in which the new Add Watchpoint action gets its context from the me...John Cortell1-19/+23
2008-02-14Avoid usage of getPath() - related to bug 218266Anton Leherbauer2-6/+6
2008-02-12Bug 218219.Ken Ryall3-0/+31
2008-02-12Bug 218085Ken Ryall1-1/+11
2008-02-11Fix for 218342: [patch] unable to clear breakpoints in ExternalTranslationUni...Anton Leherbauer1-1/+4
2008-02-09add singleton property to correct compile errors against M5 platform.Andrew Ferguson1-1/+1
2008-02-07Bugzilla 218194. Fix how install count is associated with a breakpoint.John Cortell3-37/+42
2008-02-05Bug 217493.Ken Ryall1-3/+3
2008-02-05Bug 217485 - Can't set method breakpoints from the editor unless the method/...Ken Ryall1-57/+38
2008-01-28Bug 215553 - patch for Alena - ensure the target is released in exception sce...Doug Schaefer5-37/+68
2008-01-28Bug 215416 - Patch for Alena - remove the hardcoding of some of the MI timeouts.Doug Schaefer3-21/+26
2008-01-28Set project compliance to 1.5John Cortell5-7/+58
2008-01-25Bugs 216092 & 211533.Ken Ryall18-169/+679
2008-01-25Patch for Elena bug 166660. Cover up some wholes in the MI inferior handling ...Doug Schaefer1-18/+25

Back to the top