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: Should we be able to read simulator memory immediately after a "load" command?


On Fri, 2 Jul 2010 09:46:21 -0700
Kevin Buettner <kevinb@redhat.com> wrote:

> I'll post it as a two-parter, the first part moves the static globals
> into a per-inferior struct and makes the necessary adjustments to the
> code.  The second part will add `has_memory' and `has_all_memory'
> methods in addition to adjusting gdbsim_xfer_inferior_memory(), thus
> fixing the problem that lead me down this path at the outset.

See:

    http://sourceware.org/ml/gdb-patches/2010-07/msg00059.html

and

    http://sourceware.org/ml/gdb-patches/2010-07/msg00060.html

Kevin


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