Tue, 01 Dec 2009 15:38:50 -0600 Added UIDs to the widgets
rsaid [Tue, 01 Dec 2009 15:38:50 -0600] rev 119
Added UIDs to the widgets
Tue, 24 Nov 2009 19:18:36 -0600 Don't log failure in setting breakpoint as error in Error Log view.
l12wang [Tue, 24 Nov 2009 19:18:36 -0600] rev 118
Don't log failure in setting breakpoint as error in Error Log view.
Mon, 23 Nov 2009 00:59:16 -0600 Overhauled BreakpointsMediator to support both EDC and GDB properly. See Eclipse bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=292468
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
Tue, 17 Nov 2009 14:33:45 -0600 Turn off DSF detail pane preference to allow other detail panes to be default
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
Thu, 12 Nov 2009 07:54:56 -0600 merge with further dsf debug hover changes in CDT
dadubrow [Thu, 12 Nov 2009 07:54:56 -0600] rev 115
merge with further dsf debug hover changes in CDT
Wed, 11 Nov 2009 16:36:23 -0600 Changes corresponding to BreakpointsMediator change.
l12wang [Wed, 11 Nov 2009 16:36:23 -0600] rev 114
Changes corresponding to BreakpointsMediator change.
Wed, 11 Nov 2009 16:33:19 -0600 Changes corresponding to BreakpointsMediator change.
l12wang [Wed, 11 Nov 2009 16:33:19 -0600] rev 113
Changes corresponding to BreakpointsMediator change.
Wed, 11 Nov 2009 14:48:30 -0600 Reworked BreakpointsMediator. See Eclipse bug 292468.
l12wang [Wed, 11 Nov 2009 14:48:30 -0600] rev 112
Reworked BreakpointsMediator. See Eclipse bug 292468.
Tue, 10 Nov 2009 09:58:50 -0600 merge debug text hover support with CDT
dadubrow [Tue, 10 Nov 2009 09:58:50 -0600] rev 111
merge debug text hover support with CDT
Thu, 05 Nov 2009 15:17:54 -0600 Bug 10071 - add support for debug hovers to DSF
dadubrow [Thu, 05 Nov 2009 15:17:54 -0600] rev 110
Bug 10071 - add support for debug hovers to DSF
Wed, 04 Nov 2009 15:15:02 -0600 write .branch.txt to make the new head RCL_2_2
cawthron [Wed, 04 Nov 2009 15:15:02 -0600] rev 109
write .branch.txt to make the new head
Wed, 04 Nov 2009 15:14:56 -0600 write .branch.txt to make the new head RCL_2_4
cawthron [Wed, 04 Nov 2009 15:14:56 -0600] rev 108
write .branch.txt to make the new head
Wed, 04 Nov 2009 15:12:39 -0600 add branch RCL_2_4 RCL_2_4
cawthron [Wed, 04 Nov 2009 15:12:39 -0600] rev 107
add branch RCL_2_4
Tue, 03 Nov 2009 15:25:26 -0600 changed qualifier for org.eclipse.platform-feature
Matt Salmo <matt.salmo@nokia.com> [Tue, 03 Nov 2009 15:25:26 -0600] rev 106
changed qualifier for org.eclipse.platform-feature
Fri, 30 Oct 2009 10:27:11 -0500 let expression getAddress() return a string, such as register name or invalid access message
Steve Sobek <steve.sobek@nokia.com> [Fri, 30 Oct 2009 10:27:11 -0500] rev 105
let expression getAddress() return a string, such as register name or invalid access message
Thu, 15 Oct 2009 15:38:06 -0500 remove redundant call to updateBreakpointStatus() on removing breakpoints, fixing the bug that on second debug session breakpoints are not marked as resolved.
l12wang [Thu, 15 Oct 2009 15:38:06 -0500] rev 104
remove redundant call to updateBreakpointStatus() on removing breakpoints, fixing the bug that on second debug session breakpoints are not marked as resolved.
Wed, 14 Oct 2009 15:28:00 -0500 fix bug in breakpoint mediator andchange breakpoint attribute translator api to allow showing resolved breakpoints
dadubrow [Wed, 14 Oct 2009 15:28:00 -0500] rev 103
fix bug in breakpoint mediator andchange breakpoint attribute translator api to allow showing resolved breakpoints
Tue, 13 Oct 2009 11:12:39 -0500 merge bug 9800 from tip RCL_2_2
timkelly [Tue, 13 Oct 2009 11:12:39 -0500] rev 102
merge bug 9800 from tip
Mon, 12 Oct 2009 15:55:57 -0500 Access to session list: CDT bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=292070
ryall [Mon, 12 Oct 2009 15:55:57 -0500] rev 101
Access to session list: CDT bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=292070
Thu, 08 Oct 2009 18:13:59 -0500 Merge with ba6179dfe20e3a949de0612e01bd71d0e6918b78
l12wang [Thu, 08 Oct 2009 18:13:59 -0500] rev 100
Merge with ba6179dfe20e3a949de0612e01bd71d0e6918b78
Thu, 08 Oct 2009 17:43:28 -0500 Fixed the bug that symbol address is wrongly fixed up. With this we can correctly set breakpoint at a symbol, e.g. for any symbol specified in stop-at-main preference UI.
l12wang [Thu, 08 Oct 2009 17:43:28 -0500] rev 99
Fixed the bug that symbol address is wrongly fixed up. With this we can correctly set breakpoint at a symbol, e.g. for any symbol specified in stop-at-main preference UI.
Thu, 08 Oct 2009 17:58:14 -0500 Don't add duplicate symbols with 0 size to the global symbol table
vprikhod [Thu, 08 Oct 2009 17:58:14 -0500] rev 98
Don't add duplicate symbols with 0 size to the global symbol table
Mon, 21 Sep 2009 09:18:33 -0500 fix for cdt bug 263987 (slightly different from our proposal but just as effective)
timkelly [Mon, 21 Sep 2009 09:18:33 -0500] rev 97
fix for cdt bug 263987 (slightly different from our proposal but just as effective)
Tue, 15 Sep 2009 10:25:52 -0500 refactor to use AbstractCLaunchDelegate (bug 9762)
timkelly [Tue, 15 Sep 2009 10:25:52 -0500] rev 96
refactor to use AbstractCLaunchDelegate (bug 9762)
Thu, 10 Sep 2009 14:08:35 -0500 fix bug 9800 - add back in missing children of nested source paths
timkelly [Thu, 10 Sep 2009 14:08:35 -0500] rev 95
fix bug 9800 - add back in missing children of nested source paths
Wed, 09 Sep 2009 12:47:57 -0500 extend DSF to support state change reason details (https://bugs.eclipse.org/bugs/show_bug.cgi?id=288962)
wpaul [Wed, 09 Sep 2009 12:47:57 -0500] rev 94
extend DSF to support state change reason details (https://bugs.eclipse.org/bugs/show_bug.cgi?id=288962)
Wed, 09 Sep 2009 11:13:29 -0500 write .branch.txt to make new head
Matt Salmo <matt.salmo@nokia.com> [Wed, 09 Sep 2009 11:13:29 -0500] rev 93
write .branch.txt to make new head
Wed, 09 Sep 2009 11:11:36 -0500 write .branch.txt to make new head RCL_2_2
Matt Salmo <matt.salmo@nokia.com> [Wed, 09 Sep 2009 11:11:36 -0500] rev 92
write .branch.txt to make new head
Wed, 09 Sep 2009 11:09:00 -0500 add branch RCL_2_2 RCL_2_2
Matt Salmo <matt.salmo@nokia.com> [Wed, 09 Sep 2009 11:09:00 -0500] rev 91
add branch RCL_2_2
Fri, 04 Sep 2009 15:44:15 -0500 remove source.ant_tasks from org.eclipse.core.resources/build.properties
cawthron [Fri, 04 Sep 2009 15:44:15 -0500] rev 90
remove source.ant_tasks from org.eclipse.core.resources/build.properties
(0) -100 -50 -30 tip