Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-17[258284] Don't allow a reverse-finish when in main() since GDB will reject it.Marc Khouzam1-1/+31
2009-02-17[265181] Cleanup in the case a resume or step command fails to execute.Marc Khouzam2-59/+72
2009-02-17Fix for bug264721Francois Chouinard1-0/+5
2009-02-16[225921] Prevent a step-return for GDB when in main()Marc Khouzam2-0/+82
2009-02-16[265048] Forgot to make the new cache privateMarc Khouzam1-1/+1
2009-02-16[265048] Currently, if asking for a stack depth with max depth of 0 (full) fo...Marc Khouzam1-1/+58
2009-02-12[264731] More specific GDB version checking until GDB 7.0 is releasedMarc Khouzam1-3/+9
2009-02-09[258284] This patch allows the user to enable reverse debugging from the laun...Marc Khouzam3-70/+209
2009-01-29bug 260292 - adding DSF plugins to CDT buildVivian Kong1-0/+1
2009-01-29Updated fix for Bug243899Francois Chouinard1-1/+2
2009-01-28Patch for bug243899Francois Chouinard1-4/+5
2009-01-26Minor formatting fixFrancois Chouinard1-1/+1
2009-01-26Fix for Bug262244Francois Chouinard1-9/+16
2009-01-23[258284] Added @since 2.0. And added getter/setter method to MIRunControlMarc Khouzam14-14/+68
2009-01-23[258284] First attempt at supporting Reverse Debugging. Note that this can o...Marc Khouzam16-16/+519
2009-01-21[261753] protects us against sending MI Stopped events with a null context if...Marc Khouzam1-3/+8
2009-01-20[261700] Temporary fix for Cygwin, until GDB 7.0 is releasedMarc Khouzam1-0/+6
2009-01-19Fix for bug261082Francois Chouinard2-15/+42
2009-01-17[261406] Fix GDBControl_7_0.isConnected() by checking for isAttachedSession()Marc Khouzam1-1/+2
2009-01-15Fix for Bug261258: ClassCastException on breakpoint action.Francois Chouinard2-8/+5
2009-01-14[256663] Instead of having a boolean variable track if we are connected to a ...Marc Khouzam2-14/+15
2009-01-08Migrated DSF and DSF-GDB to the CDT project.Pawel Piech243-0/+31818

    Back to the top