Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Allow GdbLaunch#getGDBVersion() to be called more than once.Marc Khouzam1-3/+9
2016-07-30Bug 498882: Add test for UI deadlock on terminating multiple launchesJonah Graham1-0/+69
2016-07-29Bug 494650: make method atomic without using a QueryJonah Graham2-69/+62
2016-07-28Bug 494650: Refactor BaseTestCase to allow multiple launches per testJonah Graham2-81/+251
2016-07-20Bug 497167: Add support for =thread-group-added eventMarc Khouzam3-1/+87
2016-07-20Bug 497592 - Wait for request to GDB for inferior name to be completed Marc Khouzam1-60/+89
2016-07-08Bug 497349 - Reverse debug is always enabled when attaching to a process Marc Khouzam1-24/+30
2016-07-08Bug 497206: Remote-attach fails attach if binary not specified in launchMarc Khouzam1-3/+30
2016-07-04Bug 496415. Show reason for crash when core debugging.Adam Ward2-0/+70
2016-07-03Create constant for initial GDB inferior 'i1'Marc Khouzam2-2/+10
2016-06-27Bug 495623: Use new flags in =record-change from upcoming GDB releaseMarc Khouzam1-15/+86
2016-06-27Bug 496818 - Cannot find executable if working directory is not defaultMarc Khouzam1-25/+52
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam9-15/+15
2016-06-20Fix wrong javadocMarc Khouzam1-2/+2
2016-06-14Cherry picking changes from the CDT 9 branch for Qt and Arduino.Doug Schaefer2-9/+8
2016-06-01Adding GDB 7.11.1 to the download-build-gdb.sh scriptAlvaro Sanchez-Leon1-1/+1
2016-05-26Allow to more easily extend GDBControl service.Marc Khouzam4-57/+103
2016-05-25Bug 494504 - Reverse API changes to GdbDebugServicesFactoryJonah Graham1-3/+31
2016-05-10Provide a timeout for query that might run in UI thread.Marc Khouzam1-2/+7
2016-05-02Bug 492779: GdbLaunch#initialize() catches exceptions, then ignores themAlvaro Sanchez-Leon1-5/+5
2016-04-28Bug 486955 - Add "Stop on startup" option to "Debug New Executable"Mikhail Khodjaiants4-34/+157
2016-04-27Bug 485107: ensure correct adapter factory is being usedJonah Graham3-0/+17
2016-04-25Bug 492304 - Fix NLS warningsAlex Blewitt2-2/+2
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 Blewitt12-37/+37
2016-04-25Bug 489512 - Show local variables in the traditional memory renderAlvaro Sanchez-Leon6-3/+635
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt28-60/+60
2016-04-19Bug 491984 - Replace .equals("") with .isEmpty()Alex Blewitt9-24/+24
2016-04-18Bug 491945 - Remove new String() from expressionsAlex Blewitt1-9/+9
2016-04-18Bug 491945 - Remove new String() literalsAlex Blewitt4-8/+8
2016-04-18Bug 491945 - Remove new String()Alex Blewitt2-4/+4
2016-04-16Bug 491825 - Remove primitive wrapper creationAlex Blewitt7-21/+22
2016-04-15Bug 491825 - Remove uses of new Boolean and friendsSergey Prigogin1-9/+9
2016-04-13Bug 472765: Restore test comments post refactoringJonah Graham1-39/+76
2016-04-07Replace hard-coded versions with constantsMarc Khouzam13-47/+57
2016-04-07Provide Supported and Unsupported lists of GDB versionsMarc Khouzam4-19/+38
2016-03-31CosmeticsMarc Khouzam1-11/+9
2016-03-30Bug 489278 - [disassembly] hover does not work for registersMarc Dumais1-2/+21
2016-03-29Bug 488661: Simplification of reverse debugging codeMarc Khouzam10-107/+144
2016-03-24Bug 489398 - Support memory spaces in IExpressionDMAdressAlvaro Sanchez-Leon1-5/+47
2016-03-23Bug 488661 - Moving the last trace method to GdbReverseToggleCommandraddepal1-6/+22
2016-03-22GDB Automatic remote launch, NP Exception checkAlvaro Sanchez-Leon1-7/+14
2016-03-22Don't require gdbserver to be present for local tests to passMarc Khouzam1-15/+71
2016-03-20Bug 489777: Remove method returning thread as intsMarc Khouzam2-22/+3
2016-03-20Bug 489777 - [API] Replace thread id type from int to StringAlvaro Sanchez-Leon29-162/+218
2016-03-19Bug 472765: use Strings for backend path in Map EntriesJonah Graham4-14/+135
2016-03-19Bug 488950 - Remove "New..." button from 'Connect' dialogueMarc Khouzam6-126/+15
2016-03-19Bug 489683 - Fix typo while changing APIMarc Khouzam1-5/+5
2016-03-19Bug 489683 - Change the breakpoint "number" from an int to a StringMarc Dumais32-311/+337
2016-03-19Support -Dcdt.tests.dsf.gdb.versions=all for gdb testsAlena Laskavaia1-1/+6

Back to the top