Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330971 - edc - inline processing - move logic to calculate whether in inline to Stack.java
Summary: edc - inline processing - move logic to calculate whether in inline to Stack....
Status: RESOLVED WONTFIX
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-edc (show other bugs)
Version: 7.0.1   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Ken Ryall CLA
QA Contact: Ken Ryall CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 330972
  Show dependency tree
 
Reported: 2010-11-23 15:54 EST by Kirk Beitz CLA
Modified: 2019-12-30 18:39 EST (History)
1 user (show)

See Also:


Attachments
patch to Stack.java (dependent upon patch to Bug 330969 (16.84 KB, patch)
2010-11-23 15:54 EST, Kirk Beitz CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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/