Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-07 Bug 312121 - [breakpoints] Show fullpath not working in breakpoints view for...Patrick Chuong1-0/+18
2011-01-17Bug 331781 - Pin and Clone supportPatrick Chuong2-0/+283
2010-07-15bug 319748: Missing/unnecessary $NON-NLS$ tagsAndrew Gvozdev4-12/+12
2010-06-17Bug 316987: Show full paths preference under C/C++->Debug is not really neces...John Cortell1-3/+2
2010-06-16Bug 316987: Show full paths preference under C/C++->Debug is not really neces...John Cortell2-30/+7
2010-06-03Bug 315439 Fix up copyrightVivian Kong14-14/+14
2010-05-04Bug 289526 - [debug view] Migrate the Restart feature to the new one, as sup...Pawel Piech2-142/+0
2010-04-29Bug 289526 - [debug view] Migrate the Restart feature to the new one, as sup...Pawel Piech1-8/+56
2010-04-29Bug 310093 - Toggle instruction stepping mode issuesAnton Leherbauer1-2/+2
2010-04-27Bug 310672 Remove clones of PixelConverter and replaced with usage of org.ec...Alena Laskavaia1-2/+4
2010-04-22[248627] Support "Show Full Path" action for DSFMarc Khouzam2-4/+53
2010-04-19[248627] Fix for ShowFullPaths enablement and preference bug.Marc Khouzam2-11/+28
2010-04-14Commit fix for bug 248610, add "View Memory" support to DSF (Stephen Chong)Ed Swartz1-88/+0
2010-03-24Fix bug 306553 by generalizing Cast To Type / Display As Array UI so it can b...Ed Swartz3-128/+106
2010-03-12[305533] Removed old disassembly view from codebaseJohn Cortell5-218/+4
2010-03-11Fixed warningsJohn Cortell1-1/+3
2010-03-11[249223] Make ResumeWithoutSignal retargettable. Add ResumeWithoutSignal act...Marc Khouzam3-75/+9
2010-03-09Update with Pawel's adjusted patch using ICBreakpoint.C_BREAKPOINTS_DEBUG_MOD...Ken Ryall1-2/+11
2010-03-05[303553] Added an assert.Pawel Piech1-0/+1
2010-03-05[303553] - Disabled handler for multi-selection.Pawel Piech1-1/+1
2010-03-05[303 553] - Fixed a redundant import.Pawel Piech1-1/+0
2010-03-05[303553]- [breakpoints] No property action in breakpoints viewPawel Piech2-104/+92
2010-02-25Fixed commentJohn Cortell2-2/+2
2010-02-22[248606] Add support for toggling watchpoints in the variables and expression...John Cortell2-22/+40
2010-02-22[248606] Add support for toggling watchpoints in the variables and expression...John Cortell1-1/+2
2010-02-19[248606] Add support for toggling watchpoints in the variables and expression...John Cortell1-43/+101
2010-02-13[300096] Support for menu items "runToLine", "moveToLine" and "resumeAtLine" ...Marc Khouzam2-170/+200
2010-02-11[249165] Support for ResumeAtLine in both CEditor and DSF Disassembly viewMarc Khouzam2-8/+6
2010-02-11[249162] Added MoveToLine support for both the Editor and the DSF Disassembly...Marc Khouzam1-25/+22
2010-02-09[302273 ] Update CDT's copy of RetargetAction to match the latest platform codeMarc Khouzam4-117/+215
2010-02-09[302273 ] Fix getAdapter() which used to always return nullMarc Khouzam1-1/+1
2009-12-18[284286] First phase of tracepoint support. Tracepoints can now be created/d...Marc Khouzam3-0/+398
2009-12-18[293634] Fix to make line breakpoints the default choice again.Marc Khouzam1-9/+13
2009-12-17Bug 293634 - [breakpoints] ToggleBreakpointAdapter blocks UI thread waiting o...Anton Leherbauer1-2/+24
2009-11-06Bug 293634 - Improve ToggleBreakpointAdapter.getCElementFromSelectionAnton Leherbauer1-39/+30
2009-05-26update copyrightsVivian Kong1-7/+7
2009-05-14Fixed spelling errorsJohn Cortell1-2/+2
2009-05-13Fixed 276205. Changing the format of an array expression element has no effectJohn Cortell1-3/+3
2009-04-27[273924] - [breakpoints] Use IToggleBreakpointsTargetFactory for CDT breakpointsPawel Piech7-463/+92
2009-03-13bug 254200 - use ICU4JVivian Kong1-1/+1
2009-01-28[216618] - Format submenu now should appear for expressions as wellAlena Laskavaia3-39/+225
2009-01-23Bug 236857Ken Ryall1-7/+7
2009-01-09Fixed bugzilla 260595. Disable the Show Full Paths action when not applicableJohn Cortell2-4/+55
2008-08-21Add strings used by the recently added Move To Line action (forgot to commit ...John Cortell1-0/+5
2008-07-15Fix warningsJohn Cortell1-3/+3
2008-07-07Found two remaining cases of "jumpTo" terminology (variables names). Changes ...John Cortell1-6/+6
2008-07-07Move-to-line feature. Application of the patch in bugzilla 118147. Includes r...John Cortell9-28/+555
2008-06-11copyrightsChris Recoskie4-3/+23
2008-05-30fix for bug 234909Vivian Kong1-1/+22
2008-05-29fixed breakpoint creation with new type argument.Warren Paul1-0/+1

Back to the top