dadubrow [Tue, 13 Apr 2010 09:45:35 -0500] rev 139
mmerge
dadubrow [Mon, 12 Apr 2010 15:01:49 -0500] rev 138
bug 11072 - fix problems with formatting around const functions
stechong [Thu, 25 Feb 2010 23:36:03 -0600] rev 137
Better fix for Bug 10689.
stechong [Thu, 25 Feb 2010 23:33:10 -0600] rev 136
(no commit message)
stechong [Wed, 24 Feb 2010 15:38:39 -0600] rev 135
Fix for Bug 10689, binaries disappearing when added to the Executables view.
stechong [Wed, 24 Feb 2010 15:32:04 -0600] rev 134
Fix for Bug 10689, binaries disappearing when added to the Executables view.
dadubrow [Wed, 10 Feb 2010 13:34:53 -0600] rev 133
fix bug where project descriptor listeners could not be removed
dadubrow [Wed, 10 Feb 2010 13:31:11 -0600] rev 132
fix bug where project descriptor listeners could not be removed
l12wang [Thu, 28 Jan 2010 17:33:54 -0600] rev 131
Fixed a NPE. Note it's already fixed in CDT head.
ryall [Thu, 14 Jan 2010 17:13:39 -0600] rev 130
Bug 299167, turn the Variable View's Address column into a Location column.
ryall [Tue, 12 Jan 2010 07:49:28 -0600] rev 129
Bug 299167, turn the Variable View's Address column into a Location column.
timkelly [Tue, 15 Dec 2009 14:30:07 -0600] rev 128
fix bug 10386 (mrege from CDT 6.0.1 HEAD)
timkelly [Tue, 15 Dec 2009 14:25:31 -0600] rev 127
fix bug 10386 (mrege from CDT 6.0.1 HEAD)
fturovic <frank.turovich@nokia.com> [Fri, 04 Dec 2009 16:14:47 -0600] rev 126
added anchors to CDT manual for inserting EDC content
fturovic <frank.turovich@nokia.com> [Fri, 04 Dec 2009 16:12:18 -0600] rev 125
added DS_Store to ignore file
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 14:32:55 -0600] rev 124
Merge commit
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 14:31:59 -0600] rev 123
Fixes for GNU ld error parsing. Reported in <https://bugs.eclipse.org/bugs/show_bug.cgi?id=296966>
l12wang [Wed, 02 Dec 2009 18:27:49 -0600] rev 122
backed out all changes related to BreakpointsMediator and moved the new mediator into EDC to be an EDC-specific service. Two problems solved here:
1. It will take some time for Pawel (and other DSF/GDB committers) to review and accept the big change to the mediator, namely the new mediator won't get into CDT repository for who knows how long. That would make EDC debugger in CDT repository a handicapped debugger (breakpoints not shown as resolved, disabled breakpoint still stops program, breakpoints in inline-function do not work well, etc).
2. All mediator related change is kept in our local CDT repository, which makes Ken's life harder when he tries to sync it with upstream.
dadubrow [Wed, 02 Dec 2009 09:47:49 -0600] rev 121
back out changes to cdt - will add to carbide override
rsaid [Tue, 01 Dec 2009 15:46:33 -0600] rev 120
Added a line that was deleted by mistake:
fDisableBuildButton.setToolTipText(LaunchMessages.getString("CMainTab....."));
rsaid [Tue, 01 Dec 2009 15:38:50 -0600] rev 119
Added UIDs to the widgets
l12wang [Tue, 24 Nov 2009 19:18:36 -0600] rev 118
Don't log failure in setting breakpoint as error in Error Log view.
l12wang [Mon, 23 Nov 2009 00:59:16 -0600] rev 117
Overhauled BreakpointsMediator to support both EDC and GDB properly. See Eclipse bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=292468
dadubrow [Tue, 17 Nov 2009 14:33:45 -0600] rev 116
Turn off DSF detail pane preference to allow other detail panes to be default
dadubrow [Thu, 12 Nov 2009 07:54:56 -0600] rev 115
merge with further dsf debug hover changes in CDT
l12wang [Wed, 11 Nov 2009 16:36:23 -0600] rev 114
Changes corresponding to BreakpointsMediator change.
l12wang [Wed, 11 Nov 2009 16:33:19 -0600] rev 113
Changes corresponding to BreakpointsMediator change.
l12wang [Wed, 11 Nov 2009 14:48:30 -0600] rev 112
Reworked BreakpointsMediator. See Eclipse bug 292468.
dadubrow [Tue, 10 Nov 2009 09:58:50 -0600] rev 111
merge debug text hover support with CDT
dadubrow [Thu, 05 Nov 2009 15:17:54 -0600] rev 110
Bug 10071 - add support for debug hovers to DSF