Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/dsf
AgeCommit message (Collapse)AuthorFilesLines
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
2011-05-26Bug 347255 - [disassembly] NPE in BreakpointsAnnotationModelAnton Leherbauer1-0/+3
2011-05-20Bug 346568 - Update licenses for IndigoVivian Kong4-4/+8
2011-05-13Bug 331232 - There are memory leaks with each GDB debug session (partial fix)Anton Leherbauer1-2/+6
2011-05-06Bug 344842 - [disassembly] NPE when shutting down the workbenchPatrick Chuong1-0/+4
2011-05-05Bug 344768 - [disassembly] The disassembly view does not respect current ↵Anton Leherbauer1-3/+1
line color setting
2011-04-28Bug 343021 - variable/expression/register cell modifier need to try to get ↵Patrick Chuong4-56/+133
element format when in editing values
2011-04-26Bug 343867 - EvaluationContextManager unnecessarily triggers loading of ↵Pawel Piech1-2/+6
org.eclipse.cdt.debug.ui
2011-04-19Bug 343272 - Missing IModelDelta.COLLAPSE delta detailPatrick Chuong1-1/+5
2011-04-15Bug 331629 - [disassembly] pageUp/pageDown scrolling jumps over unknown ↵v201104150807Anton Leherbauer2-10/+76
sections unexpectedly In cooperation with Kirk Beitz
2011-04-14Bug 342791 - NPE in debug expression hover - null frame contextAnton Leherbauer1-22/+30
Patch by Kirk Beitz
2011-04-12Bug 342535 - [disassembly] Don't resolve files to an inaccessible resourceAnton Leherbauer1-1/+1
2011-04-08Bug 332288 - [disassembly] Source lookup problems are logged multiple times ↵Anton Leherbauer1-1/+4
for the same file
2011-04-07Bug 342169 - [disassembly] Breakpoints on external source files are not ↵Anton Leherbauer1-12/+7
displayed
2011-04-01Bug 340478 - Variables/Registers/Expressions view refresh button ↵Patrick Chuong1-5/+10
enable/disable state gets messed up if the view is pinned
2011-03-30Bug 340177 - [breakpoints] Update CDT ToggleBreakpointTargetFactory enablementPatrick Chuong2-1/+71

Back to the top