DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibdevel-gdb-perl
BeschreibungOpen and communicate a gdb session
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version2.02-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe112 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße26450 Byte
Prüfsumme MD597348e5c6e6d5404a0d725f389e5d620
Prüfsumme SHA12660be37d9629f629dbd4133879284c7bdf0e687
Prüfsumme SHA2566a257f335f4bc4c1ece66098ad076295d96fee2e6dc07b1acc73148a303d2ba7
Link zum Herunterladenlibdevel-gdb-perl_2.02-1_all.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds