Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-10Bug 315185 - [hover] When hovering over a macro argument the expansion as a ↵Anton Leherbauer1-8/+75
whole is evaluated
2010-07-14Bug 316905 - DebugMarkerAnnotationModel does not reliably remove annotations ↵Anton Leherbauer1-27/+18
for removed breakpoints
2010-06-19Bug 317226: Disassembly view throws NPE when debugging with CDI. Fix also ↵Teodor Madan1-1/+7
NPE when getting frame address
2010-06-18Bug 317217: IDisassemblyBackend.SetDebugContextResult frame-level field is ↵John Cortell2-12/+6
extraneous
2010-06-18Bug 317226: Disassembly view throws NPE when debugging with CDIJohn Cortell1-12/+28
2010-06-17Bug 316987: Show full paths preference under C/C++->Debug is not really ↵John Cortell3-22/+4
necessary
2010-06-04Bug 315415: always clear a terminated job from pathToJobsMap, and store off ↵Ed Swartz1-6/+6
fetchedExecutables as soon as possible, leaving only UI work to Display#asyncExec().
2010-06-04Bug 315415 fixed performance issues of Executables view, esp. with files ↵Ed Swartz6-95/+334
over networks
2010-06-03Bug 315439 Fix up copyrightVivian Kong67-681/+691
2010-05-28Additional explanationJohn Cortell1-1/+2
2010-05-28javadoc correctionJohn Cortell1-1/+1
2010-05-28Bug 314745: Need to API to expose the address bar text and memory space ID ↵John Cortell1-0/+39
set in Memory Browser
2010-05-27Bug 307272 - Move or Remove disassembly options from the CDebug pref pageKen Ryall1-64/+0
2010-05-27Bug 314700 - TVT36:TCT349: PLK Untranslated tooltip in Executables viewVivian Kong3-8/+21
2010-05-20 Bug 313821: Intermittent NPE during shutdown, in source-not-found handlingJohn Cortell1-3/+4
2010-05-20 Bug 313821: Intermittent NPE during shutdown, in source-not-found handlingJohn Cortell1-2/+6
2010-05-19Bug 312997: Set the default launch delegate using the launch configuration ↵Marc Khouzam1-21/+0
type instead of individual launch configurations. This avoids having the tabs for all launch delegates be created every time, and causing race conditions.
2010-05-14Bug 284573: Do force a preferred launch delegate if the configuration type ↵Marc Khouzam1-5/+2
already has one (which is set in the global preference for preferred launch delegate)
2010-05-14Bug 281970: No longer show the Debugger, Refresh and Source tabs for a Run ↵Marc Khouzam1-5/+16
Configuration. Also, make sure a Run configuration can be used for Debug and vice versa.
2010-05-13Bug 309032: Need APIs to support memory pages (or memory spaces)John Cortell6-184/+216
2010-05-12Bug 312706: Update the enablement of the buttons after they are created.Marc Khouzam1-4/+2
2010-05-04Bug 289526 - [debug view] Migrate the Restart feature to the new one, as ↵Pawel Piech2-142/+0
supported by the platform
2010-04-29Bug 289526 - [debug view] Migrate the Restart feature to the new one, as ↵Pawel Piech1-8/+56
supported by the platform
2010-04-29Move parsing for source file into a job with progress monitor.Ken Ryall1-3/+25
2010-04-29Bug 310093 - Toggle instruction stepping mode issuesAnton Leherbauer2-3/+11
2010-04-28Bug 310443 - DSF Disassembly part cannot locate external source filesAnton Leherbauer1-0/+11
Bug 310171 - DSF disassembly view doesn't display mixed instructions from multiple files
2010-04-27Bug 310672 Remove clones of PixelConverter and replaced with usage of ↵Alena Laskavaia6-71/+11
org.eclipse.jface.layout.PixelConverter
2010-04-26Only refresh the mapping of the source files, not the entire list.Ken Ryall1-2/+2
2010-04-23[309001] Too many debug hovers in PreferencesAnton Leherbauer2-0/+142
2010-04-22[248627] Support "Show Full Path" action for DSFMarc Khouzam2-4/+53
2010-04-20Only create a new source mapping entry for the directory where the missing ↵Ken Ryall1-10/+2
file is found. The old method could pull in more missing files but would also lead to bad results when mapping back to the compilation path.
2010-04-19Prevent opening a new editor each time.Ken Ryall1-0/+9
2010-04-19 Bug 274872 - Repeated '<unknown>' editorKen Ryall2-1/+16
2010-04-19[248627] Fix for ShowFullPaths enablement and preference bug.Marc Khouzam2-11/+28
2010-04-19update copyrightVivian Kong2-2/+3
2010-04-17 Bug 309550: Newly added register group doesn't appear in the viewMikhail Khodjaiants1-3/+35
2010-04-14Commit fix for bug 248610, add "View Memory" support to DSF (Stephen Chong)Ed Swartz2-88/+76
2010-04-12[308933] Event breakpoints icons lack decoratorsJohn Cortell3-13/+26
2010-04-07If the evaluation context is not valid the detail panel should be cleared.Mikhail Khodjaiants1-0/+3
2010-04-06 Bug 308055: Register values are not updated when switching between frames. ↵Mikhail Khodjaiants3-10/+50
CViewerInputProvider should extend existing platform input providers.
2010-04-06[306569] Missing @since tagsMarc Khouzam1-0/+2
2010-04-06 Bug 306569: Dynamic content support for ICDebuggerPageMikhail Khodjaiants2-3/+86
2010-04-05 Bug 308055: Register values are not updated when switching between framesMikhail Khodjaiants13-11/+619
2010-03-24Fix bug 306553 by generalizing Cast To Type / Display As Array UI so it can ↵Ed Swartz3-128/+106
be implemented by adapters. In DSF, add IExpressions2 service to implement this support.
2010-03-17[300718] The delete button in the Breakpoint actions preference page was no ↵Marc Khouzam1-0/+8
longer being called because of the bug fix in bug 300718
2010-03-12[305533] Removed old disassembly view from codebaseJohn Cortell23-2126/+8
2010-03-12[302925] Apply partial workaround for excessive data from GDB also to CDI ↵Anton Leherbauer1-5/+5
back-end
2010-03-11Fixed warningsJohn Cortell1-1/+3
2010-03-11[249223] Make ResumeWithoutSignal retargettable. Add ResumeWithoutSignal ↵Marc Khouzam5-75/+88
action to DSF-GDB, but this is not complete because DSF-GDB does not handle the signal stuff yet.
2010-03-10Open the DSF disassembly view.Ken Ryall1-2/+1

Back to the top