Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2010-04-30Updated comment to reflect the current status given a fix earlier today.John Cortell1-20/+7
2010-04-30Remove check that became unnecessary when I moved the logic back into this cl...John Cortell1-59/+53
2010-04-29Bug 289526 - [debug view] Migrate the Restart feature to the new one, as sup...Pawel Piech3-24/+78
2010-04-29Move parsing for source file into a job with progress monitor.Ken Ryall1-3/+25
2010-04-29Javadoc updateJohn Cortell1-2/+6
2010-04-29Bug 310093 - Toggle instruction stepping mode issuesAnton Leherbauer3-11/+26
2010-04-28Adjustment to last commit. No need to make isAttached and isRemote mutually e...John Cortell3-13/+10
2010-04-28Bug 304096: Interrupting a Windows target does not always work, revisited. CD...John Cortell4-22/+157
2010-04-28Bug 306627 - Fix license inconsistenciesVivian Kong2-82/+74
2010-04-28Bug 310443 - DSF Disassembly part cannot locate external source filesAnton Leherbauer1-0/+11
2010-04-27Bug 310672 Remove clones of PixelConverter and replaced with usage of org.ec...Alena Laskavaia13-130/+22
2010-04-26Bug 304096: restore interrupt behavior for remote debugging case.John Cortell3-1/+37
2010-04-26Bug 304096: Fix interrupting Cygwin gdb for both DSF-GDB and CDI-GDB. Send a ...John Cortell4-65/+5
2010-04-26Only refresh the mapping of the source files, not the entire list.Ken Ryall1-2/+2
2010-04-26Pass along the progress monitor.Ken Ryall1-2/+2
2010-04-26Better scaling for this progress monitor.Ken Ryall1-2/+2
2010-04-26Add a flag to only refresh the mapping of the source files without doing a fu...Ken Ryall1-2/+16
2010-04-23[309001] Too many debug hovers in PreferencesAnton Leherbauer3-1/+152
2010-04-22[248627] Support "Show Full Path" action for DSFMarc Khouzam2-4/+53
2010-04-22befriend other CDT plugin to let it avoid warningsJohn Cortell1-1/+1
2010-04-20Only create a new source mapping entry for the directory where the missing fi...Ken Ryall1-10/+2
2010-04-20Clean up warnings.Ken Ryall1-8/+9
2010-04-19Prevent opening a new editor each time.Ken Ryall1-0/+9
2010-04-19 Bug 274872 - Repeated '<unknown>' editorKen Ryall4-1/+56
2010-04-19[248627] Fix for ShowFullPaths enablement and preference bug.Marc Khouzam2-11/+28
2010-04-19update copyrightVivian Kong3-3/+5
2010-04-17 Bug 309212: No registers with HEAD. Workaround for gdb 7.0.Mikhail Khodjaiants2-21/+42
2010-04-17 Bug 309550: Newly added register group doesn't appear in the viewMikhail Khodjaiants1-3/+35
2010-04-14Revert last commit. Reason: https://bugs.eclipse.org/bugs/show_bug.cgi?id=176...John Cortell1-1/+2
2010-04-14Remove unintentional and unused plugin dependencyJohn Cortell1-2/+1
2010-04-14Warning cleanup.Mikhail Khodjaiants2-4/+8
2010-04-14Bug 306627 - Fix license inconsistenciesVivian Kong2-82/+74
2010-04-14Commit fix for bug 248610, add "View Memory" support to DSF (Stephen Chong)Ed Swartz4-103/+107
2010-04-13[309023] Remove obsolete and redundant CDI debuggersJohn Cortell5-311/+2
2010-04-12[308933] Event breakpoints icons lack decoratorsJohn Cortell4-13/+26
2010-04-12Replace distorted icon with the same icon used by the build console.Marc Khouzam1-0/+0
2010-04-12[306427] Remove obsolete catchpoint types from CDTJohn Cortell4-123/+26
2010-04-12Added boilerplateJohn Cortell2-0/+20
2010-04-12[176636] CDT debugger shows the wrong source file if filenames are the sameJohn Cortell1-1/+1
2010-04-12Fix corrupted properties entries and update wording for the casting category.Ed Swartz1-3/+2
2010-04-09Move new common gdb plugins to dedicated featureJohn Cortell4-0/+547
2010-04-09Move new common gdb plugins to dedicated featureJohn Cortell1-1/+3
2010-04-09New dedicated feature for common gdb pluginsJohn Cortell7-0/+624
2010-04-09[284286] Move down the Breakpoint type entry of the CEditor popup menu. It i...Marc Khouzam1-14/+7
2010-04-08[304010] - exploring values of base class fieldsAlena Laskavaia1-2/+3
2010-04-08[305752] Moved gdb event breakpoint constants into new common gdb plugin as w...John Cortell10-263/+107
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

Back to the top