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: [RFAv2 2/3] New test for 'info sources [-dirname | -basename] [--] [REGEXP]'.


>>>>> "Philippe" == Philippe Waroquiers <philippe.waroquiers@skynet.be> writes:

Philippe> gdb/testsuite/ChangeLog
Philippe> 2019-06-16  Philippe Waroquiers  <philippe.waroquiers@skynet.be>

Intro text.

Philippe> diff --git a/gdb/testsuite/gdb.base/info_sources_base.c b/gdb/testsuite/gdb.base/info_sources_base.c
Philippe> new file mode 100644
Philippe> index 0000000000..a4c03a0341
Philippe> --- /dev/null
Philippe> +++ b/gdb/testsuite/gdb.base/info_sources_base.c
Philippe> @@ -0,0 +1,5 @@
Philippe> +void some_other_func (void)
Philippe> +{
Philippe> +  return;
Philippe> +}

I think all new files should have the copyright header.

Tom


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