This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/5] move server.h to inferior.h


>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:

Yao> This patch moves some inferior-related code out server.h.  This change
Yao> is not related to ITSET very much, but since we've put too mcuh stuff
Yao> into server.h, it is reasonable to put them in separate header files.

I'm not a gdbserver expert, but this seems reasonable to me.
However...

Yao> diff --git a/gdb/gdbserver/inferior.h b/gdb/gdbserver/inferior.h
Yao> new file mode 100644
Yao> index 0000000..5275efe
Yao> --- /dev/null
Yao> +++ b/gdb/gdbserver/inferior.h
Yao> @@ -0,0 +1,54 @@
Yao> +
Yao> +#ifndef INFERIOR_H

This file needs a copyright header.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]