Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Bug 378834: Remote suite was not trigerring remote anymoreMarc Khouzam1-2/+2
2012-05-22Bug 378834: Add Debug JUnit tests to Hudson at eclipse.orgMarc Khouzam21-9/+266
2012-05-17Bug 379841: [tests] Add a timeout for each JUnit test Marc Khouzam1-0/+7
2012-05-17Bug 379724: [tests] RTTI test crashes GDB 6.7Marc Khouzam2-0/+16
2012-05-17Bug 379568: Refactoring of DSF-GDB JUnit tests to use inheritance.Marc Khouzam156-962/+801
2012-05-07Bug 376901: JUnit tests for RTTI featureMarc Khouzam3-4/+171
2012-05-07Bug 378547: [junit] Add JUnit tests for GDB 7.5 Marc Khouzam20-0/+544
2012-04-25Bug 330974: Need to set the version of GDB for the new tests.Marc Khouzam1-1/+4
2012-04-25Bug 330974: If the user selects multiple nodes in the debug view most debug c...Marc Khouzam18-24/+4256
2012-04-20Bug 373707: [tracepoints] Make use of the new 'collect /s' commandMarc Khouzam2-28/+78
2012-04-17Bug 361934 - Provide timeout for gdb commandsMikhail Khodjaiants27-16/+399
2012-04-03CosmeticMarc Khouzam1-1/+1
2012-03-24Bug 375256: Use the wording: 'normal' instead of 'slow' for tracepointsMarc Khouzam1-20/+20
2012-03-22Bug 375091 - Invalid name of the generic test applicationMikhail Khodjaiants1-1/+1
2012-03-06Bug 307311: Add back method to MIConst to avoid breaking API, use a map for t...Marc Khouzam2-16/+53
2012-03-06Bug 307311: Incorrect string display when using non-ASCII charactersMathias Kunter1-0/+389
2012-03-02Bug 371198: Fixes for intermittent test failures.Marc Khouzam2-7/+19
2012-03-02Bug 371198 - Fix a couple of stopAtMain test cases.Marc Khouzam1-2/+6
2012-02-29Bug 371198: Restart is not supported in a remote debug session.Marc Khouzam3-6/+35
2012-02-17Bug 362039: New postmortem JUnit testsMarc Khouzam1-15/+280
2012-02-09Bug 346789: fix startup sequence for remote JUnits testsMarc Khouzam1-22/+42
2012-01-27Bug 369814: [junit] Tracepoint unit tests fail with GDB 7.4Marc Khouzam2-13/+152
2012-01-27Need to wait for a IBreakpointHit event instead of an ISuspended event. This...Marc Khouzam1-2/+6
2012-01-26Bug 365541: Extra JUnit tests for partitions. Also, don't look for all the c...Marc Khouzam2-5/+156
2012-01-26Bug 365541 - View an array variable whose length is very long (such asMikhail Khodjaiants2-30/+148
2012-01-25Bug 369583: [junit] Sessionless tests fail with NPEMarc Khouzam2-9/+28
2012-01-24Bug 369569: With GDB 7.4, breakpoints on invalid lines succeed as pending bre...Marc Khouzam1-0/+39
2012-01-24Bug 369569: Need JUnit tests for GDB 7.4Marc Khouzam20-3/+492
2012-01-20Bug 369168: threadOSId is not extracted for non-pthread programsMarc Khouzam1-0/+1
2012-01-17Code cleanup, mostly about missing @OverrideMarc Khouzam20-112/+254
2011-12-12Bug 365966: Change all of DSF-GDB to use the new Immediate*RequestMonitor cla...Marc Khouzam4-16/+16
2011-10-18Switched to Java 1.6.Sergey Prigogin2-4/+4
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin1-1/+1
2011-09-22Update version numbers for Juno.Doug Schaefer1-1/+1
2011-09-07Bug 320277: Cannot view variables of base class in derived classAxel Mueller3-2/+146
2011-08-30Bug 352888: Add two new "done" methods to RequestMonitor and DataRequestMonitorEugene Ostroukhov1-3/+2
2011-07-25Bug 346320: Add support for fast tracepoints Marc Khouzam3-721/+1167
2011-06-27Bug 348159: Move DSF-GDB preference store to the core plugin.Marc Khouzam1-6/+7
2011-06-25Added bin directory to .gitignoreSergey Prigogin1-0/+1
2011-05-23Bug 346899: JUnits to test post-mortem core launchMarc Khouzam21-18/+627
2011-05-21Bug 346789: Remote JUnits don't work anymoreMarc Khouzam9-92/+96
2011-05-06Bug 345026: JUnit tests to test operations while the target is runningMarc Khouzam30-4/+664
2011-05-02Bug 344298: JUnit support for Disassembly in case of multi-process.Marc Khouzam1-5/+7
2011-04-26Bug 343861: Project should not be required to perform debuggingMarc Khouzam1-4/+6
2011-04-25Bug 343745: JUnit tests can be delayed 2 seconds unnecessarilyMarc Khouzam1-4/+7
2011-04-25Bug 343734: JUnit tests for GDB 7.3Marc Khouzam18-17/+416
2011-04-03Bug 337893: Setting breakpoints on a running target does not work with multi-...Marc Khouzam1-7/+2
2011-03-28Bug 337893 - Tests for IMIRunControl.executeWithTargetAvailable, non-stop modeMarc Khouzam9-0/+87
2011-03-28Bug 337893 - Tests for IMIRunControl.executeWithTargetAvailable, all-stop modeMarc Khouzam20-0/+1126
2011-02-25Bug 237308: Support for multiple inferior processesMarc Khouzam1-14/+7

Back to the top