AnyEvent-GDB

 view release on metacpan or  search on metacpan

GDB.pm  view on Meta::CPAN

=over 4

=item exec => $path (default: "gdb")

The path of the GDB executable.

=item args => [$string...] (default: ["-n"])

An optional array of parameters to pass to GDB. This should not be
used to load a program executable, use the C<file_exec_and_symbols>,
C<target_attach> or similar MI commands instead.

=item trace => $boolean (default: 0)

If true, then all commands sent to GDB are printed to STDOUT prefixed with
"> ", and all replies received from GDB are printed to STDOUT prefixed
with "< ".

=item verbose => $boolean (default: true if trace is enabled, false otherwise)

If true, then log output and possibly other information is printed to

README  view on Meta::CPAN

                 print "We are done.\n";
              },
              trace => 1; # or verbose => 1, for less output

        exec => $path (default: "gdb")
            The path of the GDB executable.

        args => [$string...] (default: ["-n"])
            An optional array of parameters to pass to GDB. This should not
            be used to load a program executable, use the
            "file_exec_and_symbols", "target_attach" or similar MI commands
            instead.

        trace => $boolean (default: 0)
            If true, then all commands sent to GDB are printed to STDOUT
            prefixed with "> ", and all replies received from GDB are
            printed to STDOUT prefixed with "< ".

        verbose => $boolean (default: true if trace is enabled, false
        otherwise)
            If true, then log output and possibly other information is



( run in 0.653 second using v1.01-cache-2.11-cpan-e1769b4cff6 )