From 881127c98f5aef1e0a11c71722205806ec3f73f2 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Sun, 14 Aug 2011 16:06:59 +0000 Subject: gdb/gdbserver/ * target.h (struct target_ops): Fix indent. * win32-low.c (win32_target_ops): Fix comment. --- gdb/gdbserver/win32-low.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/gdbserver/win32-low.c') diff --git a/gdb/gdbserver/win32-low.c b/gdb/gdbserver/win32-low.c index 728af50..bcf0e4d 100644 --- a/gdb/gdbserver/win32-low.c +++ b/gdb/gdbserver/win32-low.c @@ -1811,7 +1811,7 @@ static struct target_ops win32_target_ops = { NULL, /* supports_multi_process */ NULL, /* handle_monitor_command */ NULL, /* core_of_thread */ - NULL, /* read_fdpic_loadmap */ + NULL, /* read_loadmap */ NULL, /* process_qsupported */ NULL, /* supports_tracepoints */ NULL, /* read_pc */ -- cgit v1.1