Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-20debug tests: Move some tests from AsyncCompletionWaitor to QuerySimon Marchi2-298/+194
2015-02-20debug tests: Convert MIDisassemblyTest to queriesSimon Marchi1-219/+111
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-19Bug 460241 - [Memory] Make tests run with different values of addressable sizeAlvaro Sanchez-Leon3-167/+315
2015-02-18debug tests: Fix error in SyncUtil.fillMemory docSimon Marchi1-1/+1
2015-02-18debug tests: MIMemoryTest: Use runToLocation when possibleSimon Marchi1-56/+28
2015-02-18[debug tests] Remove superfluous breakpoint tagSimon Marchi1-1/+1
2015-02-18Fix up API @since tags against CDT 8.6.Doug Schaefer3-3/+3
2015-02-18Change word_size to wordSizeSimon Marchi1-9/+9
2015-02-17Extract MIExpressions.getBasicType.Vladimir Prus1-29/+37
2015-02-17Bug 460015 - [visualizer] Make VisualizerThread "m_locInfo" fieldMarc Dumais1-1/+1
2015-02-17Bug 459901 - [visualizer] The visualizer may display duplicate elementsAlvaro Sanchez-Leon1-9/+8
2015-02-16Bug 459114 - [visualizer] Make it possible to override the construction of th...Alvaro Sanchez-Leon4-309/+300
2015-02-11Bug 459688 - Label in breakpoint thread filter dialog should match debugMarc Khouzam1-6/+9
2015-02-08Bug 456959 - Disable test for versions of GDB that don't support itMarc Khouzam2-0/+24
2015-02-06Extract test VM args to common property base.test.vmargsMarc-Andre Laperle1-1/+1
2015-02-04Bug 458091 - Debug frames - cache part IIAlena Laskavaia1-36/+37
2015-02-04debug tests: Remove fWait field from GDBProcessesTestSimon Marchi1-52/+24
2015-02-04debug tests: MIMemoryTest: Use assertEquals instead of assertTrue whenSimon Marchi1-91/+61
2015-02-02Bug 458091 - Debug frames - cacheAlena Laskavaia1-274/+361
2015-02-02debug tests: Factor out duplicated code in MIMemoryTest.memoryCachedReadSimon Marchi1-90/+24
2015-02-02debug tests: Use SyncUtil's memory functions in MIMemoryTestSimon Marchi1-3/+3
2015-02-02debug tests: Use SyncUtil.readMemory in PostMortemCoreTestSimon Marchi1-25/+1
2015-02-02debug tests: Use SyncUtil.readMemory in GDBConsoleSynchronizingTestSimon Marchi1-18/+4
2015-01-30Bug 458499 - Unable to debug when GDB command contains additionalMarc Khouzam2-12/+21
2015-01-30debug tests: Add memory access functions to SyncUtilSimon Marchi2-412/+300
2015-01-29MIStack correct code styleAlena Laskavaia1-885/+892
2015-01-27Bug 458566 - [visualizer] NPE Closing the visualizer when the debug view is n...Alvaro Sanchez-Leon1-0/+4

Back to the top