]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use value_at_lazy() to examine memory values. For x/i this is very
authorAndrew Cagney <cagney@redhat.com>
Tue, 15 Sep 1998 07:50:31 +0000 (07:50 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 15 Sep 1998 07:50:31 +0000 (07:50 +0000)
commitb2d558136175f6ee8b4a1680f06b1df1d5597656
tree8641341719531a633042ac01d36cbfc03919fb12
parentc8ca08efeb7fdf24a183c114f1d087f2621f5b07
Use value_at_lazy() to examine memory values.  For x/i this is very
important as it stops the specified address being fetched twice -
once by value_at() and once somewhere in the disassembler.
gdb/ChangeLog