Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
AgeCommit message (Collapse)AuthorFilesLines
2012-04-12Bug 373468 - "Add new expression" node in Expressions view disappears when ↵Pawel Piech2-16/+67
Expression column is deselected
2012-04-10Bug 376443 - [expressions] Adding multiple expressions to view can leave the ↵Pawel Piech2-2/+7
"Add New Expression" at top
2012-04-03Bug 374512 - breakpointContribution does not support customPawel Piech4-4/+90
field editors Also addresses: Bug 374514 - breakpointContribution always add Widgets on top of common properties page Bug 374508 - breakpointContribution does not support restrictions
2012-03-21Revert "Temporarily restored compatibility with Eclipse 3.7."Sergey Prigogin11-47/+452
This reverts commit ef07a1ef1fd345f9f50f8414560c5d2ee6c22f80.
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 ↵Pawel Piech1-1/+1
editor (as opposed to disassembly view)
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its propertiesPawel Piech10-15/+412
prior to creating the breakpoint. - Added support for double-click action modifiers in the Disassembly view. - Added an "Add Breakpoint..." action to the Disassembly view as well. - Converted the Breakpoints view's "Add Watchpoint (C/C++)" action to use a full breakpoint properties dialog when creating a watchpoint. - Added an "Add Function Breakpoint (C/C++)" action to the Breakpoints view. The action opens the full properties dialog and allows user to enter the function name.
2012-03-19Bug 360588 - [breakpoints] Allow user to edit all its properties prior to ↵Pawel Piech1-32/+40
creating the breakpoint.
2012-03-08Bug 371012 - Number format pull down menu need to get choices from service ↵Winndie Lai3-8/+104
or some component instead of hard coding the values
2012-03-06Bug 370462: Revert FormattedValueVMUtil to remove previous contribution as ↵Marc Khouzam1-33/+2
it didn't solve the problem.
2012-03-06Bug 370462: Improving the debug preferences - add support for different ↵Marc Khouzam1-3/+1
charsets and unify DSF and CDI debug preferences. Update to number format changes to avoid API breakage.
2012-03-06Bug 370462: Improving the debug preferences - add support for different ↵Mathias Kunter2-3/+36
charsets and unify DSF and CDI debug preferences
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 ↵Pawel Piech5-39/+150
line (PDA Example - Added updating of C Breakpoint status to set installed flag and update line number)
2012-02-06Bug 369998 - IBreakpointLocationProvider methods need a target orPatrick Chuong3-30/+41
viewsite parameter
2012-01-26Bug 365541 - View an array variable whose length is very long (such asMikhail Khodjaiants3-7/+82
10000) in the editor or Variable View, will cause the interface to die.
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
and cdt.dsf.ui
2011-12-21Bug 366942 - [disassembly] Extension point for contributing ruler columnsAnton Leherbauer15-423/+665
2011-12-14Bug 353351 - DisassemblyBackendDsf.retrieveFrameAddressInSessionThread()Patrick Chuong2-23/+21
shows an error message to the user if stack.getFrameData fails.
2011-12-13Bug 366446 - [test] DSF tests don't compile against platform 4.2M4Pawel Piech8-26/+24
2011-12-12Bug 365966: Convenience RequestMonitor classes using ImmediateExecutorWilliam R. Swanson3-0/+102
2011-12-09Bug 366173 - [disassembly] Extract base class from ↵Anton Leherbauer2-63/+98
BreakpointsAnnotationModel for custom annotations
2011-12-07Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM)Pawel Piech2-0/+12
utilities for DSF (Fixed API tooling errors).
2011-12-01Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) -Pawel Piech5-0/+1462
Added missing files from last commit.
2011-11-30Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM)Pawel Piech9-178/+290
utilities for DSF - Added an ACPM example to DSF examples plugin.
2011-11-04Cleanup of obsolete api filtersAnton Leherbauer2-58/+11
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin6-6/+6
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin6-6/+6
2011-10-18Switched to Java 1.6.Sergey Prigogin4-8/+8
2011-10-17Changed the execution environment to JavaSE-1.6Sergey Prigogin2-2/+2
2011-10-05Bug 359783 - (Fix matching of timed-out event contexts and trackingPawel Piech1-11/+19
timed-out flags)
2011-10-05Bug 359783 - (Avoid assertion error in case of inconsistent modelPawel Piech1-3/+4
events)
2011-10-05Bug 359783 - (comment #3: Fixed handling of suspended event to matchPawel Piech1-1/+3
previous behavior)
2011-10-05Bug 359783 - [run control] SteppingController step timeout doesn't workPawel Piech1-27/+67
when container is resumed
2011-09-16Fix invalid bundle versionAnton Leherbauer2-2/+2
2011-09-16Bug 357440 - [disassembly] Add opcode ruler column to the disassembly viewScott Tepavich10-47/+290
2011-09-16Bug 357612 - [disassembly] Missing register tool-tipsScott Tepavich2-16/+43
2011-09-03Fix poms for tycho 0.13.Doug Schaefer1-1/+2
2011-09-02Bug 355833: Thread filter effectively disables a breakpoint at the next sessionMarc Khouzam2-7/+56
2011-09-02Bug 309908 - [vm] VMDelta does not override setIndex()Eugene Ostroukhov3-2/+6
2011-08-30Bug 352888: Add two new "done" methods to RequestMonitor and DataRequestMonitorEugene Ostroukhov3-5/+49
2011-08-04Added .gitignore to dsf examples for generated code.Doug Schaefer1-0/+2
2011-07-21Bug 352795 - [expressions] Enable in-line editing of expressionPawel Piech1-1/+8
activated by File->Rename action.
2011-07-14Bug 351898 - Add guard to populate expression column for variables thatPawel Piech1-2/+5
return error on evaluation.
2011-07-13Bug 352012 - [update policy] "Breakpoint Hit" update policy does notPawel Piech1-0/+24
have a constructor for clearing multiple number format values.
2011-07-12Bug 351898 - [expressions] Invalid expressions do not show errors in thePawel Piech1-1/+22
value column.
2011-06-28Mavenizing CDT releng.Doug Schaefer6-0/+102
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-08Bug 348754 - Update feature copyright statements for IndigoVivian Kong2-2/+2

Back to the top