Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 311564
Collapse All | Expand All

(-)src/org/eclipse/cdt/dsf/debug/model/DsfMemoryBlockRetrieval.java (+12 lines)
Lines 474-479 Link Here
474
	                	valueDmc, 
474
	                	valueDmc, 
475
	                    new DataRequestMonitor<FormattedValueDMData>(getExecutor(), drm) {
475
	                    new DataRequestMonitor<FormattedValueDMData>(getExecutor(), drm) {
476
	            			@Override
476
	            			@Override
477
							protected void handleCompleted() {
478
	            				try {
479
	            					super.handleCompleted();
480
	            				} catch (RuntimeException ex) {
481
	            					setStatus(new Status(IStatus.ERROR,
482
	            							DsfPlugin.PLUGIN_ID, DebugException.INTERNAL_ERROR,
483
	            							"Error evaluating memory address (ExecutionException).", ex)); //$NON-NLS-1$
484
	            					handleError();
485
	            				}
486
							}
487
488
							@Override
477
	            			protected void handleSuccess() {
489
	            			protected void handleSuccess() {
478
	            				// Store the result
490
	            				// Store the result
479
	            				FormattedValueDMData data = getData();
491
	            				FormattedValueDMData data = getData();

Return to bug 311564