perl_sck has asked for the wisdom of the Perl Monks concerning the following question:

Hi I am trying to control MinGW's GDB using Devel::GDB perl module in windows, I am using cygwin environment for the same, the problem I'm facing is that the function/method 'get', though is executing the command but is not returning any result/output. It works fine if I communicate with gdb of cygwin. But I need to communicate with MinGW GDB. So what changes do I need to do to get the results from the 'get' command.

Replies are listed 'Best First'.
Re: Controlling MinGW GDB using Perl
by atcroft (Abbot) on Oct 16, 2014 at 06:13 UTC

    As I replied when you asked about this in the CB on Wednesday morning (CST/CDT):

    There's a note in the docs about the "old" 'get' syntax... are you perhaps not using the current 'get' syntax?

    Hope that helps.

      Yes I am using the current 'get' syntax not the "old" one.