Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 330971

Summary: edc - inline processing - move logic to calculate whether in inline to Stack.java
Product: [Tools] CDT Reporter: Kirk Beitz <kirk.beitz>
Component: cdt-debug-edcAssignee: Ken Ryall <ken.ryall>
Status: RESOLVED WONTFIX QA Contact: Ken Ryall <ken.ryall>
Severity: normal    
Priority: P3 CC: cdtdoug
Version: 7.0.1   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:
Bug Depends on:    
Bug Blocks: 330972    
Attachments:
Description Flags
patch to Stack.java (dependent upon patch to Bug 330969 none

Description Kirk Beitz CLA 2010-11-23 15:54:27 EST
Created attachment 183713 [details]
patch to Stack.java (dependent upon patch to Bug 330969

Bug 330969 is concerned with improving the logic in ModuleLineEntryProvider.java to better handle all of the cases of inline stepping.

part of the solution is to extract the logic concerning whether the current instruction pointer is pointing to an inline (which affects the name and the format of the name shown in the debug stack view).

the attached patch shows this logic extracted separately to Stack.java.
Comment 1 Jonah Graham CLA 2019-12-30 18:39:53 EST
(this is part of a batch change)

The Eclipse CDT EDC (https://wiki.eclipse.org/CDT/cdt-debug-edc) is now obsolete and has not had any active development since 2011. Therefore the still open bugs are being marked as wontfix.

The git repo for the project still exists for posterity at https://git.eclipse.org/c/cdt/org.eclipse.cdt.edc.git/