pipes in C++
From: Peng Yuan Fan (pyf20-nospam_at_no-spam.cam.ac.uk)
Date: 06/30/04
- Next message: Giancarlo Niccolai: "Re: ExitProcess( ), TerminateThread() related question."
- Previous message: Stephane Bourbeau: "Re: Minimizing the working set of my Windows app"
- Next in thread: Gary Chanson: "Re: pipes in C++"
- Reply: Gary Chanson: "Re: pipes in C++"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 30 Jun 2004 12:33:52 +0100
Hi,
I am trying to write an automated testing program with CxxTest, which in
turn needs to talk to gdb through the command line.
The program should give some command to gdb, the debugger program. And then
get the results out of it. Just like when we debug with gdb, we type in
those commands, and see the results. But this has to be done in an automated
way.
It is very similar to the pipes in scripting language, but the test has to
be done with C++.
Please help. Thank you very much.
Peng
- Next message: Giancarlo Niccolai: "Re: ExitProcess( ), TerminateThread() related question."
- Previous message: Stephane Bourbeau: "Re: Minimizing the working set of my Windows app"
- Next in thread: Gary Chanson: "Re: pipes in C++"
- Reply: Gary Chanson: "Re: pipes in C++"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|