libdevel-gdb-perl_2.0-1_i386.changes is NEW
Debian Installer
installer at ftp-master.debian.org
Wed Aug 15 18:02:03 UTC 2007
(new) libdevel-gdb-perl_2.0-1.diff.gz optional perl
(new) libdevel-gdb-perl_2.0-1.dsc optional perl
(new) libdevel-gdb-perl_2.0-1_all.deb optional perl
Open and communicate a gdb session
The Devel::GDB package provides an interface for communicating
with GDB. Internally, it uses the GDB/MI interpreter
(see http://sourceware.org/gdb/current/onlinedocs/gdb_25.html),
which accurately informs the caller of the program state and,
through the use of tokens, guarantees that the results returned
actually correspond to the request sent.
By contrast, GDB's console interpreter returns all responses on
STDOUT, and thus there is no way to ensure that a particular response
corresponds to a particular request.
.
Therefore, it is obviously preferable to use GDB/MI when programmatically
interacting with GDB. This can be done via the send_cmd family of functions
(send_cmd, send_cmd_excl, and send_cmd_async). There are, however,
some cases when there is no GDB/MI command corresponding to a particular
console command, or it has not yet been implemented (for example, -symbol-type,
corresponding to the console command ptype, is not yet implemented as of GDB
6.6). In this case, the get function provides a workaround by capturing all
output sent to the console stream.
.
Homepage: http://search.cpan.org/~jezra/Devel-GDB-2.0/
(new) libdevel-gdb-perl_2.0.orig.tar.gz optional perl
Changes: libdevel-gdb-perl (2.0-1) unstable; urgency=low
.
* Initial Release (Closes: #436800)
Override entries for your package:
Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 436800
Your package contains new components which requires manual editing of
the override file. It is ok otherwise, so please be patient. New
packages are usually added to the override file about once a week.
You may have gotten the distribution wrong. You'll get warnings above
if files already exist in other distributions.
More information about the pkg-perl-maintainers
mailing list