Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2010-05-14Bug 284573: Do force a preferred launch delegate if the configuration type al...Marc Khouzam1-5/+2
2010-05-14Bug 281970: No longer show the Debugger, Refresh and Source tabs for a Run Co...Marc Khouzam3-6/+48
2010-05-13Bug 312848: Remove CDI-GDB pref to enable distinct code and data spacesJohn Cortell5-44/+2
2010-05-13Bug 309032: Fixed NPE I'm seeing intermittently during session shutdown.John Cortell1-0/+1
2010-05-13Bug 309032: Fixed NPE I'm seeing intermittently during session shutdown.John Cortell1-2/+8
2010-05-13Bug 309032: Need APIs to support memory pages (or memory spaces)John Cortell16-341/+611
2010-05-12Bug 312706: Update the enablement of the buttons after they are created.Marc Khouzam1-4/+2
2010-05-06[310304] GDB (DSF) Hardware Debugging Launcher ignores application program pathJohn Cortell3-1/+146
2010-05-04Bug 311591 - externalize strings for debug activitiesVivian Kong4-10/+20
2010-05-04Bug 289526 - [debug view] Migrate the Restart feature to the new one, as sup...Pawel Piech11-183/+170
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

Back to the top