From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Andrew Cagney Cc: Naushit Sakarvadia , gdb@sources.redhat.com Subject: Re: 8 bit read Date: Tue, 24 Jul 2001 04:49:00 -0000 Message-id: References: <3B5C71DA.2090603@cygnus.com> X-SW-Source: 2001-07/msg00338.html On Mon, 23 Jul 2001, Andrew Cagney wrote: > FYI, J.T.C. was working on infrastructure to teach GDB about memory > attributes. A basic framework is in place only nothing uses it. > I believe his next step was to extend the protocol so that memory > packets could include things like the read size. I think we also need some programmatic interface to define memory attributes. Right now, the only way to do that is with an interactive command, because the rest of the interface is private to memattr.c. I was thinking about using memory attributes to allow GDB access to segments outside the normal address space of the program being debugged. This would need some additions to the memory attributes, but the real show-stopper is that there's no way to define regions and attributes except interactively.