Add target_ops argument to to_info_record
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_info_record>: Add argument. * target.c (target_info_record): Add argument. * record.c (info_record_command): Add argument. * record-full.c (record_full_info): Add 'self' argument. * record-btrace.c (record_btrace_info): Add 'self' argument.
This commit is contained in:
parent
c6cd7c02d1
commit
630d6a4ad3
6 changed files with 13 additions and 5 deletions
|
@ -1770,7 +1770,7 @@ record_full_execution_direction (struct target_ops *self)
|
|||
}
|
||||
|
||||
static void
|
||||
record_full_info (void)
|
||||
record_full_info (struct target_ops *self)
|
||||
{
|
||||
struct record_full_entry *p;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue