Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-17Remove unnecessary API changeMarc Khouzam1-1/+1
2015-09-04Bug 476432 - GDB version comparison fails for GDB 7.10Marc Khouzam3-30/+108
2015-08-25Bug 417895. Use tab instead of space between opcode and operand.Jon Beniston1-3/+3
2015-08-17Simple changes for Sonar warningsMarc Khouzam1-25/+34
2015-08-17Simple changes for Sonar warningsMarc Khouzam1-16/+32
2015-08-17Simple changes for Sonar warningsMarc Khouzam1-80/+147
2015-08-17Simple changes for Sonar warningsMarc Khouzam1-90/+92
2015-08-17Simple changes for Sonar warningsMarc Khouzam1-162/+169
2015-08-17Simple changes for Sonar warningsMarc Khouzam1-79/+98
2015-08-13Fix some trivial sonar warningsMarc Khouzam7-28/+39
2015-08-10Bug 469763 - DSF-GDB top-level service classes for better extensibilityMarc Khouzam22-7/+921
2015-06-11Bug 317173 - cleanup warningsJonah Graham3-7/+14
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam1-1/+1
2015-05-15Bug 466492 - Remove console when removing exited processesMarc Khouzam1-4/+36
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam1-1/+1
2015-05-04Bug 293832 - [dsf-gdb] Ask gdb for variable value, even if it is a complex typeSimon Marchi1-31/+22
2015-05-01Bug 407340 - Keep showing in the Debug view a process that has exited Marc Khouzam6-37/+441
2015-05-01Bug 463975 - Show exit code in console when doing a RunMarc Khouzam1-1/+4
2015-04-30Wrong error code used.Marc Khouzam1-1/+1
2015-04-30Bug 464636 - Modernize Run launchMarc Khouzam1-2/+2
2015-04-24Bug 464056 - Wrong exit code returned in some multi-process cases Marc Khouzam7-73/+262
2015-04-24TypoMarc Khouzam1-1/+1
2015-04-24TypoMarc Khouzam1-1/+1
2015-04-20TypoMarc Khouzam1-1/+1
2015-04-17Bug 462623: Split GdbAdapterFactory to allow overridingMarc Khouzam1-23/+12
2015-04-15Move to new getAdapter() signature using genericsMarc Khouzam2-8/+7
2015-04-15Update to use genericsMarc Khouzam1-3/+2
2015-04-10Bug 464184 - Update GDBHardwareAndOS service to take advantage of GDBMarc Dumais4-12/+205
2015-04-09Bug 463977 - Exit code not always displayed in consoleMarc Khouzam1-31/+44
2015-04-07Address minor review comments from review 41198Marc Khouzam2-5/+8
2015-04-06Expose raw varobj fields in MIVariableObject.Vladimir Prus3-19/+79
2015-03-27Bug 435144: Fix bp for GDB 7.0 and 7.1Marc Khouzam4-56/+286
2015-03-25Remove warnings caused by change to getAdaptable()Marc Khouzam4-7/+7
2015-03-24Revert "Bug 462988 - Register grouping should work with different implementat...Mikhail Khodjaiants5-1363/+9
2015-03-24Bug 462988 - Register grouping should work with differentMikhail Khodjaiants5-9/+1363
2015-03-20Use Diamond operator to simplify codeMarc Khouzam1-33/+28
2015-03-11Added o.e.c.examples.dsf.gdb as friend.Jesper Eskilson1-1/+5
2015-03-04replace size()|length() > 0 with !isEmpty()Matthew Khouzam27-53/+53
2015-02-20Make disassembly default end address relative to startSimon Marchi1-2/+2
2015-02-20Change some comments from non-javadoc to javadocSimon Marchi1-7/+7
2015-02-19clean up GDBTypeParserMatthew Khouzam1-49/+65
2015-02-18Fix up API @since tags against CDT 8.6.Doug Schaefer3-3/+3
2015-02-17Extract MIExpressions.getBasicType.Vladimir Prus1-29/+37
2015-02-04Bug 458091 - Debug frames - cache part IIAlena Laskavaia1-36/+37
2015-02-02Bug 458091 - Debug frames - cacheAlena Laskavaia1-274/+361
2015-01-30Bug 458499 - Unable to debug when GDB command contains additionalMarc Khouzam2-12/+21
2015-01-29MIStack correct code styleAlena Laskavaia1-885/+892
2015-01-26Bug 458091 - Debug frames are missing or not shown in some casesAlena Laskavaia1-61/+85
2015-01-19Bug 456959-Breakpoint Enable does not work after restarting the applicationAlvaro Sanchez-Leon2-35/+52
2015-01-19Missing @since tagMarc Khouzam1-0/+1

Back to the top