This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 5/5] move server.h to gdbthread.h.
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Fri, 13 Apr 2012 11:36:44 -0600
- Subject: Re: [PATCH 5/5] move server.h to gdbthread.h.
- References: <1331909994-9473-1-git-send-email-yao@codesourcery.com> <1331909994-9473-6-git-send-email-yao@codesourcery.com>
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
Yao> diff --git a/gdb/gdbserver/gdbthread.h b/gdb/gdbserver/gdbthread.h
Yao> new file mode 100644
Yao> index 0000000..d42b6fd
Yao> --- /dev/null
Yao> +++ b/gdb/gdbserver/gdbthread.h
Yao> @@ -0,0 +1,53 @@
Yao> +#ifndef GDB_THREAD_H
Yao> +#define GDB_THREAD_H
Yao> +
This one needs a copyright header too.
Tom