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] An implementation of pipe to make I/O communication between gdb and shell.


Abhijit Halder <abhijit.k.halder@gmail.com> writes:

> On Sun, Aug 7, 2011 at 3:50 AM, Sergio Durigan Junior
> <sergiodj@redhat.com> wrote:
>>> +struct pipe_obj
>>> +{
>>> + Â/* The delimiter to separate out gdb-command and shell-command. This can be
>> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â^^
> Sorry, here I am not clear. Do you mean to say I should remove - in
> between gdb and command?

No.  I meant you should add two spaces after the period.  Instead of:

"... and shell-command. This can be"

you should write:

"... and shell-command.  This can be"

>>> + Â/* The pex object use to create pipeline between gdb and shell. Â*/
>>
> Here I guess I have put 2 space character between . (period) and */.

Yes.

Regards.


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