|
From: David M. <dm...@gm...> - 2005-11-19 08:30:06
|
On 11/18/05, Julian Seward <js...@ac...> wrote: > > > Another thing is, V's address space layout isn't necessarily going to be > the same as when running natively. Use flags -d -d (twice) to see the > actual memory layout at client startup; that will tell you where the > executable/.so's really are. Thanks! It looks like this clears up some of the confusion -- the 0x3A... addresses turn out to correspond to ld-2.2.3.so <http://ld-2.2.3.so> . Then later I see addresses starting with 0x80.. as expected. I think I may just be seeing more PCs from my tool than from gdb. I will double-check the load and store addresses I was seeing, as well= . If I see any more problems I will let you all know and post my instrumentation routine. -David Molnar |