Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-19Missing @since tagMarc Khouzam1-0/+1
2015-01-19Bug 214398: Implement Load Symbols and Load Symbols for All Alena Laskavaia5-5/+347
2015-01-16Debug BaseTestCase: don't swallow exceptionSimon Marchi1-10/+5
2015-01-16debug tests: Remove runToLineSimon Marchi3-55/+4
2015-01-16Force thread order in GDBProcessesTest.getThreadDataSimon Marchi1-2/+9
2015-01-16debug tests: Cleanup filename referencesSimon Marchi19-164/+161
2015-01-15Update location to use for GDBs on HIPPMarc Khouzam1-1/+1
2015-01-15Add Mac support to script to download gdbMarc-Andre Laperle1-1/+9
2015-01-15Update GDB download script for GDB 7.8.2Marc Khouzam1-1/+1
2015-01-15Avoid duplicate code in scriptMarc Khouzam1-10/+9
2015-01-15dsf main debug tab: swapping project and binary fieldsAlena Laskavaia1-1/+2
2015-01-15debug tests: Introduce line "tags" to avoid hardcoding line numbersSimon Marchi5-29/+98
2015-01-12Add script to download and build multiple versions of gdb automaticallySimon Marchi1-0/+328
2015-01-12debug tests: Add test for thread nameSimon Marchi5-56/+70
2015-01-07Bug 455408 - Improve GDB label in the debug viewMarc Khouzam1-2/+11
2015-01-07Bug 456807 - Update Tracepoint tests to handle both 32bit and 64bitMarc Khouzam6-805/+260
2015-01-07Bug 456738 - TraceFile tests cause failuresMarc Khouzam1-9/+29
2015-01-07debug tests: Add thread compatibility layer and use itSimon Marchi9-167/+410
2015-01-07Bug 456942 - [junit] GDB does not report thread names in remote modeMarc Khouzam1-5/+4
2015-01-07Bug 455094 - StepIntoSelection cleanup after review Marc Khouzam1-2/+0
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

Back to the top