Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-09-20Bug 321692: Remove dependencies to plugins from featuresMarc Khouzam1-24/+0
2010-09-09Bug 320277: More JUnit test to make sure we properly view variables of base c...Marc Khouzam2-3/+105
2010-09-09Bug 316060: DSF-gdb freezes application while stepping through optimized codeMarc Khouzam1-0/+2
2010-09-09Bug 320277: JUnit test to make sure we properly view variables of base class ...Marc Khouzam2-0/+65
2010-09-03It makes more sense to run the most recent GDB versions first.Marc Khouzam1-4/+4
2010-09-02Bug 248595: Use the "set breakpoint pending on" command to make breakpoints/t...Marc Khouzam3-0/+55
2010-08-31Bug 321084: Create a new ReflectionSequence and have FinalLaunchSequence use ...Marc Khouzam1-575/+619
2010-08-30Bug 323996: Avoid potential NPEMarc Khouzam1-15/+7
2010-08-27Bug 322658: Support for new GDB MI command -data-read-memory-bytes. It is al...Marc Khouzam9-20/+387
2010-08-26Bug 323755: Rename properties file so they can match and be found.Marc Khouzam3-5/+5
2010-08-26Bug 248595: Add support pending breakpoints introduced in GDB 6.8. This allow...Marc Khouzam13-102/+468
2010-08-26Bug 317796 - Build before launch should be cleverer about which configuratio...James Blackburn1-0/+4
2010-08-26Bug 323466: Allow for dynamic variables in gdb patch within the launch.Marc Khouzam1-2/+5
2010-08-25Bug 323636: The thread value was getting overwritten if the disabled flag was...Marc Khouzam1-3/+4
2010-08-20Bug 323276: We were using the wrong context when clearing the cache for the "...Marc Khouzam1-1/+4
2010-08-17Bug 315796: Support for GDB 7.2 where the MI event "=thread-group-created" ha...Marc Khouzam2-4/+6
2010-08-12Bug 237306: Added -add-inferior and -remove-inferior commandsMarc Khouzam4-0/+133
2010-08-12Copyright date had been removedMarc Khouzam1-1/+1
2010-08-04Removed un-used API filters.Marc Khouzam1-15/+0
2010-08-02Old comment that is no longer valid.Marc Khouzam1-1/+0
2010-07-30Bug 317325: @since tags change for new 4.0 versionMarc Khouzam4-6/+6
2010-07-30Bug 318230: Show cores and user name when listing processes to attach too.Marc Khouzam8-64/+195
2010-07-30Bug 317325: Upversion dsf.gdb plug-in to 4.0Marc Khouzam9-14/+10
2010-07-29Bug 321259: Need to set environment dir before sourcing init file, so that we...Marc Khouzam1-22/+22
2010-07-23Bug 318214: Unify Basic remote launch with Advanced remote launchMarc Khouzam3-9/+9
2010-07-15Bug 319307: Remote gdbserver attach does not show thread info right after the...Marc Khouzam2-2/+26
2010-07-14bug 319769: Unnecessary type castsAndrew Gvozdev1-1/+1
2010-07-12Bug 319257: Allow for overriding of when to use -exec-run or -exec-continueMarc Khouzam2-12/+36
2010-07-09Bug 319336: Changing the case of a file is causing problems on Windows. This...Marc Khouzam2-1/+1
2010-07-09Bug 318642: Make GDBLaunchDelegate easier to override with respect to non-stopMarc Khouzam2-34/+58
2010-07-09Bug 319336: Wrongly names properties fileMarc Khouzam1-0/+0
2010-07-08Bug 319165: Unnecessary step in GDBControl_7_0.startOrRestartMarc Khouzam1-28/+20
2010-07-06Bug 318230: Use GDB 7.1 support for displaying cores for threads and processe...Marc Khouzam12-28/+397
2010-07-06Bug 318322: Missing since tagMarc Khouzam1-0/+1
2010-07-06Bug 318322: Add "set solib-absolute-prefix" commandMarc Khouzam2-0/+32
2010-07-01Bug 318304: Allow for better overriding of the class.Marc Khouzam1-2/+5
2010-06-30Bug 311965: Ignore bogus processes returned by -list-thread-groups of GDB 7.1...Marc Khouzam2-7/+22
2010-06-29Bug 318337 Update CDT feature/plugin versions for Indigo releaseVivian Kong1-1/+1
2010-06-28Bug 318230: Add infrastructure to read the new core field from theMarc Khouzam4-15/+250
2010-06-25Bug 315677: The getNumChildren() method was not actually used and was causing...Marc Khouzam4-90/+54
2010-06-24Bug 315677 - [variables] Add "hasSubExpressions" method to IExpressionsMikhail Khodjaiants2-34/+34
2010-06-22Bug 317325: Up-ing plugin versions for DSF-GDBMarc Khouzam2-2/+2
2010-06-21Removed hardcoded bundle names.Sergey Prigogin2-3/+1
2010-06-21Removed hardcoded bundle names.Sergey Prigogin6-16/+8
2010-06-17Bug 317223: Disable two tests for GDB 6.6 since they depend on -var-info-pat...Marc Khouzam1-0/+12
2010-06-17Bug 314447: Missing rm.done()Marc Khouzam1-0/+2
2010-06-15Bug 315845: Intermittent race-condition failure in MIMemoryTest.asynchronousR...John Cortell2-0/+18
2010-06-06Bug 315895 - Names and descriptions of CDT features are confusing.Sergey Prigogin2-4/+4
2010-06-04Bug 315784: Support to test with GDB 7.1 and 7.2Marc Khouzam58-35/+741
2010-06-04assertEquals should have its first parameter be the expected value.Marc Khouzam1-1/+1

Back to the top