[patch/rfc] Deprecate read_memory_nobpt

Andrew Cagney cagney@gnu.org
Thu Jun 10 17:30:00 GMT 2004


>    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




More information about the Gdb-patches mailing list