mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
Add target_ops argument to to_log_command
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_log_command>: Add argument. (target_log_command): Add argument. * serial.h (serial_log_command): Add 'self' argument. * serial.c (serial_log_command): Add 'self' argument.
This commit is contained in:
@ -304,7 +304,7 @@ extern void serial_add_interface (const struct serial_ops * optable);
|
||||
|
||||
/* File in which to record the remote debugging session. */
|
||||
|
||||
extern void serial_log_command (const char *);
|
||||
extern void serial_log_command (struct target_ops *self, const char *);
|
||||
|
||||
#ifdef USE_WIN32API
|
||||
|
||||
|
Reference in New Issue
Block a user