Hello, Following a discussion that started in: http://www.sourceware.org/ml/gdb-patches/2006-04/msg00345.html And then was followed up a patch proposal at: http://www.sourceware.org/ml/gdb-patches/2006-04/msg00367.html It was decided to undeprecate the deprecated_read_memory_nobpt function. The following patch makes that change. The change itself was done mechanically with perl. * 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. Built and tested on x86-linux. No regression. This is the first step for another i386 patch that I will submit shortly. OK to apply? Thanks, -- Joel