* gdbcore.h (read_memory_nobpt): New function name instead of
authorJoel Brobecker <brobecker@gnat.com>
Tue, 8 Aug 2006 21:32:48 +0000 (21:32 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 8 Aug 2006 21:32:48 +0000 (21:32 +0000)
commit359a926234e5b72f99e7e60d46b4886b5c9af0b2
treefd438881b8692fc4a8a217b2c29678ad8181dec0
parent3841debee75d8a9718412490bfc147342861c777
    * gdbcore.h (read_memory_nobpt): New function name instead of
        deprecated_read_memory_nobpt.
        * breakpoint.c (read_memory_nobpt): New function name instead
        of deprecated_read_memory_nobpt.
        Adjust calls to old deprecated_read_memory_nobpt accordingly.
        * alpha-tdep.c: Adjust calls to deprecated_read_memory_nobpt
        accordingly.
        * alphanbsd-tdep.c: Likewise.
        * frame.c: Likewise.
        * frv-tdep.c: Likewise.
        * hppa-linux-tdep.c: Likewise.
        * hppa-tdep.c: Likewise.
        * i386-linux-nat.c: Likewise.
        * m68klinux-tdep.c: Likewise.
        * mips-tdep.c: Likewise.
        * s390-tdep.c: Likewise.
13 files changed:
gdb/ChangeLog
gdb/alpha-tdep.c
gdb/alphanbsd-tdep.c
gdb/breakpoint.c
gdb/frame.c
gdb/frv-tdep.c
gdb/gdbcore.h
gdb/hppa-linux-tdep.c
gdb/hppa-tdep.c
gdb/i386-linux-nat.c
gdb/m68klinux-tdep.c
gdb/mips-tdep.c
gdb/s390-tdep.c
This page took 0.025437 seconds and 4 git commands to generate.