From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Duffek To: jimb@cygnus.com Cc: ezannoni@cygnus.com, gdb-patches@sources.redhat.com, taylor@candd.org Subject: Re: [RFA] findvar.c: support LOC_BASEREG[_ARG] on Harvard archs Date: Mon, 16 Jul 2001 15:59:00 -0000 Message-id: <200107162259.f6GMxMN20906@rtl.cygnus.com> References: X-SW-Source: 2001-07/msg00404.html On 16-Jul-2001, Jim Blandy wrote: >Nick Duffek writes: >> Aren't LOC_INDIRECT addresses from the symbol table and therefore already >> Harvard-adjusted? >SYMBOL_VALUE_ADDRESS (var) is already an address, but the value >returned by read_memory_unsigned_integer will not be. Oh, right. >> I think that architectures already handle this in their own >> FRAME_ARGS_ADDRESS implementations, so this would do double pointer >> translation. >Similar --- read_memory_unsigned_integer will return a value which >needs to be tweaked. Likewise. >Your revisions below look okay to me. I've committed those, Nick