Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-25Bug 338171: StartOrRestartSequence_7_0 is being called for older GDBsMarc Khouzam1-2/+2
2011-02-05Bug 335324: Prepare JUnit tests for the container (process) being the breakpo...Marc Khouzam4-27/+37
2011-02-05Bug 211620: Junit test should make use of QueryMarc Khouzam1-106/+85
2011-02-04Bug 336008: [tests] JUnit tests for launch configuration and restartMarc Khouzam1-0/+0
2011-02-04Bug 336008: [tests] JUnit tests for launch configuration and restartMarc Khouzam1-4/+5
2011-02-03Configurable formatting of constructor initializer lists.Sergey Prigogin1-0/+0
2011-02-02Bug 335528: [multi-process] Move startOrRestart to the Processes serviceMarc Khouzam1-11/+27
2011-02-01Bug 336008: [tests] JUnit tests for launch configuration and restartMarc Khouzam19-21/+1266
2011-01-28Bug 335643: Session-less tests should be exercised as part of every suiteJohn Cortell2-3/+5
2011-01-28Bug 335643: Session-less tests should be exercised as part of every suiteJohn Cortell15-42/+115
2011-01-23Bug 326878: Registers JUnit test fail with GDB 7.2Marc Khouzam2-8/+37
2011-01-23Bug 335098: JUnit tests don't always use the DSF executor when they shouldMarc Khouzam11-171/+266
2011-01-21Corrected testJohn Cortell1-1/+1
2011-01-20Bug 325552: GDB 7.x getOsId() pattern match too restrictive (DSF)John Cortell1-0/+21
2011-01-20Bug 334951: Convert the dsf-gdb test plug-in into a fragmentJohn Cortell6-67/+28
2011-01-18Bug 334650: [tests] JUnit test can cause deadlockMarc Khouzam1-0/+5
2010-10-01Some tests got commented out by mistake.Marc Khouzam1-11/+11
2010-10-01Timeout of 10 seconds should be waiting for the suspended event.Marc Khouzam1-16/+16
2010-09-09Bug 320277: More JUnit test to make sure we properly view variables of base c...Marc Khouzam2-3/+105
2010-09-09Bug 320277: JUnit test to make sure we properly view variables of base class ...Marc Khouzam2-0/+65
2010-09-03It makes more sense to run the most recent GDB versions first.Marc Khouzam1-4/+4
2010-08-26Bug 248595: Add support pending breakpoints introduced in GDB 6.8. This allow...Marc Khouzam6-64/+279
2010-06-25Bug 315677: The getNumChildren() method was not actually used and was causing...Marc Khouzam2-83/+17
2010-06-17Bug 317223: Disable two tests for GDB 6.6 since they depend on -var-info-pat...Marc Khouzam1-0/+12
2010-06-15Bug 315845: Intermittent race-condition failure in MIMemoryTest.asynchronousR...John Cortell2-0/+18
2010-06-04Bug 315784: Support to test with GDB 7.1 and 7.2Marc Khouzam58-35/+741
2010-06-04assertEquals should have its first parameter be the expected value.Marc Khouzam1-1/+1
2010-06-04assertEquals should have its first parameter be the expected value.Marc Khouzam2-5/+5
2010-06-04Missing spaceMarc Khouzam1-1/+1
2010-06-03Previous commit caused test failures with gdb 6.8 due to a breakpoint hit not...John Cortell1-57/+45
2010-06-02Bug 315439 Fix up copyrightVivian Kong43-43/+43

Back to the top