This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

per core memory for core files


On machines with core unique memory, there is no way to represent that memory presently.  We can represent per core registers with .reg/<n>, so, we logically, we want to use .data/<n> for memory relevant to the core that .reg/<n> is relevant for.  This patch does this.

Patches against gdb-7.0.


Attachment: gdb-corelocalmem.patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]