From 4ab76ea3fb057381852a9d3b7ac9270fec8e7a7c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 17 Dec 2013 21:35:13 -0700 Subject: Add target_ops argument to to_log_command 2014-02-19 Tom Tromey * target.h (struct target_ops) : Add argument. (target_log_command): Add argument. * serial.h (serial_log_command): Add 'self' argument. * serial.c (serial_log_command): Add 'self' argument. --- gdb/serial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/serial.h') diff --git a/gdb/serial.h b/gdb/serial.h index 0351f5d..f4ab31e 100644 --- a/gdb/serial.h +++ b/gdb/serial.h @@ -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 -- cgit v1.1