Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Bug 382496 - Eclipse hangs on 'Terminate and Remove' in the CDT debuggerMikhail Khodjaiants1-6/+1
2012-06-08Bug 381804. Fix proposed by Marc Khouzam.Sergey Prigogin1-54/+2
2012-06-08Bug 381868 - CDT debugger 'Display As Array...' does not show elementsMikhail Khodjaiants1-8/+46
2012-06-06Bug 381804 - Debugging not working with some command line argumentsSergey Prigogin1-1/+55
2012-05-11Bug 379225: Address FindBugs issues for DSF-GDBMarc Khouzam8-17/+20
2012-05-11Missing @since tagsMarc Khouzam1-0/+1
2012-05-11Bug 379167Jason1-1/+1
2012-05-04Bug 376901 - DSF-GDB should properly handle variable type change (basedxgsa3-13/+113
2012-05-04Bug 375585: Add an option to not show running threadsMarc Khouzam2-0/+8
2012-05-02Bug 377536 - Add a global preference to use RTTI for variable typesxgsa5-2/+76
2012-05-01Bug 378152: GDB 7.x MI thread details field ignored for GDB >= 7.1Marc Khouzam1-1/+9
2012-04-30Bug 377447 - 'DsfTerminateCommand' doesn't wait for the session shutdownMikhail Khodjaiants1-0/+5
2012-04-25Bug 330974: If the user selects multiple nodes in the debug view most debug c...Marc Khouzam2-3/+300
2012-04-20Bug 373707: [tracepoints] Make use of the new 'collect /s' commandMarc Khouzam6-36/+172
2012-04-20Bug 317173: Cleanup warnings for DSF-GDB.Marc Khouzam1-2/+2
2012-04-19Bug 352748: [disassembly][non-stop] Cannot show disassembly when last thread ...Marc Khouzam3-5/+9
2012-04-17Bug 330974: Clean up non-stop runControl services.Marc Khouzam2-72/+66
2012-04-17Bug 361934 - Provide timeout for gdb commandsMikhail Khodjaiants11-5/+776
2012-04-10Bug 376397: [services] Update version string for GDB 7.4Marc Khouzam1-4/+4
2012-04-02Bug 180256 - Launch configurations should support build variablesAnton Gorenkov2-3/+5
2012-03-24Bug 375256: Use the wording: 'normal' instead of 'slow' for tracepointsMarc Khouzam3-24/+24
2012-03-23Bug 375131: [launch] Cancelling an attach or postmortem launch no longer cancelsMarc Khouzam1-0/+2
2012-03-21Bug 374454: Better parsing of /proc/cpuMarc Khouzam1-21/+24
2012-03-20Bug 360314: Rename IGDBHardware to IGDBHardwareAndOS to prepare to use it for...Marc Khouzam5-13/+13
2012-03-16Bug 374024: In case /proc/cpuinfo cannot be fetched, rely on -list-thread-gro...Marc Khouzam3-23/+105
2012-03-16Bug 374024: Use GDB to fetch the /proc/cpuinfo file from the remote target.Marc Khouzam7-122/+321
2012-03-16Merge branch 'master' of ssh://mkhodjai@git.eclipse.org/gitroot/cdt/org.eclip...Mikhail Khodjaiants2-29/+118
2012-03-16Bug 373845 - Terminate should cancel the initialization sequence if itMikhail Khodjaiants1-13/+27
2012-03-15Bug 374374: Cancelling the launch before the finalLaunchSequence is started i...Marc Khouzam1-28/+71
2012-03-14Bug 374293: GDBHardware service should wait until the debug session is fully ...Marc Khouzam1-1/+47
2012-03-06Bug 369622 - Move to line fails using MinGW GDBRaphael Zulliger2-3/+11
2012-03-06Bug 370462: Improving the debug preferences - add support for different chars...Marc Khouzam1-2/+2
2012-03-06Bug 370462: Improving the debug preferences - add support for different chars...Marc Khouzam11-89/+149
2012-03-06Bug 370462: Improving the debug preferences - add support for different chars...Mathias Kunter10-4/+254
2012-03-06Bug 307311: Add back method to MIConst to avoid breaking API, use a map for t...Marc Khouzam2-60/+36
2012-03-06Bug 307311: Incorrect string display when using non-ASCII charactersMathias Kunter6-110/+534
2012-03-05Bug 350837: Need an interface to access the GDB error stream.Marc Khouzam4-11/+72
2012-03-01Bug 372795 - Refactor common code in GDBControl* classesMikhail Khodjaiants2-31/+66
2012-02-29Bug 372795 - Refactor common code in GDBControl* classesMikhail Khodjaiants7-426/+213
2012-02-17Bug 362039: Default directory for "post mortem" debug, as well as handling th...Marc Khouzam4-41/+129
2012-02-10Bug 335027: Visualizer View feature. Initial contribution.William R. Swanson6-5/+610
2012-02-06Bug 210366: Use the process factory so also create the gdb process.Marc Khouzam5-7/+33
2012-02-06Bug 210366: Use a process factory so as to allow others to override.Anton Gorenkov7-9/+118
2012-02-02Bug 370375: [attach] List of processes returned by GDB 7.4 is not parsed prop...Marc Khouzam1-2/+25
2012-02-02Bug 370376: [remote] Remote non-attach should not have a console for the infe...Marc Khouzam2-0/+16
2012-01-27Bug 368597: Although we don't complete the launch, we still need to shutdown ...Marc Khouzam1-8/+15
2012-01-27Fix of indentation.Marc Khouzam1-14/+14
2012-01-27Bug 368597: [remote debug] if gdbserver fails to launch on target, launch doe...Marc Khouzam1-0/+3
2012-01-26Bug 365541: Cleanup IndexedPartitionDMC.toString()Marc Khouzam1-1/+1
2012-01-26Bug 365541 - View an array variable whose length is very long (such asMikhail Khodjaiants2-63/+358

Back to the top