diff options
author | Yao Qi <yao@codesourcery.com> | 2011-08-14 16:06:59 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-08-14 16:06:59 +0000 |
commit | 881127c98f5aef1e0a11c71722205806ec3f73f2 (patch) | |
tree | b7c661fc7fdfd90437a662734699e22e5ec5ea5e /gdb/gdbserver/win32-low.c | |
parent | d93f7b5c9552338037fcb8fc03b3a04e21c478cd (diff) | |
download | gdb-881127c98f5aef1e0a11c71722205806ec3f73f2.zip gdb-881127c98f5aef1e0a11c71722205806ec3f73f2.tar.gz gdb-881127c98f5aef1e0a11c71722205806ec3f73f2.tar.bz2 |
gdb/gdbserver/
* target.h (struct target_ops): Fix indent.
* win32-low.c (win32_target_ops): Fix comment.
Diffstat (limited to 'gdb/gdbserver/win32-low.c')
-rw-r--r-- | gdb/gdbserver/win32-low.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |