>>>>> "Jim" == Jim Meyering <j...@meyering.net> writes:
Jim> That is correct. It is a feature of gdb-7.0 and newer. Jim> You can inspect (watch/break-at/etc.) the same address and expect it Jim> to refer to the same memory location in multiple invocations. Jim> This makes gdb's command-line history even more useful. gdb defaults to this for development convenience. You can change it though, see "set disable-randomization". Tom