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] Parse quoted string for restore/dump commands.


Hi Wei-cheng,

On Monday, June 24 2013, Wei-cheng Wang wrote:

>>> Also, when you commit the patch, please remember to include your info on
>>> gdb/MAINTAINERS, since you will be able to commit after approval.
>>
>> Just to be totally clear: this modification to gdb/MAINTAINERS should be
>> considered a totally different patch, and should not be
>> included/committed with this one :-).
>
>   Actually, I didn't have CVS write access yet.  I may need a sponsor.

Yeah, a sponsor needs to be a maintainer, so I can't help you with that
:-(.

>   Before that, I need someone help me checking this patch in, if approved :-)

If the patch is approved, I can check it in for you, no problem :-).

> --
>
>  gdb/ChangeLog                   |    6 +++++
>  gdb/cli/cli-dump.c              |   54 ++++++++++++++++++++++++++++++++++-----
>  gdb/testsuite/ChangeLog         |    4 +++
>  gdb/testsuite/gdb.base/dump.exp |   34 +++++++++++++++++++++++-
>  4 files changed, 91 insertions(+), 7 deletions(-)
>
> diff --git a/gdb/ChangeLog b/gdb/ChangeLog
> index 1efd3f9..b7a87eb 100644
> --- a/gdb/ChangeLog
> +++ b/gdb/ChangeLog
> @@ -1,3 +1,9 @@
> +2013-06-24  Wei-cheng Wang  <cole945@gmail.com>
> +	    Sergio Durigan Junior  <sergiodj@redhat.com>

No need to put my name in the entry :-).  I just reviewed your patch,
but the idea and the work are still yours.

-- 
Sergio


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