Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-03Previous commit caused test failures with gdb 6.8 due to a breakpoint hit not...John Cortell1-57/+45
2010-06-03Bug 315439 Fix up copyrightVivian Kong201-198/+228
2010-06-02Bug 315439 Fix up copyrightVivian Kong2-2/+2
2010-06-02Bug 315439 Fix up copyrightVivian Kong43-43/+43
2010-06-01Added test for interruptJohn Cortell1-0/+63
2010-06-01Missing asterisk in javadoc commentJohn Cortell1-1/+1
2010-06-01Fixed intermittent test failure caused by buggy test. A breakpoint hit can ar...John Cortell1-0/+6
2010-06-01Stop trying to side-step the fact that on Windows interrupting the target can...John Cortell2-166/+141
2010-05-31Bug 306627 - Fix license inconsistenciesVivian Kong4-122/+238
2010-05-31 Bug 314212 - CDT Feature copyright dates are outdatedVivian Kong2-2/+2
2010-05-29Bug 314899: Disable RunControl buttons when looking at trace frames in non-st...Marc Khouzam1-3/+41
2010-05-29Bug 314536; TypoMarc Khouzam1-1/+1
2010-05-29Bug 314536: Hide "Use shared library symbols for debugged applications" as it...Marc Khouzam1-2/+5
2010-05-28Don't wait foreverJohn Cortell1-7/+7
2010-05-28Bug 314174: Eliminate the 1s wait at start of each DSF-GDB test. (Avoid possi...John Cortell1-5/+11
2010-05-28 Bug 314628: Always restore the target state even if a failure has happened.Marc Khouzam4-1/+59
2010-05-27Incorrect usage of the special wait function in two places.John Cortell1-8/+7
2010-05-27Memory tests were failing with gdb 7.0. Marc's hunch was right. Use of UNIQUE...John Cortell1-11/+4
2010-05-27Bug 314174: Eliminate the 1s wait at start of each DSF-GDB test.John Cortell1-30/+33
2010-05-27Adjust to the new dual POSIX/MSVC buildable MultiThread.cc. Also fix problems...John Cortell3-50/+95
2010-05-27Bug 314174: Eliminate the 1s wait at start of each DSF-GDB test.John Cortell1-18/+73
2010-05-26Make dsf-gdb test programs buildable with MinGW. MinGW gdb has problems debug...John Cortell4-19/+64
2010-05-26Bug 313893, reorg capabilities into cdt product plug-in.Ken Ryall2-39/+1
2010-05-26Bug 310274: Need a longer timeout for remote targets. Ultimately this timeou...Marc Khouzam1-3/+6
2010-05-25Various expression tests where failing on Windows because of subtle differenc...John Cortell1-4/+11
2010-05-25Don't use the junit timeout feature. It's too rigid and is a pain when troubl...John Cortell1-0/+1
2010-05-25Don't use the junit timeout feature. It's too rigid and is a pain when troubl...John Cortell1-4/+3
2010-05-25Bug 303968, apply Marc's patch to move the remainder of the UI from gdb to ds...Ken Ryall7-316/+0
2010-05-25Bug 314303: Protect against NPE.Marc Khouzam1-5/+13
2010-05-21Bug 166960: Set environment before loading executable to allow for dynamicall...Marc Khouzam1-44/+44
2010-05-20Bug 313823: Intermittent NPE during shutdown, in ThreadVMNodeJohn Cortell1-2/+4
2010-05-20Bug 313806: Export all debug packagesJohn Cortell4-5/+17
2010-05-20 Bug 313806 - Export all debug packages.Mikhail Khodjaiants2-4/+17
2010-05-20Bug 305385: Disabled use of 'info program' because the output is inconsistent.Marc Khouzam2-34/+46
2010-05-20Bug 284286: Missing action to exit trace visualization mode.Marc Khouzam14-38/+229
2010-05-20Bug 284286: Missing icon for StopVisualizationMarc Khouzam1-0/+0
2010-05-20Some variable renaming. Be consistent in referring to memory spaces (don't us...John Cortell1-13/+12
2010-05-20Bug 309032: Need APIs to support memory pages (add ability for backend to ind...John Cortell1-0/+11
2010-05-20Bug 304096: Interrupting a Windows target does not always work (fixed last tw...John Cortell3-3/+50
2010-05-20Bug 305385: The pid of the inferior is not set pre-GDB 7.0John Cortell5-9/+194
2010-05-18Bug 309505 - Launches should use the same environment as build. Grabs the bui...Doug Schaefer2-4/+72
2010-05-18Bug 313372: Re-create the CLIEventProcessor when we restart the program, so a...Marc Khouzam1-3/+10
2010-05-17Bug 248587: Support "Event' Breakpoints (backed out unused API changes)John Cortell3-37/+11
2010-05-17Bug 281970: Needed a way to check if setDefaults() was called that was unique...Marc Khouzam2-12/+51
2010-05-14Bug 309032: Need APIs to support memory pages (or memory spaces)John Cortell7-2/+693
2010-05-14Bug 312813 - [Launch] MIInferiorProcess.exitValue() never returnsPawel Piech1-1/+2
2010-05-14Bug 304384: Undo the last fix which broke the case where we first created a R...Marc Khouzam1-31/+0
2010-05-14Bug 304384: Move logic to set default launch delegate to the tab of the DSF-G...Marc Khouzam1-0/+31
2010-05-14Bug 281970: No longer show the Debugger, Refresh and Source tabs for a Run Co...Marc Khouzam1-1/+40
2010-05-12Bug 312706: Update the enablement of the buttons after they are created.Marc Khouzam1-3/+2

Back to the top