Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-12[299292] Added version support for Fedora and Red Hat, as well as unit tests ...Marc Khouzam3-3/+57
2010-01-06[250037] Fix to help support OS X debuggingMarc Khouzam2-1/+18
2009-12-24[297798] Fix classCastExceptionMarc Khouzam1-12/+40
2009-10-18[292271] Various fixes to properly deal with concurrency issues.Marc Khouzam2-8/+16
2009-10-14[292144] API filter to keep plugin version the same for the maintenance branch.Marc Khouzam1-0/+8
2009-10-13[291877] Potential deadlock because traces were using the executorMarc Khouzam1-43/+34
2009-09-06Bug 286366, fix use of & in control labelKen Ryall2-2/+2
2009-09-05Bug 287057. Gets an ICElement from the IFileEditorInput so the context isKen Ryall1-4/+20
2009-09-05Bug 286359. Select default executable when project first selected.Ken Ryall1-0/+10
2009-08-21Bug 287324 - English Debug progress messagesVivian Kong4-10/+22
2009-08-18Bug 286888 - externalize strings in o.e.c.dsf.gdbVivian Kong2-10/+11
2009-07-10[283174] Wrong attribute.Marc Khouzam1-10/+10
2009-07-10[282924] Properly decrement the install count for breakpoints.Marc Khouzam1-5/+18
2009-07-10[283156] Remove a problem marker before adding a new oneMarc Khouzam1-0/+23
2009-07-07[279293] When a process is selected, we should only resume/interrupt that pro...Marc Khouzam3-8/+47
2009-07-07[277752] Support multi-process in ThreadFilter. Also, support multiple launc...Marc Khouzam1-47/+40
2009-07-07[280327] Trigger a ContainerStartedDMEvent when getting a ^connect. This is ...Marc Khouzam2-1/+30
2009-07-07[280502] Don't allow to turn on reverse when the inferior is running or it wi...Marc Khouzam1-8/+29
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

Back to the top