Bug 483410 - [standalone] Use GDB to resolve source files when parsing the Elf binary does not succeed
Summary: [standalone] Use GDB to resolve source files when parsing the Elf binary does...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: Next   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-01 15:01 EST by Alvaro Sanchez-Leon CLA
Modified: 2020-09-04 15:19 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alvaro Sanchez-Leon CLA 2015-12-01 15:01:19 EST

    
Comment 1 Alvaro Sanchez-Leon CLA 2015-12-01 15:07:33 EST
The stand alone debugger currently uses Elf/Dwarf parsing to resolve the source file dependencies of a binary. 
  There are situations where the elf file may have a customized layout and the local parser(s) may not succeed. 
   For this cases however a corresponding GDB stub needs to understand and properly parse a customized layout. 
  The stand alone debugger can then try resolving the source files via the associated GDB using the command "info sources", 

This bug will track the implementation of this alternative.

A proposed solution will follow shortly.
Comment 2 Eclipse Genie CLA 2015-12-01 16:15:45 EST
New Gerrit change created: https://git.eclipse.org/r/61703