Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2010-04-08- added since tagAlena Laskavaia1-0/+3
2010-04-08[221844] - support cases with multiple breakpoints (gdb does not return break...Alena Laskavaia2-0/+10
2010-04-08- refactored tests a bit to localize failure on breakpoint missesAlena Laskavaia1-4/+22
2010-04-08Init rev; plugin that houses things common between DSF-GDB andJohn Cortell18-0/+482
2010-04-07If the evaluation context is not valid the detail panel should be cleared.Mikhail Khodjaiants1-0/+3
2010-04-07Bug 303440 - [preferences] Unify and clarify debug preference pagesKen Ryall2-0/+78
2010-04-06 Bug 308055: Register values are not updated when switching between frames. ...Mikhail Khodjaiants3-10/+50
2010-04-06[306569] Missing @since tagsMarc Khouzam1-0/+2
2010-04-06 Bug 306569: Dynamic content support for ICDebuggerPageMikhail Khodjaiants2-3/+86
2010-04-05 Bug 308055: Register values are not updated when switching between framesMikhail Khodjaiants16-24/+669
2010-04-05[299835] Updating restart command icon to match the new platform one, which i...Marc Khouzam2-0/+0
2010-04-05Making the top level "computeStackFrame" synchronized to prevent unnecessary ...Mikhail Khodjaiants1-1/+1
2010-04-01[305533] Remove reference to obsolete commandsJohn Cortell1-50/+0
2010-03-24Fix bug 306553 by generalizing Cast To Type / Display As Array UI so it can b...Ed Swartz5-180/+225
2010-03-18[303569] Realized there's no need for a catchpoint-hit object in order to sup...John Cortell4-63/+30
2010-03-17[306287] debug.ui bundle does not export some packagesJohn Cortell1-0/+9
2010-03-17befriend dsf-gdb plugin for an internal package (fix warnings)John Cortell1-1/+1
2010-03-17Fixed warningsJohn Cortell1-2/+2
2010-03-17[300718] The delete button in the Breakpoint actions preference page was no l...Marc Khouzam1-0/+8
2010-03-16Cleanup and optimization of logic that records the console, target and log st...John Cortell1-27/+22
2010-03-15[303553] comment#14 - Added the breakpoint properties command definition back...Pawel Piech1-0/+11
2010-03-13Fixes for M6 build.Doug Schaefer1-3/+2
2010-03-13[303569] Additional fix for gdb >= 7.0John Cortell4-11/+68
2010-03-13Corrected commentJohn Cortell1-7/+6
2010-03-13Wrong @since tagMarc Khouzam1-1/+1
2010-03-12[305752] Constants for standard event breakpoint types should be outside the ...John Cortell9-87/+180
2010-03-12[305533] Removed old disassembly view from codebaseJohn Cortell25-2225/+8
2010-03-12[305667] Possible NPE in CSourceFinder (applied patch)John Cortell1-2/+3
2010-03-12[302925] Apply partial workaround for excessive data from GDB also to CDI bac...Anton Leherbauer1-5/+5
2010-03-11Fixed warningsJohn Cortell1-1/+3
2010-03-11Befriend dsf ui plugin to quite warningsJohn Cortell1-1/+1
2010-03-11Bug 305533, Step One, remove the old Disassembly view and rename the DSF one.Ken Ryall1-16/+0
2010-03-11[249223] Make ResumeWithoutSignal retargettable. Add ResumeWithoutSignal act...Marc Khouzam8-112/+200
2010-03-11[304380] Line breakpoints are set with a simple file namein Cygwin session; f...John Cortell1-0/+31
2010-03-10Open the DSF disassembly view.Ken Ryall1-2/+1
2010-03-09Update with Pawel's adjusted patch using ICBreakpoint.C_BREAKPOINTS_DEBUG_MOD...Ken Ryall2-2/+22
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 Piech4-127/+115
2010-03-04[304384] Make DSF-GDB the default CDT debugger.Marc Khouzam1-1/+1
2010-03-02[304433] Get ProgramRelatvePathSourceContainer to support DSF's ability to de...John Cortell1-5/+26
2010-03-01[302925] Clarify insertDisassembly() return value and align implementationsAnton Leherbauer1-1/+21
2010-02-26Comment adjustmentJohn Cortell1-1/+1
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

Back to the top