Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-24Fix bug 306553 by generalizing Cast To Type / Display As Array UI so it can b...Ed Swartz2-1/+183
2010-03-24[306982] - [concurrent] DsfRunnable.finalize() method increases the cost of g...Pawel Piech2-44/+57
2010-03-24[302628] Moved to a non-API package.Pawel Piech1-200/+0
2010-03-15addressed backward compatibility issuesDavid Dubrow1-7/+7
2010-03-13Fixes for M6 build.Doug Schaefer1-0/+6
2010-03-13Bug 305365 allowing editable value to differ from formatted valueDavid Dubrow1-0/+9
2010-03-10Updated comments.Pawel Piech1-4/+8
2010-03-10[305376] - [concurrent] RejectedExecutionExeption is not properly handled in ...Pawel Piech1-4/+12
2010-03-05[228703] - [breakpoints] Add a breakpoint hit event to IBreakpoints service.Pawel Piech1-0/+45
2010-03-04More cleanup for bug 303968.Ken Ryall1-4/+4
2010-03-02[304434] ISourceLookupParticipant.getSourceName(Object) should return null, n...John Cortell1-1/+6
2010-03-02Bug 303968, move support for Run To Line, Move To Line, Resume At Line, to DSF.Ken Ryall1-0/+108
2010-03-01Fixed typo in commentJohn Cortell1-1/+1
2010-03-01Fixed typo in commentJohn Cortell1-153/+153
2010-03-01befriend dsg-gdb test pluginJohn Cortell1-1/+1
2010-02-19[303315] Improve javadoc for disassembly serviceJohn Cortell1-32/+47
2010-02-12[249162] comment#9 - Adjusted error codes.Pawel Piech1-0/+4
2010-02-11Warnings cleanup.Pawel Piech3-6/+6
2010-02-11[291426] - [breakpoints] Add DSF support for flex-hierarchy breakpoints view.Pawel Piech1-0/+200
2010-02-11[300586] (comment#9) - Added a clarifying comment.Pawel Piech1-1/+5
2010-02-11[300586] (comment#9) - Simplified tracking maximum status code value.Pawel Piech1-12/+6
2010-02-11[300586] (comment#9) - Removed redundant instanceof DsfMultiStatus.Pawel Piech1-2/+3
2010-02-09[302327] inaccuracy in JavaDoc IDisassembly.getMixedInstructionsJohn Cortell1-10/+17
2010-02-08[301975] - CountingRequestMonitor status is brokenPawel Piech1-2/+1
2010-02-05[301913] - [services] Support for repeated call to addServiceEventListenerPawel Piech1-4/+5
2010-02-03Doc enhancementJohn Cortell1-7/+17
2010-01-23[300586] - Error logged by DsfSuspendTriggerPawel Piech2-2/+69
2010-01-18Correct wording in commentJohn Cortell1-1/+1
2010-01-11Bug 299167, turn the Variable View's Address column into a Location column.Ken Ryall1-2/+52
2010-01-11Converted some protected methods to private to avoid exposing unnecessary API.Pawel Piech1-3/+3
2010-01-09Warnings cleanup.Pawel Piech1-1/+1
2010-01-08Bug 293049 - [concurrent] Received IllegalStateException on shutdownPawel Piech1-3/+7
2010-01-08Bug 292468 - [breakpoints] Cannot update breakpoint status properly with cur...Pawel Piech4-7/+1348
2010-01-06[298135]- Several calls to DsfSession add/removeServiceEventListener not on ...Pawel Piech1-0/+4
2009-12-10Documentation improvementJohn Cortell1-4/+6
2009-12-10[297535] Optimization to DsfServicesTrackerJohn Cortell1-9/+14
2009-12-10[297140] Added comments to clarify method usage.Pawel Piech1-0/+16
2009-11-10Bugzilla 294779.Randy Rohrbach1-77/+41
2009-11-03[280461] Introduce a way to add extra executor depths to preserve the order o...Marc Khouzam2-14/+190
2009-10-27More bugzilla 293480 - edited a couple more comments.Randy Rohrbach1-8/+4
2009-10-27Bugzilla 293480.Randy Rohrbach1-118/+223
2009-10-26[293324] Support for executor depth in DSFExecutor tracesMarc Khouzam1-0/+12
2009-10-15Bug 288962 - [debug view] Extend IExecutionDMData to retrieve details about ...Pawel Piech1-0/+12
2009-10-15Bug 292070 - Access to Active DsfSessionsPawel Piech1-1/+11
2009-10-15[292271] DsfServicesTracker.dispose() is now ThreadSafe because we use it out...Marc Khouzam1-8/+35
2009-10-14[292266] More ThreadSafe methodsMarc Khouzam1-3/+6
2009-10-12Bug 291342 - Additional fix for race condition in launch event firing.Pawel Piech1-0/+25
2009-10-10[291342] The jobs in DsfLaunch must actually be scheduled :-)Marc Khouzam1-2/+2
2009-10-08[291684] Equip monitors with a monitor traceback (when tracing)John Cortell3-3/+57
2009-10-07Bug 291342 - [debug view] DSF session executor intermittently deadlocks duri...Pawel Piech1-0/+63

Back to the top