2011-02-27 Michael Snyder <msnyder@vmware.com>
* gdbserver/tracepoint.c (tracepoint_finish_step): Fix loop variable.
This commit is contained in:
parent
b2c0445299
commit
4f269b12df
@ -1,5 +1,8 @@
|
||||
2011-03-10 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* gdbserver/tracepoint.c (tracepoint_finish_step): Fix
|
||||
loop variable.
|
||||
|
||||
* gdbserver/server.c (handle_v_run): Free alloced buffer on early
|
||||
return.
|
||||
|
||||
|
@ -3676,6 +3676,7 @@ tracepoint_finished_step (struct thread_info *tinfo, CORE_ADDR stop_pc)
|
||||
/* Unlink. */
|
||||
*wstep_link = wstep->next;
|
||||
release_while_stepping_state (wstep);
|
||||
wstep = *wstep_link;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user