2010-09-06 Yao Qi <yao@codesourcery.com>
* linux-low.c (linux_kill): Remove unused variable. (linux_stabilize_threads): Likewise. * server.c (start_inferior): Likewise. (queue_stop_reply_callback): Likewise. * tracepoint.c (do_action_at_tracepoint): Likewise.
This commit is contained in:
parent
0cccb68320
commit
32fcada322
4 changed files with 10 additions and 14 deletions
|
@ -4126,13 +4126,10 @@ do_action_at_tracepoint (struct tracepoint_hit_ctx *ctx,
|
|||
}
|
||||
case 'R':
|
||||
{
|
||||
struct collect_registers_action *raction;
|
||||
|
||||
unsigned char *regspace;
|
||||
struct regcache tregcache;
|
||||
struct regcache *context_regcache;
|
||||
|
||||
raction = (struct collect_registers_action *) taction;
|
||||
|
||||
trace_debug ("Want to collect registers");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue