Bug 489501 - [memory] Add API to resolve the default memory space id
Summary: [memory] Add API to resolve the default memory space id
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf (show other bugs)
Version: 9.0.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 9.0.0   Edit
Assignee: Alvaro Sanchez-Leon CLA
QA Contact: Marc Khouzam CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-13 13:27 EDT by Alvaro Sanchez-Leon CLA
Modified: 2016-04-19 09:32 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 2016-03-13 13:27:05 EDT
When using memory spaces, a back end may sometimes qualify an address
to specify the memory space this address belongs to e.g. MI interface
however to minimize impacts the memory space may not always be present
e.g. as it will use it to refer to the default memory space.

However DSF-GDB has no means to know what is the default memory space
to apply to e.g. and address resulting from an expression.

This change introduces a new API to request the memory service for the
default memory space.
Comment 1 Eclipse Genie CLA 2016-03-13 13:30:17 EDT
New Gerrit change created: https://git.eclipse.org/r/68296
Comment 3 Marc Khouzam CLA 2016-04-10 20:19:15 EDT
Are we done with this bug?
Comment 4 Alvaro Sanchez-Leon CLA 2016-04-19 09:32:39 EDT
I am marking this issue as Fixed

Thanks for the reminder Marc K.