Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-05[301720] Deal with the fact that on MacOS there is not CLI "New Thread" even...Marc Khouzam2-0/+75
2010-02-05Missing @since tagMarc Khouzam1-0/+1
2010-02-02[301548] Properly handle failed insertion of tracepointMarc Khouzam2-4/+10
2010-02-02[301536] Fix to print hex address instead of decimal with 0xMarc Khouzam1-2/+2
2010-01-29[284286] Fixed wrong changes to copyrightMarc Khouzam7-7/+7
2010-01-27[284286] New Trace Control View to allow to start/stop/status a tracing exper...Marc Khouzam30-16/+3264
2010-01-27[300586] Avoid RejectedExecutionException upon shutdownMarc Khouzam1-1/+2
2010-01-25[283586] Removed redundant job.Pawel Piech1-11/+1
2010-01-23[300586] - Error logged by DsfSuspendTriggerPawel Piech1-1/+2
2010-01-23[283586] Traditional Rendering are not disposed after Memory Browser is close...Pawel Piech1-0/+16
2010-01-21[284286] More icons for tracingMarc Khouzam2-0/+0
2010-01-15[265483] Allow the interruption of the inferior for MacOSMarc Khouzam2-0/+71
2010-01-12[299292] Improved tests for GDB versionMarc Khouzam1-27/+30
2010-01-12[299292] Version fix for Red HatMarc Khouzam1-1/+3
2010-01-11[299292] Tests for GDB version extractionMarc Khouzam2-1/+60
2010-01-11[299292] Version fix for Fedora GDBMarc Khouzam1-2/+3
2010-01-10[298883] Support for MacOS version of servicesMarc Khouzam9-27/+513
2010-01-08[284286] Some icons for the tracepoint featureMarc Khouzam1-0/+0
2010-01-07[284286] Some icons for the tracepoint featureMarc Khouzam3-0/+0
2010-01-05[298909] - [launch] DSF suspend trigger susceptible to race conditionsPawel Piech3-3/+93
2009-12-18[284286] First phase of tracepoint support. Tracepoints can now be created/d...Marc Khouzam24-36/+3475
2009-12-17[297798] Updated error codes used in getSubExpressions().Pawel Piech1-4/+5
2009-12-16[297798] ClassCastExcetion fix and more detailed checks.Marc Khouzam1-10/+36
2009-12-16[275687] Moving Reverse commands to the core of CDT from DSF-GDB, and making ...Marc Khouzam20-925/+306
2009-11-11[294351] Fix debug hover labelAnton Leherbauer1-2/+2
2009-11-10Bug 294351 - Add debug hover support for DSFPawel Piech3-0/+41
2009-11-09[294660] When we moved from DD to CDT, the test binaries stopped being update...Marc Khouzam1-1/+1
2009-11-09[275193] A typo slipped in. The default gdbserver should be "gdbserver" and ...Marc Khouzam1-1/+1
2009-11-05[285225] If there is not enablement in the plugin.xml file for a ToggleBreakp...Marc Khouzam1-0/+4
2009-11-03[280461] Introduce a way to add extra executor depths to preserve the order o...Marc Khouzam6-9/+77
2009-10-27[275193] Support for Remote Debugging tests using gdbserverMarc Khouzam34-1/+267
2009-10-21[285225] Only enable disassembly toggle breakpoint target for the DSF disasse...Marc Khouzam2-5/+13
2009-10-20[285225] Undo unintended tracepoint related changeAnton Leherbauer1-10/+1
2009-10-20[285225] [disassembly view] DSF Disassembly view does not respect selected br...Anton Leherbauer6-3/+294
2009-10-14[292271] DsfServicesTracker must be used on the Executor thread.Marc Khouzam1-6/+10
2009-10-14[292271] DsfSession.addServiceEventListener must be used on the Executor thread.Marc Khouzam1-1/+5
2009-10-13[291877] Potential deadlock because traces were using the executor.Marc Khouzam1-40/+32
2009-10-12Added "since" tag.Ken Ryall1-0/+1
2009-10-08[291754] Avoid race condition by waiting for the stopped event as soon as we ...Marc Khouzam1-9/+11
2009-10-08[291754] gdbserver should part of the launch to make sure it is killed at the...Marc Khouzam1-2/+8
2009-10-08[291754] gdbserver is always started on the localhost.Marc Khouzam1-2/+5
2009-10-08[291754] When doing a REMOTE debugging session, the tests should launch gdbse...Marc Khouzam1-0/+41
2009-10-07Bug 291342 - corrected bugs in fix.Pawel Piech1-2/+2
2009-10-07[291633] Allow the JUnit tests to use GdbLaunchDelegate.Marc Khouzam2-128/+34
2009-10-07Bug 291423 - [debug view] RejectedExecutionException when stepping fast past...Pawel Piech1-23/+41
2009-10-07Bug 291342 - [debug view] DSF session executor intermittently deadlocks duri...Pawel Piech2-36/+34
2009-10-07Changed ascii art to be more visually understandable.Marc Khouzam2-15/+19
2009-10-06[291535] inconsistency in listener registration in launch vm providersJohn Cortell1-14/+1
2009-10-05Added @since for new classJohn Cortell1-0/+1
2009-10-05[291342] DSF session executor intermittently deadlocks during session termina...John Cortell1-5/+30

Back to the top