Bug 478805 - directory lookup source containers not working in GDB >= 7.6
Summary: directory lookup source containers not working in GDB >= 7.6
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 8.8.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-01 08:51 EDT by Jonah Graham CLA
Modified: 2020-09-04 15:16 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 Jonah Graham CLA 2015-10-01 08:51:12 EDT
As part of the work for Bug 472765 I identified that versions of GDB >= 7.6 did
not work as expected when use directory lookup source containers. See
https://git.eclipse.org/r/#/c/52068/7/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/src/org/eclipse/cdt/tests/dsf/gdb/tests/tests_7_6/SourceLookupTest_7_6.java@41
for some discussion on the issue.

I'll pull the relevant tests out of Bug 472765 so they can be part of this bug
for further investigation.