Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Couple issues with DSF

2009/2/13 Marc Khouzam <marc.khouzam@xxxxxxxxxxxx>:
> Bug is fixed.  Can you update your workspace and try
> your ARM remote debug?

Tested on I200902201236. Now it works. Thank you!

I've encountered another problem. I cannot see DSF disassembly. It
shows me error message that this view was failed to create. Here is
the stack dump provided:

java.lang.NumberFormatException: Zero length BigInteger
	at java.math.BigInteger.<init>(Unknown Source)
	at java.math.BigInteger.<init>(Unknown Source)
	at org.eclipse.cdt.dsf.debug.internal.ui.disassembly.model.BreakpointsAnnotationModel.decodeAddress(BreakpointsAnnotationModel.java:204)
	at org.eclipse.cdt.dsf.debug.internal.ui.disassembly.model.BreakpointsAnnotationModel.createPositionFromBreakpoint(BreakpointsAnnotationModel.java:159)
	at org.eclipse.cdt.dsf.debug.internal.ui.disassembly.model.BreakpointsAnnotationModel.addBreakpointAnnotation(BreakpointsAnnotationModel.java:133)
	at org.eclipse.cdt.dsf.debug.internal.ui.disassembly.model.BreakpointsAnnotationModel.addBreakpoints(BreakpointsAnnotationModel.java:78)
	at org.eclipse.cdt.dsf.debug.internal.ui.disassembly.model.BreakpointsAnnotationModel.connect(BreakpointsAnnotationModel.java:53)
	at org.eclipse.jface.text.source.AnnotationModel.addAnnotationModel(AnnotationModel.java:965)
	at org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyPart.attachBreakpointsAnnotationModel(DisassemblyPart.java:2455)
	at org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyPart.resetViewer(DisassemblyPart.java:2510)
	at org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyPart.debugContextChanged(DisassemblyPart.java:2372)
	at org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyPart.setDebugContext(DisassemblyPart.java:2336)
	at org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyPart.updateDebugContext(DisassemblyPart.java:2303)
	at org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyPart.createPartControl(DisassemblyPart.java:796)
	at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:371)
	at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:230)
	at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
	at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2170)
	at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1065)
	at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:3807)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
	at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3804)
	at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3780)
	at org.eclipse.cdt.dsf.debug.ui.actions.DsfSteppingModeTarget.enableInstructionStepping(DsfSteppingModeTarget.java:44)
	at org.eclipse.cdt.debug.internal.ui.actions.ToggleInstructionStepModeActionDelegate.run(ToggleInstructionStepModeActionDelegate.java:98)
	at org.eclipse.cdt.debug.internal.ui.actions.ToggleInstructionStepModeActionDelegate.runWithEvent(ToggleInstructionStepModeActionDelegate.java:115)
	at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:412)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3875)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3470)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2388)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2352)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2204)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:333)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1270)


Back to the top