Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin12-15/+15
2015-01-05MIRegistersTest: use more specific assert functionsSimon Marchi1-50/+30
2014-12-31Bug 453920: Remove code duplication between MIVar and MIVarCreateInfo.Vladimir Prus3-50/+32
2014-12-25debug tests: Don't catch exception in SyncUtil context gettersSimon Marchi3-21/+24
2014-12-25debug tests: Change -dwarf-2 to -g in tests MakefileSimon Marchi1-2/+2
2014-12-25Disable LaunchConfigurationAndRestartTest.testSourceGdbInit for gdb < 7.2Simon Marchi2-4/+33
2014-12-24Only enable remote tests for gdb versions >= 7.1Marc Khouzam1-8/+7
2014-12-24Enable the GDB 7.1 test suite.Marc Khouzam1-1/+2
2014-12-24debug tests: Don't catch exception in LaunchConfigurationAndRestartTest.doLaunchSimon Marchi2-9/+6
2014-12-24Resume threads individually in GDBMultiNonStopRunControlTest.Marc Khouzam2-92/+124
2014-12-24Update GDBPatternMatching test for older GDBs.Marc Khouzam1-24/+20
2014-12-23debug tests: Disable some reverse tests for gdb 7.0 and 7.1Simon Marchi2-2/+53
2014-12-23debug tests: Adapt thread name test for platforms that don't support themSimon Marchi2-5/+26
2014-12-23debug tests: Add runningOnWindows() method to BaseTestCase Simon Marchi5-22/+27
2014-12-23Avoid gdb bug in StepIntoSelectionTests for gdb <= 7.3Simon Marchi2-33/+90
2014-12-23Bug 456083 - Wrong preference scope causes test dependenciesMarc Khouzam1-14/+27
2014-12-23TyposMarc Khouzam1-8/+8
2014-12-23Revert "Bug 451929 - Leverage p2 ability to express native packages"Doug Schaefer1-2/+0
2014-12-22Bug 455992 - MIRunControlTest.getExecutionContexts fails when run inMarc Khouzam1-6/+8
2014-12-18Bug 441277 - Fix colliding tab ids in example plugin that extendsMarc Khouzam1-6/+6
2014-12-18Bug 453321 - Convenient field access for MITuple/MIResultRecordVladimir Prus4-40/+65
2014-12-18Bug 441277 - Provide an example plugin to show how to extend DSF-GDBMarc Khouzam26-0/+1693
2014-12-17Bug 455408 - Show GDB version at startupMarc Khouzam4-1/+142
2014-12-17Bug 455537 - Allow to override LaunchVMProvider Marc Khouzam1-2/+7
2014-12-16Bug 451929 - Leverage p2 ability to express native packagesPascal Rapicault1-0/+2
2014-12-16Bug 455236 - Create tests for GDB 7.9 Marc Khouzam27-0/+736
2014-12-16Bug 455237 - Move VisualizerVirtualBoundsGraphicObjectTest toMarc Khouzam5-8/+12
2014-12-12Bug 453206 - [visualizer] update access modifiers to permit extension toMarc Dumais1-18/+19
2014-12-12Bug 454089 - NullPointerException from OS Resources view Marc Khouzam1-0/+2
2014-12-12Bug 442394 - Sometimes breakpoints set and immediately deleted when debugging...Alvaro Sanchez-Leon1-22/+14
2014-12-11Bug 454293 - Allow extending classes to turn off CPU load Marc Khouzam1-2/+10
2014-12-11debug tests Makefile: don't use -pthread when on WindowsSimon Marchi1-3/+10
2014-12-11Bug 439631 - [dynamic printf] Backslashes in the file name should be escapedAnton Leherbauer1-2/+11
2014-12-09Bug 235747: [registers] Allow user to edit the register groups.Alvaro Sanchez-Leon11-540/+2456
2014-12-05Bug 434558 - Disconnect actually terminates the session if launchMikhail Khodjaiants6-182/+692
2014-12-03Bug 378154 - Display thread name reported by GDB in Debug viewSimon Marchi2-5/+7
2014-12-03Bug 378154 - Update Thread node format to better show thread name whenMarc Khouzam1-2/+4
2014-12-02Bug 453568 - RM.done() can be called twice under heavy load at terminationMarc Khouzam1-2/+3
2014-11-25MIThread: Use "enhanced" for loopSimon Marchi1-9/+8
2014-11-24Use TestsPlugin.massageTimeout in resumeUntilStoppedSimon Marchi1-1/+1
2014-11-24debug tests: Trigger rebuild when any header file changesSimon Marchi1-2/+5
2014-11-24debug tests: Make runToLine take an integer for the line numberSimon Marchi3-11/+11
2014-11-20dsf-gdb tests: Improve tests MakefileSimon Marchi2-18/+39
2014-11-19Bug 452199 - [visualizer] API filters file for multicore visualizer isMarc-Andre Laperle1-1/+0
2014-11-15Bug 378154 - Have MIThread provide thread nameSimon Marchi1-3/+24
2014-11-14Bug 451396 - Improve extensibility to process MI -thread-infoAlvaro Sanchez-Leon3-24/+45
2014-11-14Bug 451392 - [visualizer] improve selection synchronization from MV viewMarc Dumais2-1/+38
2014-10-31Use consistent indentation in BreakpointTestApp.ccSimon Marchi1-3/+3
2014-10-20Multicore visualizer cosmetic changes - mostly regarding comments andMarc Dumais20-228/+163
2014-10-20Bug 447897 - [visualizer] change access level for members in classMarc Dumais1-4/+5

Back to the top