Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
AgeCommit message (Expand)AuthorFilesLines
2010-01-13[297601] [disassembly] Support 'Find' operation in disassembly viewAnton Leherbauer3-4/+39
2010-01-13[298135] Fix removeServiceEventListener argumentAnton Leherbauer2-4/+4
2010-01-11Fixed generics warnings.Pawel Piech1-1/+1
2010-01-11Bug 299167, turn the Variable View's Address column into a Location column.Ken Ryall5-17/+69
2010-01-11Converted some protected methods to private to avoid exposing unnecessary API.Pawel Piech1-3/+3
2010-01-09Fixed test method name.Pawel Piech1-1/+1
2010-01-09Bug 292468 - Create unit tests for BreakpointsMediator2Pawel Piech8-1/+809
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-07[292616] - Added additional synchronization for the fMinStepInterval variable.Pawel Piech1-4/+6
2010-01-07[292616] [concurrency] Missing annotations in SteppingControllerAnton Leherbauer1-2/+10
2010-01-07[298909] API fixMarc Khouzam1-3/+0
2010-01-06[298135]- Several calls to DsfSession add/removeServiceEventListener not on ...Pawel Piech3-5/+27
2010-01-05[298909] - [launch] DSF suspend trigger susceptible to race conditionsPawel Piech7-24/+296
2009-12-30Fixed suspend trigger adapter registration.Pawel Piech2-1/+2
2009-12-18[298104] Protect agains possible NPEMarc Khouzam1-4/+13
2009-12-17[298101] Check against null runControl service.Marc Khouzam1-2/+12
2009-12-17[255026] [expressions][cdi] Support for advanced expression hoverAnton Leherbauer5-6/+875
2009-12-14[297387] [disassembly] When location combo box has focus, 'Home' key shouldn'...Anton Leherbauer3-8/+36
2009-12-11Bug 296823 - workaround for excessive response from gdbAnton Leherbauer1-7/+7
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-12-02[296257] [disassembly] Merge 'Go to Address' and 'Go to Symbol' actions and e...Anton Leherbauer10-16/+443
2009-11-26[295895] DSF Disassembly view attempts to insert source even when 'Show Sourc...Anton Leherbauer2-56/+71
2009-11-24Bug 296014 - 'Add new expression' can end up in the middle of Expression listPawel Piech1-1/+4
2009-11-17Befriend EDC pluginJohn Cortell1-2/+10
2009-11-16Fixed EDC warningsJohn Cortell1-2/+10
2009-11-12[294351] Fix commentMarc Khouzam1-1/+1
2009-11-12[294351] Add a default hover for DSF.Marc Khouzam4-17/+64
2009-11-10Bug 159955, enable the source not found editor for DSF.Ken Ryall1-7/+8
2009-11-10Bugzilla 294779.Randy Rohrbach1-77/+41
2009-11-10[294351] Fix leaking service trackerAnton Leherbauer1-127/+131
2009-11-10[294605] [disassembly view] Exception from toggle breakpoint action after vie...Anton Leherbauer2-13/+25
2009-11-10Bug 294351 - Add debug hover support for DSFPawel Piech2-1/+128
2009-11-10Replaced an invalid assertion with a comment.Pawel Piech1-1/+6
2009-11-03[280461] Introduce a way to add extra executor depths to preserve the order o...Marc Khouzam2-14/+190
2009-10-28[292527] DSF Disassembly view doesn't handle non-contiguous assembly blocks p...Anton Leherbauer2-93/+59
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-21[292688] DSF Disassembly: Reduce maximum width of FunctionOffset Ruler ColumnAnton Leherbauer1-2/+2
2009-10-20[285225] [disassembly view] DSF Disassembly view does not respect selected br...Anton Leherbauer19-167/+464
2009-10-18Bugzilla defectsRandy Rohrbach1-2/+3
2009-10-18[292488] Guard against RejectedExecutionExceptionMarc Khouzam1-5/+9
2009-10-16[292271] Protect against race condition due to asynchronously removing the se...Anton Leherbauer1-1/+10
2009-10-15[292271] Guard against RejectedExecutionExceptions. Also, DsfServicesTracker...Marc Khouzam2-36/+50
2009-10-15Bug 288962 - [debug view] Extend IExecutionDMData to retrieve details about ...Pawel Piech6-2/+52
2009-10-15Bug 292070 - Access to Active DsfSessionsPawel Piech1-1/+11

Back to the top