On Sat, Aug 6, 2011 at 2:41 AM, Abhijit Halder wrote: > On Fri, Aug 5, 2011 at 8:42 PM, Eli Zaretskii wrote: >>> Date: Fri, 5 Aug 2011 20:35:40 +0530 >>> From: Abhijit Halder >>> Cc: Pedro Alves , gdb-patches@sourceware.org,         Sergio Durigan Junior , Jan Kratochvil >>> >>> Further, pexecute does not provide similar functionality. It just >>> executes a program and returns the status of the program, not >>> provide the text output from the program it executes. >> >> ??? Did you read the documentation (on libiberty/pexecute.txh)? >> pexecute certainly does more than that! > Thanks for the reference. Yes I have found the one I was looking for. >> > I have changed the earlier implementation of using popen, instead now I am using libiberty. I have also incorporated other suggestions during code review. Please review this new patch. Thanks, Abhijit Halder