Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Bug 518627: Squelch Device Disposed exception at shutdownJonah Graham2-2/+19
2017-05-23Bug 516227: solib-search-path with space failsVincent Guignot1-6/+10
2017-05-05Bug 516053: Enable extending of MIBreakpointsManager/SynchronizerJonah Graham2-74/+184
2017-05-05Bug 516244: Allow subclasses to provide the current CLI contextJonah Graham1-3/+18
2017-05-05Bug 516053: Allow MIBreakpointDMData to be extendedJonah Graham7-109/+150
2017-05-05Bug 516053: Allow MIBreakpoint to be extendedJonah Graham6-13/+101
2017-04-28Bug 499778: Stop losing stacktraces in testsJonah Graham7-222/+34
2017-04-28Bug 399494 - Consider all variable objects as not complexSimon Marchi3-6/+93
2017-04-26Fix typo in javadocJonah Graham1-1/+1
2017-04-25Bug 515768: Don't install BPs that are entirely filteredJonah Graham1-15/+23
2017-04-25Bug 515756: Allow extending classes to provide getFilterExtensionJonah Graham1-6/+3
2017-04-24Bug 515653: Fix SWT disposed exceptionJonah Graham1-7/+5
2017-04-15Bug 515307: Run test order of magnitude fasterJonah Graham1-91/+31
2017-04-15Bug 515307: Run test order of magnitude fasterJonah Graham1-2/+7
2017-04-15Bug 515304: profiles to parallelize testsuiteJonah Graham1-0/+1
2017-03-27Bug 512180: Ensure previous launch is fully terminatedMarc Khouzam1-5/+10
2017-03-23Bug 379225: Address FindBugs issues for DSF-GDBMarc Khouzam2-16/+32
2017-03-23Various enhancements to download-build-gdb.shSimon Marchi1-15/+15
2017-03-07Bug 400628: Add extra info to error messageJonah Graham1-4/+6
2017-03-07Bug 367256 - Debugger doesn't handle invalid breakpoints properlyMikhail Khodjaiants3-4/+146
2017-03-07Bug 512180: Ensure previous launch is fully terminatedJonah Graham2-2/+5
2017-03-06Use line tags in MIExpressionsTest.testUpdateOfPointerSimon Marchi2-13/+31
2017-03-06Make MIExpressionsTest.testUpdateOfPointer use SyncUtilSimon Marchi2-228/+58
2017-03-04Bug 512180 and Bug 501906: Minimize unstable testsJonah Graham2-1/+17
2017-02-28Bug 449104: Enhance Register Grouping for multi processesBruno Medeiros6-23/+398
2017-02-17Revert "Bug 512303 - [tests] job debug-tests-master-all-gdb-versions has issues"Marc Dumais2-10/+0
2017-02-16Bug 512303 - [tests] job debug-tests-master-all-gdb-versions has issuesMarc Dumais2-0/+10
2017-02-15Add a default file to enable/disable tracing for the debug testsAlvaro Sanchez-Leon2-0/+2
2017-02-15Bug 511243 - Tests validating program-interrupt using CLI or MIAlvaro Sanchez-Leon7-2/+465
2017-02-15Allow tests to use GDBs with versions of the form 7.12.50.201702140Marc Khouzam1-3/+5
2017-02-14Validate GDB version in debug testsMarc Khouzam2-3/+54
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle13-238/+32
2017-02-13Add printouts to debug unit testsMarc Khouzam1-3/+17
2017-02-13Method to allow customizing the line length in trace printoutsMarc Khouzam1-6/+34
2017-02-07Bug 506073 - Support address "range" when adding a memory watchpointAlvaro Sanchez-Leon3-5/+54
2017-02-07Bug 511727 - NPE in org.eclipse.cdt.tests.dsf.gdb.tests.AutomatedSuiteMarc Dumais1-1/+6
2017-02-07Bug 510924 - Alt+Enter on breakpoint shows incomplete properties dialogMarc Dumais2-2/+12
2017-02-07Bug 510615 - Launch dialog, handle spaces in gdb pathMarc Dumais2-2/+20
2017-02-06Bug 511243 - MI async mode shall not be activated for all cases whenAlvaro Sanchez-Leon2-38/+76
2017-02-06Bug 509897: Use View Management for Debugger ConsoleJonah Graham1-1/+6
2017-01-30Fix API errors with Eclipse 4.7Marc-Andre Laperle2-39/+101
2017-01-27Add JUnit test to verify a query is answered as expected.Marc Khouzam3-24/+234
2017-01-25Auto-generate source features using tycho.Marc Khouzam6-137/+0
2017-01-24Bug 507950 - Answer query on MI channel to avoid GDB waiting foreverMarc Khouzam2-0/+67
2017-01-23Adding GDB 7.12.1 to the download-build-gdb.sh scriptMarc Dumais1-1/+1
2017-01-19Bug 303808: Example of ConsolePageParticipant for Debugger ConsoleMarc Khouzam9-4/+224
2017-01-19Bug 303808: Update ConsolePageParticipant for GDB processMarc Khouzam1-37/+31
2017-01-19Bug 303808: Make it easier to extend Debugger Console pagesMarc Khouzam1-0/+4
2017-01-17Bug 507336 - Dynamic Printf parameters format may not be clearAlvaro Sanchez-Leon5-2/+12
2017-01-17Bug 509895 - GdbBasicCliConsole left running after platform shutdownAlvaro Sanchez-Leon2-5/+28

Back to the top