Bug 489607 - Changing source locator path substitutions with full path on in Debug view does not update until refresh
Summary: Changing source locator path substitutions with full path on in Debug view do...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: Next   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: 2016-03-14 19:40 EDT by Jonah Graham CLA
Modified: 2020-09-04 15:17 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 2016-03-14 19:40:34 EDT
Bug 472765 is adding support for path substitutions handled by GDB. In that case, if full paths are on and path substitutions are changed the Debug View does not update.

One possible option is to send an event when path substitutions change to notify interested parties to refresh. This event may be dispatched from org.eclipse.cdt.dsf.gdb.launching.GdbSourceLookupParticipant.sourceContainersChangedOnDispatchThread(ISourceLookupDirector, RequestMonitor).