This is the mail archive of the gdb-patches@sources.redhat.com 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: [patch/rfc] Deprecate read_memory_nobpt


   Date: Thu, 10 Jun 2004 11:26:42 -0400
   From: Andrew Cagney <cagney@gnu.org>

Hello,

This deprecates read_memory_nobpt. Code can instead use get_frame_memory and/or more explicit target methods.

Can they?  The idea behind read_memory_nobpt was that you'd get the
"true" memory contents even with breakpoints inserted.

get_frame_memory returns an inferior's "true" memory contents (the current implementation, a "temporary hack", even calls read_memory_nobpt :-).


Andrew



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