Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-28Bug 486955 - Add "Stop on startup" option to "Debug New Executable"Mikhail Khodjaiants4-34/+157
2016-04-28Bug 452356 - C/C++ remote launch uses o.e.remoteWainer dos Santos Moschetta14-560/+568
2016-04-28Add templates.core to target.Doug Schaefer1-1/+2
2016-04-28Modernize Arduino plug-ins. Adjust APIs to suite.Doug Schaefer60-1848/+1248
2016-04-27Bug 485107: ensure correct adapter factory is being usedJonah Graham3-0/+17
2016-04-27Bug 487998: [breakpoints] Editing code while debug is activeStefan Sprenger4-7/+40
2016-04-27Bug 491417: fix occasional "..." updates in disassemblyJonah Graham1-1/+2
2016-04-26Bug 492489 - Protect against NPESergey Prigogin1-1/+1
2016-04-26Bug 492491 - IWYU hyperlink in Include Pragmas preference page has movedSergey Prigogin6-10/+10
2016-04-26Bug 489516 - Traditional mem., choose visibility of the cross refAlvaro Sanchez-Leon7-24/+166
2016-04-25Bug 492210 - Remove ChangeLog files from projectAlex Blewitt26-27764/+0
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt84-317/+317
2016-04-25Bug 489513 - Show registers in the traditional memory renderAlvaro Sanchez-Leon2-1/+241
2016-04-25Bug 492230 - Replace buffer.append(a+b) callsAlex Blewitt72-330/+344
2016-04-25Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon16-33/+1551
2016-04-24Update outdated maven pluginsMarc-Andre Laperle2-4/+4
2016-04-24Major change to new build arch to give configs more power.Doug Schaefer28-628/+726
2016-04-22Cosmetics.Sergey Prigogin1-0/+1
2016-04-22Minor performance optimization.Sergey Prigogin1-0/+2
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt95-231/+231
2016-04-21Cosmetics.Sergey Prigogin1-15/+14
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilder where appropriateSergey Prigogin5-16/+105
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt164-495/+495
2016-04-21Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt120-302/+300
2016-04-21Fix Connection drop-down in Run Image Launch configurationJeff Johnston3-9/+25
2016-04-21Bug 491834 - Revert the earlier attempt to guard against infinite recursion i...Nathan Ridge1-85/+63
2016-04-21Bug 491747 - Reference to scoped enumerator declared later in classNathan Ridge2-1/+23
2016-04-21Bug 491834 - Avoid certain kinds of infinte recursion in HeuristicResolverNathan Ridge2-17/+77
2016-04-20Bug 471103 - Add caching for performance improvements of indexingKarsten Thoms2-2/+79
2016-04-20Bug 491984 - Optimise toString().isEmpty() checksAlex Blewitt2-4/+4
2016-04-20Make stand-alone debugger SWTBot test more robustMarc-Andre Laperle2-83/+63
2016-04-20Upgrade to Tycho 0.25.0Marc-Andre Laperle1-2/+2
2016-04-20Bug 491842 - Name resolution problem with initializer listSergey Prigogin2-2/+23
2016-04-20Cosmetics.Sergey Prigogin1-40/+40
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt82-190/+190
2016-04-19Bug 491972 - [winpty] Not enough storage is available to process this commandAnton Leherbauer7-10/+10
2016-04-18Bug 491945 - Refactor ToolReference::getToolCommand()Alex Blewitt1-3/+4
2016-04-18Bug 491945 - Remove new String() from expressionsAlex Blewitt15-55/+49
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt32-295/+295
2016-04-18Bug 491945 - Remove new String()Alex Blewitt55-170/+168
2016-04-18Fix SWTBot dependency in Oomph setupMarc-Andre Laperle1-1/+1
2016-04-17Bug 491834 - StackOverflowError in HeuristicResolverSergey Prigogin1-62/+84
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt150-761/+760
2016-04-16Enable coverage measurements from stand alone debugger testsAlvaro Sanchez-Leon1-1/+1
2016-04-15autotools: Adapt to generified ListenerList.Alexander Kurtakov4-18/+16
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin37-249/+228
2016-04-15autotools; Use try-with-resources.Alexander Kurtakov1-18/+6
2016-04-15Stop using _ identifierJonah Graham4-35/+35
2016-04-15Bug 491748 - Name resolution problem with initializer listSergey Prigogin2-0/+22
2016-04-14Serial - Support COM ports > 9. Set default baud rate to 115200.Doug Schaefer2-2/+6

Back to the top