Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham6-8/+6
2022-04-14Bug 579687: Reduce concurrent commands to 1 for GDB 9/10/11Torbjörn Svensson1-11/+58
2021-11-03Bug 561996 - Remove dependency to com.ibm.icu from CDT DSF GDBMat Booth2-8/+5
2021-05-13Bug 573506: Fix counting of opcode bytesJohn Dallaway1-2/+5
2021-05-03Bug 573307: Correct since tagsJonah Graham2-2/+2
2021-04-23Bug 572880: show opcodes in disassembly view as byte sequenceMarc Ernst1-0/+7
2021-04-10Bug 572742: Improve API by allowing "..." instead of String[]Jonah Graham1-3/+3
2021-04-10Bug 572581: reenable disabled DSF-GDB testsJonah Graham2-0/+34
2021-02-23Bug 571161 - MIBreakpointsSynchronizer is broken in certain scenariosUmair Sair1-20/+33
2021-01-05Bug 569911: Stop allowing OOB records to accumulate foreverJonah Graham1-2/+3
2020-11-29Bug 569123 - Race condition on AbstractMIControl.fRxCommandsSimeon Andreev1-3/+8
2020-11-29Bug 568228: Add a way for DSF Data Model to initiate refresh allTorbjörn Svensson1-0/+33
2020-03-02Revert "Bug 560614 - Drop dependency on ICU4J"Jonah Graham2-3/+6
2020-03-02Bug 560614 - Drop dependency on ICU4JAlexander Kurtakov2-6/+3
2020-01-09Bug 551817: Write Kichwa Coders consistently in Copyright lineJonah Graham10-10/+10
2019-11-25Bug 530443: Add support for "info sources" MI equivalentBaha El Kassaby3-0/+210
2019-10-10Generify ListenerList.Alexander Kurtakov1-3/+3
2019-08-17Bug 550165: Debugging is stuck when "command aborts" on step returnUmair Sair1-2/+5
2019-08-12Convert new Runnable to lambda. Alexander Kurtakov1-20/+13
2019-08-10Remove redundant superinterfaces. Alexander Kurtakov3-4/+3
2018-11-26Bug 530443: Limit output to 10 lines per MI outputBaha El Kassaby3-34/+86
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham1-40/+0
2018-11-22Bug 540373: Cleanup: Remove redundant semicolonsJonah Graham12-24/+23
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham42-92/+92
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham8-11/+6
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham310-20054/+20009
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham321-963/+1926
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham12-807/+807
2018-11-18Bug 532077: Preserve Ignore Count set in the platform breakpointJonah Graham1-3/+0
2018-09-27Bug 539455: Report debug command errors via status handlerJohn Dallaway1-1/+3
2018-07-25Bug 433329: Fix comment in codeJonah Graham1-2/+2
2018-05-29Bug 534309: NPE in breakpoint filteringJohn Moule1-1/+4
2018-04-20Bug 533771 - Allow limit scope of MIStackListArgumentsSamuel Hultgren2-0/+13
2018-03-05Bug 532035: Enable synchronizer to resynchronize/flushCachesJonah Graham1-3/+115
2018-03-05Bug 532035: Be explicit in iterating over IBreakpointsTargetDMContextJonah Graham1-6/+18
2018-03-02Bug 530377: Fix corrupt bp state & add test for fast bp events.Jonah Graham2-54/+287
2018-02-06Bug 530635: Add ability to do "set remotetimeout" via UIJonah Graham2-2/+31
2017-11-18Bug 527419: Process async output with no variableJohn Dallaway1-8/+12
2017-11-13Serial Flash Target and Launch. Clean up Generic Launch.Doug Schaefer1-1/+4
2017-11-13Bug 520580: Implement new-console support on WindowsJonah Graham4-0/+125
2017-11-09Bug 522367: prevent hang of -target-attach on Ubuntu 16.04 / GDB 7.11Jonah Graham2-2/+42
2017-08-15Bug 520952: Use filename when handling function breakpoints in consoleJonah Graham1-6/+59
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 Graham3-100/+141
2017-05-05Bug 516053: Allow MIBreakpoint to be extendedJonah Graham5-12/+100
2017-04-28Bug 399494 - Consider all variable objects as not complexSimon Marchi1-4/+5
2017-04-26Fix typo in javadocJonah Graham1-1/+1
2017-04-25Bug 515768: Don't install BPs that are entirely filteredJonah Graham1-15/+23

Back to the top