Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-12Update GDB versions in download-build-gdb.shSimon Marchi1-1/+1
2018-02-06Bug 530635: Add ability to do "set remotetimeout" via UIJonah Graham15-23/+245
2018-01-26Bug 530371: fix device disposed SWTException on shutdownJonah Graham1-1/+1
2017-11-18Bug 527419: Process async output with no variableJohn Dallaway1-8/+12
2017-11-15Bug 500988: better handle race condition in SourceContainerJonah Graham1-1/+31
2017-11-13Serial Flash Target and Launch. Clean up Generic Launch.Doug Schaefer2-1/+7
2017-11-13Bug 520580: Implement new-console support on WindowsJonah Graham13-38/+258
2017-11-09Bug 527090: fix bad whitespace on windowsJonah Graham1-2/+2
2017-11-09Bug 522367: prevent hang of -target-attach on Ubuntu 16.04 / GDB 7.11Jonah Graham7-12/+114
2017-10-19Bug 526254: Increase choice of speeds to match that of modern USB SerialAlex Schuilenburg1-2/+6
2017-10-12Allow for changing manually setting toolchains for build configs.Doug Schaefer1-132/+130
2017-10-06Add UI tests plugin for CMake. Fix a couple of bugs it found.Doug Schaefer1-13/+0
2017-10-06Bug 525666: Fix NPE when DebuggerConsole closes before async code can runJonah Graham1-2/+10
2017-10-06Bug 525667: Allow IGDBFocusSynchronizer to be an optional serviceJonah Graham1-1/+7
2017-10-06Bug 525664: Add missing close in new Debugger ConsoleJonah Graham1-0/+7
2017-09-11Update feature versions to CDT 9.4.Doug Schaefer2-2/+2
2017-08-15Bug 520952: Use filename when handling function breakpoints in consoleJonah Graham2-24/+323
2017-06-23Bug 518699: cleanup platform breakpoints between testsJonah Graham3-11/+47
2017-06-22Bug 516102: Change DSF tests to run GDB 8.0 tests by defaultJonah Graham2-1/+3
2017-06-22Bug 518643: Increase wait for CDT to quit GDBJonah Graham1-2/+4
2017-06-22Bug 516102: Add fs_base as new register in GDB 8.0Jonah Graham1-1/+9
2017-06-22Bug 516102: Adding GDB 8.0 to the download-build-gdb.sh scriptJonah Graham1-1/+1
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

Back to the top