Bug 530443 - Add "Sources" view that is filled from GDB's MI equivalent of "info sources"
Summary: Add "Sources" view that is filled from GDB's MI equivalent of "info sources"
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 9.5.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 9.10.0   Edit
Assignee: Baha Elkassaby CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-29 05:37 EST by Jonah Graham CLA
Modified: 2020-04-25 15:55 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonah Graham CLA 2018-01-29 05:37:16 EST
When debugging executables that have been built outside of CDT, CDT provides the "Executables" view that can parse the executable and display the sources within. On the other hand, GDB provides "info sources" to show what sources GDB knows about. This feature request is to provide a view in CDT that shows the same info as "info sources" using the MI command -file-list-exec-source-files.
Comment 1 Eclipse Genie CLA 2018-01-29 07:14:58 EST
New Gerrit change created: https://git.eclipse.org/r/116230
Comment 2 Eclipse Genie CLA 2018-04-23 09:41:29 EDT
New Gerrit change created: https://git.eclipse.org/r/121572
Comment 3 Eclipse Genie CLA 2018-04-23 09:53:55 EDT
New Gerrit change created: https://git.eclipse.org/r/121572
Comment 4 Jonah Graham CLA 2018-05-02 07:39:28 EDT
Pushing this to 9.6, with M7 just around the corner I don't think it will make it into main CDT in time.
Comment 5 Eclipse Genie CLA 2018-07-06 21:11:42 EDT
New Gerrit change created: https://git.eclipse.org/r/125739
Comment 6 Eclipse Genie CLA 2018-08-08 20:13:03 EDT
New Gerrit change created: https://git.eclipse.org/r/127217
Comment 8 Marc-André Laperle CLA 2019-02-24 23:15:51 EST
Resetting Target Milestone since 9.6 is already out.
Comment 10 Jonah Graham CLA 2020-04-25 15:55:17 EDT
This was included in CDT 9.10: https://wiki.eclipse.org/CDT/User/NewIn910#Debug