This is the mail archive of the gdb-prs@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: gdb/802: Deprecate extract_address()


The following reply was made to PR gdb/802; it has been noted by GNATS.

From: Kevin Buettner <kevinb@redhat.com>
To: ac131313@redhat.com, gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: gdb/802: Deprecate extract_address()
Date: Thu, 31 Oct 2002 16:21:49 -0700

 On Oct 21,  7:07pm, ac131313@redhat.com wrote:
 
 > It's been replaced by
 > 
 > read_memory_typed_address() (I wonder if someone is going to want a
 > shorter read_memory_data_address() and/or
 > read_memory_code_address()).
 
 This doesn't sound right to me.  From my reading of the code, it looks
 to me like extract_typed_address() is the replacement.  In some cases,
 read_memory_data_address() may be used to fetch memory and then
 extract an address.
 
 Kevin


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