Re: [GD-Linux] watch/awatch?
Brought to you by:
vexxed72
From: Ryan C. G. <ic...@cl...> - 2001-11-16 08:10:26
|
(Said Steve Baker in an email presumably meant for the list: :) ) > It's a long-shot but yaybe the compiler optimised out all those > useless assignments? 0x80483c6 <main+6>: movl $0x5,0xfffffffc(%ebp) 0x80483cd <main+13>: movl $0xa,0xfffffffc(%ebp) 0x80483d4 <main+20>: movl $0xf,0xfffffffc(%ebp) They are definitely there. I'm willing to believe that my GDB is old/buggy/miscompiled, since Daniel is having more luck than I. I'll try a CVS version of GDB later and report back. I remember having miseries with this when working on Descent3, too, though...it will definitely be nice to be able to track an arbitrary chunk of memory though a jazillion lines of code, though. --ryan. |