Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-13[299369] Introduce source container that resolves paths relative to the execu...John Cortell11-12/+283
2010-01-12[298929] Guards against NPE at eclipse shutdownMarc Khouzam1-7/+13
2010-01-12Avoid extra hover delay, related to bug 200418Anton Leherbauer1-2/+2
2010-01-11Bug 247948 - Wrong source shown on hit breakpoint - remove FIXME code, and do...James Blackburn1-136/+0
2010-01-11[299317] Executables view source remapping does not take into account launch ...John Cortell12-88/+587
2010-01-10Fix build errorJohn Cortell1-1/+1
2010-01-08 Bug 299150: Confusing comment in ICDIDebugger2.Mikhail Khodjaiants1-2/+0
2010-01-08Bug 299087, Executables manager overhaul.Ken Ryall22-634/+1237
2010-01-07 Bug 250037 - Debug value view fails to update 'Value' column. Patch for CDI.Mikhail Khodjaiants3-0/+189
2010-01-07Increment version number to 7.0Ken Ryall14-22/+28
2010-01-05Enhanced doc and use generics. No functional change.John Cortell1-7/+5
2010-01-05Enhanced doc and use generics. No functional change.John Cortell1-5/+12
2010-01-05Doc enhancementJohn Cortell2-2/+21
2009-12-18[284286] First phase of tracepoint support. Tracepoints can now be created/d...Marc Khouzam23-59/+1066
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-12-16[275687] Moving Reverse commands to the core of CDT from DSF-GDB, and making ...Marc Khouzam12-2/+721
2009-12-14[297781] Executables view accidentally converting UNIX paths to windows c: ba...John Cortell1-24/+22
2009-12-14Discard obsolete classesJohn Cortell1-0/+9
2009-11-24Bug 296006 nullify cached underlying Expression Variable if it's unable to pr...James Blackburn1-4/+12
2009-11-24Bug 295988 Inability to create asynchronously created variable during update ...James Blackburn2-2/+8
2009-11-24Bug 295899 CVariables aren't removed when the underlying cdiObject is destroyed.James Blackburn2-11/+17
2009-11-16Expose some packages to EDCJohn Cortell1-2/+2
2009-11-13Bug 200418 - Mouse over struct/class member always failsAnton Leherbauer2-280/+318
2009-11-10Bug 159955, enable the source not found editor for DSF.Ken Ryall5-44/+27
2009-11-10Bug 294351 - Add debug hover support for DSFPawel Piech3-302/+303
2009-11-09Bug 294448: Path Mapping dialog issues. Pass the content of the "Local file s...Mikhail Khodjaiants1-0/+3
2009-11-06Bug 293634 - Improve ToggleBreakpointAdapter.getCElementFromSelectionAnton Leherbauer1-39/+30
2009-11-05Removed obsolete comment.Mikhail Khodjaiants1-5/+0
2009-10-14[292300] MIProcessAdapter doesn't destroy process even if launch timed outJohn Cortell1-1/+1
2009-10-13Return the shell from any available workbench window if none are active. Noti...John Cortell1-4/+9
2009-10-13Adjustment to previous fix so that it more likely addresses 291912John Cortell1-22/+27
2009-10-13Applied patch in: [236838] Cannot view large array variables due to OutOfMem...John Cortell1-22/+19
2009-10-13Continuation of last commit; forgot to delete unused CDT breakpoint.John Cortell1-0/+22
2009-10-13[289915] Race condition in CBreakpointManager.java. Also, applied the deadloc...John Cortell1-44/+93
2009-10-09Potential fix for [291912] Eclipse hangs while debugging qt apps with default...John Cortell1-15/+28
2009-10-01[275687] Icons for Reverse debugging commands that are being migrated to the ...Marc Khouzam5-0/+0

Back to the top