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 329682 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/cdt/dsf/debug/internal/ui/disassembly/DisassemblyPart.java (-1 / +1 lines)
Lines 2952-2958 Link Here
2952
    			try {
2952
    			try {
2953
    				return DisassemblyUtils.decodeAddress(st.nextToken());
2953
    				return DisassemblyUtils.decodeAddress(st.nextToken());
2954
    			} catch (Exception e) {
2954
    			} catch (Exception e) {
2955
    				logWarning("Failed to evaluate expression " + expr, e); //$NON-NLS-1$
2955
    				// do nothing, return unknown location
2956
    			}
2956
    			}
2957
    		}
2957
    		}
2958
    	}
2958
    	}

Return to bug 329682