Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam13-16/+16
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 Khouzam11-79/+563
2015-05-01Bug 463975 - Show exit code in console when doing a RunMarc Khouzam1-1/+4
2015-05-01[dsf-gdb] debug tests: Remove useless try/catchSimon Marchi2-9/+2
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-22CosmeticsMarc Khouzam1-1/+2
2015-04-22Clarify where the extra tab comes fromMarc Khouzam1-0/+20
2015-04-22Bug 464636 - Re-create dsf.gdb CMainTab for backwards compatibilityMarc Khouzam1-0/+35
2015-04-22Bug 464636 - Move CMainTab from o.e.cdt.dsf.gdb toMarc Khouzam1-651/+0
2015-04-22Bug 464636 - Example of adding a tab to the Run launchMarc Khouzam2-6/+69
2015-04-21CosmeticsMarc Khouzam1-3/+3
2015-04-20TypoMarc Khouzam1-1/+1
2015-04-17Bug 462353 - [visualizer] Add support for persistent List<T> andMarc Dumais11-59/+1052
2015-04-17Bug 462623: Split GdbAdapterFactory to allow overridingMarc Khouzam13-737/+636
2015-04-15Move to new getAdapter() signature using genericsMarc Khouzam1-1/+1
2015-04-15Move to new getAdapter() signature using genericsMarc Khouzam5-16/+12
2015-04-15Update to use genericsMarc Khouzam1-3/+2
2015-04-13[dsf-gdb] Remove usage of AsyncCompletionWaitor in MIMemoryTest.asynchronousR...Simon Marchi1-140/+92
2015-04-12Revert "Bug 462353 - [visualizer] Add support for persistent List<T> andSergey Prigogin5-808/+60
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-09Bug 462353 - [visualizer] Add support for persistent List<T> andMarc Dumais5-60/+808
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 Khouzam15-29/+29
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-20Bug 459114 - More cleanup of async handling for MulticoreMarc Khouzam2-154/+88
2015-03-16Upgrade maven plugin versionsMarc-Andre Laperle1-0/+1
2015-03-11Added o.e.c.examples.dsf.gdb as friend.Jesper Eskilson2-2/+6
2015-03-04Bug 460837 - Provide setter for m_loadMetersEnabledMarc Khouzam2-5/+9
2015-03-04replace size()|length() > 0 with !isEmpty()Matthew Khouzam36-66/+66
2015-03-04Bug 460476 - [visualizer] make showing debug actions in toolbarMarc Dumais3-12/+125
2015-03-04Bug 460837 - [visualizer] Add persistent information storage in the MVMarc Dumais4-14/+451
2015-02-26[dsf-gdb] gdb download script: add examples and print help if unsupported ver...Simon Marchi1-2/+9
2015-02-26Bug 460737 - [visualizer] enable MV to know which (cloned) instance itMarc Dumais1-1/+12
2015-02-25[dsf-gdb] debug tests: Adjust buffer sizes in MIMemoryTest to take word size ...Simon Marchi1-4/+4
2015-02-20Add test suite for GDB 7.9 and move Automated Suite to use GDB 7.9Marc Khouzam3-5/+9
2015-02-20Update script to support GDB 7.9Marc Khouzam1-1/+1
2015-02-20[dsf-gdb] Put back event assert inSimon Marchi1-7/+14
2015-02-20[dsf-gdb] Add expected message in MIMemoryTest.writeWithInvalidAddressSimon Marchi1-6/+12
2015-02-20debug tests: add missing massageTimeoutSimon Marchi1-1/+1
2015-02-20Small cleanup in the tests.Marc Khouzam2-11/+10

Back to the top