* linux-low.c (linux_read_memory): Change return type to
authorDaniel Jacobowitz <drow@false.org>
Fri, 5 Mar 2004 03:43:19 +0000 (03:43 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 5 Mar 2004 03:43:19 +0000 (03:43 +0000)
commitc3e735a6a3d7b849b44f102a0c3e2722d49666b7
tree624482b0563448cde74e4eb0b15a82dcfd18d4ba
parentd81510055c95d786c5ce789b1e96f9919f91b05a
* linux-low.c (linux_read_memory): Change return type to
int.  Check for and return error from ptrace().
* target.c (read_inferior_memory): Change return type to int.  Pass
back return status from the_target->read_memory().
* target.h (struct target_ops): Adapt *read_memory() prototype.
Update comment.
(read_inferior_memory): Adapt prototype.
* server.c (main): Return an error packet if
read_inferior_memory() returns an error.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/server.c
gdb/gdbserver/target.c
gdb/gdbserver/target.h
This page took 0.040762 seconds and 4 git commands to generate.