forked from Imagelibrary/binutils-gdb
Add target_ops argument to to_program_signals
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_program_signals>: Add argument. * target.c (target_program_signals): Add argument. * remote.c (remote_program_signals): Add 'self' argument.
This commit is contained in:
@@ -2851,7 +2851,7 @@ target_program_signals (int numsigs, unsigned char *program_signals)
|
||||
fprintf_unfiltered (gdb_stdlog, " })\n");
|
||||
}
|
||||
|
||||
(*t->to_program_signals) (numsigs, program_signals);
|
||||
(*t->to_program_signals) (t, numsigs, program_signals);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user