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.


>> + ? ? ? ? ? ? ? argv[0], argv,
>
> It does not work in one of the intended modes:
> (gdb) pipe | print 1 | cat >/dev/null
> cat: >/dev/null: No such file or directory
>
> You do not have to parse ARGV yourself, one can just run "/bin/sh", "-c",
> COMMAND, NULL (sure no PEX_SEARCH needed then).
>
I am sure, but will this wrok in windows platform?
> And the documentation, NEWS entry and testcase is missing as already noted.
>
>
> Thanks,
> Jan
>


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