Devel::GDB::LowLevel(3pm) | User Contributed Perl Documentation | Devel::GDB::LowLevel(3pm) |
Devel::GDB::LowLevel - Low-level interface for communicating with GDB
This module is used internally by Devel::GDB. It handles the low-level I/O of communicating with the GDB process.
$gdb = new Devel::GDB::LowLevel( '-execfile' => $path_to_gdb, '-params' => $extra_gdb_params );
$gdb = new Devel::GDB::LowLevel( '-create-expect' => 1 ); $expect = $gdb->get_expect_obj();
$gdb = new Devel::GDB::LowLevel( '-use-tty' => '/dev/pts/123' );
IPC::Open2
Antal Novak <afn@cpan.org>, Josef Ezra <jezra@cpan.org>
Copyright (C) 2007 by Antal Novak & Josef Ezra
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
2022-11-20 | perl v5.36.0 |