This is the mail archive of the sid@sources.redhat.com mailing list for the SID 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]

RE: Misaligned read/write of memory by GDB


In response to Frank's comments, I have removed my previous patch and
committed this one in its place.

The cache component now handles misaligned accesses except those which cross
a cache line boundary. For those it returns bus::misaligned

The GDB component reverts to the byte-at-a-time method of access if
bus::misaligned is returned from downstream.

Dave

Attachment: sid-gdbalign.ChangeLog
Description: Binary data

Attachment: sid-gdbalign.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]