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]

Re: [unavailable values part 1, 05/17] move traceframe memory reading fallback to read-only sections to GDB side


On Mon, 07 Feb 2011 15:30:29 +0100, Pedro Alves wrote:
> +/* Using the set of read-only target sections of OPS, read live
> +   read-only memory.  Note that the actual reads start from the
> +   top-most target again.  */

/* The return is the same as that of target_read.  */

> +
> +static LONGEST
> +memory_xfer_live_readonly_partial (struct target_ops *ops,
> +				   enum target_object object,
> +				   gdb_byte *readbuf, ULONGEST memaddr,
> +				   LONGEST len)
> +{


Thanks,
Jan


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