Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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[280327] Trigger a ContainerStartedDMEvent when getting a ^connect. This is ...Marc Khouzam2-1/+30
2009-06-05[234468] Adding a new preference to decide if we should automatically termina...Marc Khouzam4-6/+83
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-26bug 254307 - brandingVivian Kong1-2/+3
2009-05-20[234467] When terminating a DSF-GDB launch, interrupt the inferior if it is r...Marc Khouzam3-16/+94
2009-05-11[275497] Return the names of all processes without having to storeMarc Khouzam1-68/+92
2009-05-06[274135] Changes to support GDB HEAD, to lead to the proper support of GDB 7.0Marc Khouzam4-95/+153
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-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 Khouzam6-84/+511
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[258284] With the latest fixed to GDB, we can use the CLI commands for revers...Marc Khouzam7-55/+22
2009-04-09[202346] Support for postmortem debugging in DSF-GDBMarc Khouzam11-13/+194
2009-03-19[256798] No longer need to guard against a null serviceTracker since we prope...Marc Khouzam3-40/+0
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 Khouzam2-3/+3
2009-03-13[254200] - Localization - ICU4JPawel Piech2-2/+2
2009-03-13Localization - ICU4JPawel Piech1-0/+1
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-10[225650] - [view model] Convert debug views' view model implementation to use...Pawel Piech7-124/+2
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
2009-03-05[237308] Don't add the inferior to the launch in the case of attach sessions.Marc Khouzam1-1/+3
2009-03-04[266943 ] Changed class ExpressionService to MIExpressions for consistency.Marc Khouzam6-10/+10
2009-03-02[26674] GdbLaunch made the assumption that if GdbLaunch.shutdownSession has b...Marc Khouzam1-13/+1
2009-03-02Just updated a commentMarc Khouzam1-4/+5
2009-03-02[265882] API cleanup: Remove StepQueueManagerAnton Leherbauer1-115/+0
2009-03-01[266599] For remote attach launches, we no longer force the user to attach ri...Marc Khouzam4-6/+32
2009-02-28[266588] Cleanup of Deprecated things as we are going to 2.0Marc Khouzam43-627/+42
2009-02-28[249227] Removing of old Verbose Console launch option, which was not being u...Marc Khouzam2-26/+3
2009-02-28[249227] New TracingConsole solution to allow for GDB traces to be printed.Marc Khouzam6-2/+111
2009-02-27Bug 262826 - Create common C/C++ launch configurationsPawel Piech2-18/+28
2009-02-26partial fix for Bugzilla 265882Randy Rohrbach1-2/+1
2009-02-26Add .options file in binary buildAnton Leherbauer1-1/+3
2009-02-22Bug 262917.Ken Ryall1-0/+1

Back to the top