Hi, As the code for handle_extended_wait exists today, status can be used uninitialized on line 486 if pull_pid_from_list on line 451 returns true. This near-trivial patch initializes it to zero at the declaration. OK for mainline? Sterling 2012-07-07 Sterling Augustine * gdbserver/linux-low.c (handle_extended_wait): Initialize status.