Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-05[234468] Adding a new preference to decide if we should automatically termina...Marc Khouzam10-16/+120
2009-06-04Reverting previous commit which was done by mistake.Marc Khouzam2-1218/+1186
2009-06-04Missing @since tagsMarc Khouzam2-0/+18
2009-06-04Missing @since tagsMarc Khouzam2-1186/+1218
2009-05-27[225921] Gray out step-return when in main() for non-stopMarc Khouzam1-1/+23
2009-05-27[265181] Proper cleanup if a gdb command fails in the RunControl for non-stopMarc Khouzam1-17/+31
2009-05-27update copyrightsVivian Kong3-0/+31
2009-05-27update copyrightsVivian Kong1-0/+10
2009-05-27update copyrightsVivian Kong1-7/+7
2009-05-26bug 254307 - brandingVivian Kong2-4/+6
2009-05-20[234467] When terminating a DSF-GDB launch, interrupt the inferior if it is r...Marc Khouzam3-16/+94
2009-05-14bug 276355 - Change the CDT remote, dsf-gdb and memory feature labels in orde...Vivian Kong2-8/+8
2009-05-11[275497] Return the names of all processes without having to storeMarc Khouzam2-114/+160
2009-05-07[275193] Enhance the DSF-GDB JUnit tests to allow to test different GDB versi...Marc Khouzam43-34/+974
2009-05-06[274135] Changes to support GDB HEAD, to lead to the proper support of GDB 7.0Marc Khouzam4-95/+153
2009-05-01update feature dependenciesVivian Kong1-0/+1
2009-04-30[258284] 'stoprecord' command is now 'record stop' in GDBMarc Khouzam1-1/+1
2009-04-29[273833] Add a text box to specify the core file to the CDI Postmortem launch...Marc Khouzam1-1/+1
2009-04-29[274414] Use a Job to prevent locking the UIMarc Khouzam1-49/+77
2009-04-29Missing @since tagsMarc Khouzam1-0/+3
2009-04-28Use IMIProcesses instead of MIProcesses to support different version of GDBMarc Khouzam1-2/+3
2009-04-27ignoring the compiled exes here.Doug Schaefer1-0/+5
2009-04-23[273502] - problems with launch configuration when renaming project and when ...Alena Laskavaia1-1/+4
2009-04-21[273114] Wrap lines of more than 100 characters, in our GDB tracesMarc Khouzam2-8/+20
2009-04-21[218847] Create a DataModelInitialized event, to properly initialize selectio...Marc Khouzam1-0/+12
2009-04-19[272736] Add more checks to know if we ran to the right place.Marc Khouzam3-46/+101
2009-04-17[233230] Support for RunToLineMarc Khouzam9-84/+719
2009-04-13[263527] Small fix to use a reluctant pattern modifier since we now get all t...Marc Khouzam2-2/+2
2009-04-13[263527] Give ability to override the way to find the GDB version.Marc Khouzam2-23/+53
2009-04-13[202346] Create GdbSteppingModeTarget that checks if we are doing aMarc Khouzam2-3/+73
2009-04-13[258284] With the latest fixed to GDB, we can use the CLI commands for revers...Marc Khouzam7-55/+22
2009-04-09bug 268581 individual source bundlesVivian Kong5-0/+547
2009-04-09bug 268581 individual source bundlesVivian Kong13-806/+0
2009-04-09[202346] Support for postmortem debugging in DSF-GDBMarc Khouzam19-218/+829
2009-03-19[269306] - Implemented GDB-specific OS ID.Pawel Piech5-30/+197
2009-03-19[269373] Must guard against a null service reference.Marc Khouzam1-10/+21
2009-03-19[256798] No longer need to guard against a null serviceTracker since we prope...Marc Khouzam3-40/+0
2009-03-19[269306] Fix ThreadVMNode to display as we used to.Marc Khouzam1-6/+14
2009-03-13[268470] CLI command ""monitor list processes" will not be used. -list-threa...Marc Khouzam3-169/+5
2009-03-13[254200] Remove unnecessary cast which triggers warnings.Marc Khouzam3-5/+5
2009-03-13[254200] - Localization - ICU4JPawel Piech4-4/+4
2009-03-13Localization - ICU4JPawel Piech2-0/+2
2009-03-13[266588] Make MIRunControl.MIExecutionDMC private static. It cannot be remov...Marc Khouzam1-2/+1
2009-03-13[268254] Unnecessary call to getExpressionData() from the register service.Marc Khouzam1-30/+25
2009-03-11[258284] Add ToggleDebugging button to Debug View context menu.Marc Khouzam1-0/+16
2009-03-11[258284] Move ToggleDebugging button from Workbench toolbar to Debug View too...Marc Khouzam1-18/+14
2009-03-10[225650] - [view model] Convert debug views' view model implementation to use...Pawel Piech9-250/+111
2009-03-10[267881] - [launch] There is no possibility to configure remote protocol, hos...Pawel Piech1-1/+1
2009-03-09[266943] API Tooling filters for renaming of ExpressionService to MIExpressionsMarc Khouzam2-0/+31
2009-03-06[266607] If we don't have a process name, use -list-thread-groups --available...Marc Khouzam1-4/+36

Back to the top