Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-08-10Bug 315185 - [hover] When hovering over a macro argument the expansion as a w...Anton Leherbauer1-8/+75
2010-07-14Bug 316905 - DebugMarkerAnnotationModel does not reliably remove annotations ...Anton Leherbauer1-27/+18
2010-06-19Bug 317226: Disassembly view throws NPE when debugging with CDI. Fix also NPE...Teodor Madan1-1/+7
2010-06-18Bug 317217: IDisassemblyBackend.SetDebugContextResult frame-level field is ex...John Cortell2-12/+6
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 neces...John Cortell3-22/+4
2010-06-04Bug 315415: always clear a terminated job from pathToJobsMap, and store off f...Ed Swartz1-6/+6
2010-06-04Bug 315415 fixed performance issues of Executables view, esp. with files over...Ed Swartz6-95/+334
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 se...John Cortell1-0/+39
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 ty...Marc Khouzam1-21/+0
2010-05-14Bug 284573: Do force a preferred launch delegate if the configuration type al...Marc Khouzam1-5/+2
2010-05-14Bug 281970: No longer show the Debugger, Refresh and Source tabs for a Run Co...Marc Khouzam1-5/+16
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 sup...Pawel Piech2-142/+0
2010-04-29Bug 289526 - [debug view] Migrate the Restart feature to the new one, as sup...Pawel Piech1-8/+56
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
2010-04-27Bug 310672 Remove clones of PixelConverter and replaced with usage of org.ec...Alena Laskavaia6-71/+11
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 fi...Ken Ryall1-10/+2
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
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 b...Ed Swartz3-128/+106
2010-03-17[300718] The delete button in the Breakpoint actions preference page was no l...Marc Khouzam1-0/+8
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 bac...Anton Leherbauer1-5/+5
2010-03-11Fixed warningsJohn Cortell1-1/+3
2010-03-11[249223] Make ResumeWithoutSignal retargettable. Add ResumeWithoutSignal act...Marc Khouzam5-75/+88
2010-03-10Open the DSF disassembly view.Ken Ryall1-2/+1

Back to the top