From: Pedro Alves Date: Fri, 3 Apr 2009 11:40:02 +0000 (+0000) Subject: * linux-low.c (usr_store_inferior_registers): Declare local `pid' X-Git-Tag: sid-snapshot-20090501~251 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55ac2b9961c5571dd786de658d38384aa6e8a816;p=external%2Fbinutils.git * linux-low.c (usr_store_inferior_registers): Declare local `pid' variable. --- diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 6159aca..3e45873 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2009-04-02 Pedro Alves + + * linux-low.c (usr_store_inferior_registers): Declare local `pid' + variable. + 2009-04-01 Pedro Alves Implement the multiprocess extensions, and add linux multiprocess diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c index eccc2e1..cb6b1b4 100644 --- a/gdb/gdbserver/linux-low.c +++ b/gdb/gdbserver/linux-low.c @@ -1985,6 +1985,7 @@ usr_store_inferior_registers (int regno) CORE_ADDR regaddr; int i, size; char *buf; + int pid; if (regno >= 0) {