Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2010-02-26Bug 303481 - change update site for heliosVivian Kong1-1/+1
2010-02-26[302925] Incorporate John's review feedbackAnton Leherbauer1-6/+8
2010-02-25fixed an intermittent refresh bug where not all executables would be displaye...Warren Paul1-1/+4
2010-02-25Fixed commentJohn Cortell2-2/+2
2010-02-24Bug 303737 - [hover] The debug expression hover does not work for "this"Anton Leherbauer1-4/+10
2010-02-24Bug 302925 - [disassembly][dsf] Endless loop retrieving disassembly dataAnton Leherbauer3-27/+61
2010-02-23Bug 303629 unsigned char should never appear negative in the Variables view.James Blackburn1-4/+6
2010-02-23fixed warningJohn Cortell1-2/+2
2010-02-23[303380] Breakpoint view's Watchpoint and Event Breakpoint action should be i...John Cortell1-12/+9
2010-02-23[303569] Debug view does not reveal reason when thread is stopped by event br...John Cortell8-12/+129
2010-02-22[303370] Creating an event breakpoint leaves you with a disabled element in t...John Cortell1-30/+15
2010-02-22[248606] Add support for toggling watchpoints in the variables and expression...John Cortell4-25/+55
2010-02-22[248606] Add support for toggling watchpoints in the variables and expression...John Cortell3-2/+14
2010-02-22Bug 302927 (again) ensure the oobList doesn't get too large, but keep it non-...James Blackburn1-6/+7
2010-02-19[248606] Add support for toggling watchpoints in the variables and expression...John Cortell8-136/+276
2010-02-19fixed NPE.Warren Paul1-1/+1
2010-02-18[302927] Reverting fix because it broke shared library event handlingMarc Khouzam1-2/+3
2010-02-17[302006] Disassembly view doesn't take into account active debug context when...Anton Leherbauer1-12/+27
2010-02-17Bug 302927 - Don't cache strings in oobList if we're not expecting an out of ...James Blackburn1-11/+14
2010-02-15[302772] Refactor DSF Disassembly view to support CDIJohn Cortell15-3/+1388
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-11Fix NPE.Ken Ryall1-1/+1
2010-02-11Bug 295808, fix NPE.Ken Ryall1-9/+12
2010-02-11[249162] Added MoveToLine support for both the Editor and the DSF Disassembly...Marc Khouzam1-25/+22
2010-02-10Bug 300279, add caching.Ken Ryall1-4/+19
2010-02-09fixed the source file not found editor for DSF for frames with no file associ...Warren Paul1-1/+3
2010-02-09fixed type that broke ISourceFileRemapping extensions.Warren Paul1-1/+1
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
2010-02-04 Bug 301706: Mac OS: Debugger can not handle file paths with spaces.Mikhail Khodjaiants1-3/+6
2010-02-03 Bug 265483 - GDB can't halt debugging processKen Ryall1-0/+5
2010-02-03 Bug 294537 - Registers view very slow to open the first timeKen Ryall2-1/+26
2010-02-03 Bug 294538 - Debug launch takes 20 extra sec (CLI problem)Ken Ryall4-1/+220
2010-02-03Bug 270369 Display stderr from the debugger in the console logJames Blackburn2-1/+82
2010-02-01externalize strings in plugin.xml in various pluginsVivian Kong4-9/+20
2010-01-29[284286] Fixed wrong changes to copyrightMarc Khouzam4-4/+4
2010-01-27[284286] New Trace Control View to allow to start/stop/status a tracing exper...Marc Khouzam8-1/+209
2010-01-25[300718] Remove breakpoint action immediately when it is deleted.Marc Khouzam3-5/+45
2010-01-21[284286] More icons for tracingMarc Khouzam2-0/+0
2010-01-20[300262] No "format" in registers view popup menu (applied patch)John Cortell1-1/+15
2010-01-20[283586] Traditional Rendering are not disposed after Memory Browser is close...John Cortell1-1/+5
2010-01-20Change since tag from 6.1 to 7.0Marc Khouzam5-10/+10
2010-01-14Avoid redundant search through the common locator. Didn't realize that the co...John Cortell1-2/+6
2010-01-14ISourceFinder needs a dispose method.John Cortell2-1/+16
2010-01-13[299583] The common source lookup director in a fresh workspace is ineffectiveJohn Cortell1-0/+5
2010-01-13Update copyrightJohn Cortell1-1/+1
2010-01-13Fixed warningsJohn Cortell1-9/+16
2010-01-13[299019] CMemoryBlockExtension does not correctly implement IMemoryBlockExten...John Cortell1-2/+7
2010-01-13bump up CDT to version 7.0.0Vivian Kong1-3/+4

Back to the top