Paketname | libxcb1-dbg |
Beschreibung | X C Binding, debugging symbols |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.6-1 |
Sektion | debug |
Priorität | extra |
Installierte Größe | 300 Byte |
Hängt ab von | libxcb1 (= 1.6-1) |
Empfohlene Pakete | |
Paketbetreuer | XCB Developers |
Quelle | libxcb |
Paketgröße | 95852 Byte |
Prüfsumme MD5 | 4b8e4128060d190eb94516b30c18e035 |
Prüfsumme SHA1 | 245581bac5b1c2cbf7cc7f6d6c1610da9d4af8b4 |
Prüfsumme SHA256 | 653754ba76e80fcbc0cb0b30d349286aa5916d0668d0ad4e4c479a8a4fcbd89f |
Link zum Herunterladen | libxcb1-dbg_1.6-1_i386.deb |
Ausführliche Beschreibung | This package contains the debugging symbols associated with libxcb, the X C
Binding. gdb will automatically use these symbols when debugging libxcb.
.
The XCB library provides an interface to the X Window System protocol,
designed to replace the Xlib interface. XCB provides several advantages over
Xlib:
.
* Size: small library and lower memory footprint
* Latency hiding: batch several requests and wait for the replies later
* Direct protocol access: one-to-one mapping between interface and protocol
* Thread support: access XCB from multiple threads, with no explicit locking
* Easy creation of new extensions: automatically generates interface from
machine-parsable protocol descriptions
|