Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
AgeCommit message (Expand)AuthorFilesLines
2013-07-15Bug 412949 - Double clicking in Disassembly leaks a listenerAnton Leherbauer1-11/+15
2013-06-10Bug 410007 - SWTException: Widget is disposed while debuggingMarc-Andre Laperle1-10/+13
2013-04-30Bug 244865 – Support for Step Into Selectionaleon11-11/+784
2013-04-10Fix broken NLS key warnings when opening disassembly preference pageAnton Leherbauer2-10/+0
2013-02-13Bug 400152 - Add org.eclipse.debug.core and org.eclipse.resources.core importsPawel Piech2-2/+5
2013-02-03Cosmetics.Sergey Prigogin1-7/+6
2013-01-04TypoMarc Khouzam1-1/+1
2012-12-25Fix version number in pom.xmlMarc-Andre Laperle1-1/+1
2012-12-18Bug 394408: Support enhanced-expressions for local variables. ThisMarc Khouzam3-4/+26
2012-12-14Bug 396466 - [breakpoints] warnings in log related to toggle breakpoint actionsPawel Piech6-13/+26
2012-11-09Bug 390245 - [hover] Wrong text color for expression hoverPawel Piech1-1/+11
2012-10-30DSF - Added support for arrays in PDA example.Pawel Piech3-5/+87
2012-10-24Bug 384632 - Missing change mark in the Memory viewMikhail Khodjaiants1-2/+2
2012-10-17Bug 391390 : Updatesite url is indigomhussein2-8/+0
2012-10-08Bug 391185 - Do not cancel running source lookup job if framedata is identicalAbeer Bagul1-1/+1
2012-10-03Bug 390979 - NullPointerException in BreakpointsMediator2.getPlatformBreakpoi...Mario Pierro1-2/+4
2012-09-04Typos in javadocMarc Khouzam6-15/+7
2012-07-24Bug 385553 - [hover] Expression view hover in editor can show value for incor...Pawel Piech1-1/+1
2012-07-23Bug 385797 - [menus] Add command for "Refresh Debug Views" to allow a key-bin...Pawel Piech2-0/+10
2012-07-20Bug 385553 - [hover] Expression view hover in editor can show value forPawel Piech2-116/+79
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin8-9/+9
2012-05-18Missing @since tagMarc Khouzam1-0/+1
2012-05-14Bug 379317 - SimpleDisplayExecutable posts runnables as separate UI event que...Pawel Piech2-31/+66
2012-05-14Bug 379317 - This change coalesces runnables into one.Eugene Ostroukhov1-19/+61
2012-05-11Bug 379277: Address FindBugs issues for DSF Marc Khouzam10-17/+31
2012-05-11Bug 317173: Remove unnecessary @SuppressWarnings and fix the warning properly...Marc Khouzam1-2/+2
2012-04-30Bug 376236 - [breakpoints] Create event breakpoints using breakpoint properti...Scott Tepavich1-1/+15
2012-04-25Bug 330974: If the user selects multiple nodes in the debug view most debug c...Marc Khouzam4-41/+288
2012-04-20Bug 317173: Cleanup warnings for DSF-GDB.Marc Khouzam1-1/+1
2012-04-12Bug 373468 - "Add new expression" node in Expressions view disappears when Ex...Pawel Piech2-16/+67
2012-04-10Bug 376443 - [expressions] Adding multiple expressions to view can leave the ...Pawel Piech2-2/+7
2012-04-03Bug 374512 - breakpointContribution does not support customPawel Piech4-4/+90
2012-03-21Revert "Temporarily restored compatibility with Eclipse 3.7."Sergey Prigogin11-47/+452
2012-03-21Temporarily restored compatibility with Eclipse 3.7.Sergey Prigogin11-452/+47
2012-03-20Bug 374835 - [disassembly] Toggle breakpoint actions don't work disassembly e...Pawel Piech1-1/+1
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its propertiesPawel Piech10-15/+412
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its properties prior to cre...Pawel Piech1-32/+40
2012-03-08Bug 371012 - Number format pull down menu need to get choices from service or...Winndie Lai3-8/+104
2012-03-06Bug 370462: Revert FormattedValueVMUtil to remove previous contribution as it...Marc Khouzam1-33/+2
2012-03-06Bug 370462: Improving the debug preferences - add support for different chars...Marc Khouzam1-3/+1
2012-03-06Bug 370462: Improving the debug preferences - add support for different chars...Mathias Kunter2-3/+36
2012-02-23Bug 370560 - Run to line not show up in breadcrumb modePawel Piech1-146/+30
2012-02-08Bug 360280 - [breakpoints] Reposition breakpoints when planted on invalid lin...Pawel Piech5-39/+150
2012-02-06Bug 369998 - IBreakpointLocationProvider methods need a target orPatrick Chuong3-30/+41
2012-01-26Bug 365541 - View an array variable whose length is very long (such asMikhail Khodjaiants3-7/+82
2012-01-17Code cleanup, mostly about missing @OverrideMarc Khouzam2-3/+8
2012-01-05Bug 364405 - [disassembly] Multiple instruction pointersPatrick Chuong1-5/+32
2012-01-04Bug 367808: Cleanup new warnings for missing @Override for Java 6 in cdt.dsf ...Marc Khouzam170-330/+1321
2011-12-21Bug 366942 - [disassembly] Extension point for contributing ruler columnsAnton Leherbauer15-423/+665
2011-12-14Bug 353351 - DisassemblyBackendDsf.retrieveFrameAddressInSessionThread()Patrick Chuong2-23/+21

Back to the top