perl_sck_58 has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to automate gdb debugging session using Perl script.
What exactly I want to do in the script is, send a command to gdb then read its response,
again send a command to gdb and then read the response, and this continues.
Are there any modules that will help me do it?
I tried using IPC::Open2 but I faced problems in output buffering.
Note: I am using Windows and dont want to install cygwin.
Please help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Automating GDB using perl script
by BrowserUk (Patriarch) on May 07, 2015 at 08:03 UTC | |
|
Re: Automating GDB using perl script
by pme (Monsignor) on May 07, 2015 at 07:35 UTC | |
by Anonymous Monk on May 07, 2015 at 07:52 UTC | |
|
Re: Automating GDB using perl script
by Anonymous Monk on May 07, 2015 at 22:55 UTC | |
|
Re: Automating GDB using perl script
by Anonymous Monk on May 07, 2015 at 07:33 UTC | |
|
Re: Automating GDB using perl script
by GotToBTru (Prior) on May 07, 2015 at 14:48 UTC |