--- cvsroot/AnyEvent-GDB/README 2012/12/31 13:01:22 1.2 +++ cvsroot/AnyEvent-GDB/README 2014/05/15 10:32:04 1.3 @@ -63,13 +63,13 @@ Unfortunately, the MI interface does not seem to support any kind of I/O redirection, so this module helps you a bit, by setting the "exec-wrapper" variable with a console "set" commmand. That is, this - module does soemthing like this for you, providing proper file - descriptors fpr your actual stdin and stdout: + module does soeQmthing like the following for you, providing proper file + descriptors for your actual stdin and stdout: set exec-wrapper <&5 >&6 The actual I/O redirection operators are also stored in "$gdb->{stdio}", - so you can even do it yourself, e.gh. when providing your own wrapper: + so you can even do it yourself, e.g. when providing your own wrapper: $self->cmd_raw ("set exec-wrapper $self->{stdio}", sub { }); @@ -86,7 +86,7 @@ my $gdb = new AnyEvent::GDB on_eof => sub { - print Qe are done.\n"; + print "We are done.\n"; }, trace => 1; # or verbose => 1, for less output