dbo:abstract
|
- KGDB ist ein Debugger für den Linux-Kernel.Er benötigt zwei miteinander verbundene Linux-Rechner. Die Verbindung kann über RS-232 via Nullmodem-Kabel oder über UDP/IP (KGDB over Ethernet, KGDBoE) erfolgen. KGDB ist seit der Kernel-Version 2.6.26-rc1 Bestandteil von Linux. FreeBSD benutzt den Namen kgdb für einen modifizierten GDB, der ebenfalls als Debugger für den Kernel dient. Es lassen sich sowohl Speicherabzüge nach einem Systemabsturz damit analysieren als auch über miteinander verbundene Rechner (RS-232 oder FireWire) ein aktiver Kernel debuggen. (de)
- KGDB is a debugger for the Linux kernel and the kernels of NetBSD and FreeBSD. It requires two machines that are connected via a serial connection. The serial connection may either be an RS-232 interface using a null modem cable, or via the UDP/IP networking protocol (KGDB over Ethernet, KGDBoE). The target machine (the one being debugged) runs the patched kernel and the other (host) machine runs gdb. The GDB remote protocol is used between the two machines. KGDB was implemented as part of the NetBSD kernel in 1997, and FreeBSD in version 2.2. The concept and existing remote gdb protocol were later adapted as a patch to the Linux kernel. A scaled-down version of the Linux patch was integrated into the official Linux kernel in version 2.6.26. KGDB is available for the following architectures under Linux: x86, x86-64, PowerPC, ARM, MIPS, and S390. It is available on all supported architectures of NetBSD and FreeBSD using only RS-232 connectivity. Amit Kale maintained the Linux KGDB from 2000 to 2004. From 2004 to 2006, it was maintained by Linsyssoft Technologies, after which Jason Wessel at Wind River Systems, Inc. took over as the official maintainer. Ingo Molnar and Jason Wessel created a slimmed-down and cleaned up version of KGDB which was called "kgdb light" (without Ethernet support and many other hacks). This was the one merged into the 2.6.26 kernel. This version of kgdb supports only RS-232 connectivity, using a special driver which can split debugger inputs and console inputs such that only a single serial port is required. (en)
- kgdb est le nom d'un débogueur du noyau Linux au niveau code source. Un tel débogueur est un outil d'aide au développement de pilotes ou de fonctionnalités du noyau, permettant de comprendre précisément ce qui se déroule réellement dans le cœur du système d'exploitation, de le mettre en pas à pas, et d'agir dessus. C'est un logiciel libre développé sous licence GNU GPL par Dave Grothe. Le projet est hébergé par SourceForge.net et son développement est soutenu par la société LinSysSoft, qui en fournit par ailleurs un support professionnel sous le nom de produit KGDB Pro. kgdb est aussi le nom du débogueur du noyau de FreeBSD. (fr)
- KGDB to debuger dla Linuksa. Wymaga dwóch maszyn połączonych interfejsem szeregowym (np. RS-232) lub siecią UDP/IP (KGDB over Ethernet, KGDBoE). Obecnie KGDB istnieje jako łata na jądro. Do jądra 2.6.26 zostanie włączona odchudzona wersja KGDB (pozbawiona debugowania przez sieć). (pl)
|
dbo:genre
| |
dbo:license
| |
dbo:operatingSystem
| |
dbo:wikiPageExternalLink
| |
dbo:wikiPageID
| |
dbo:wikiPageLength
|
- 4340 (xsd:nonNegativeInteger)
|
dbo:wikiPageRevisionID
| |
dbo:wikiPageWikiLink
| |
dbp:author
| |
dbp:developer
| |
dbp:genre
| |
dbp:license
| |
dbp:name
| |
dbp:operatingSystem
| |
dbp:website
| |
dbp:wikiPageUsesTemplate
| |
dbp:wordnet_type
| |
dcterms:subject
| |
gold:hypernym
| |
rdf:type
| |
rdfs:comment
|
- KGDB ist ein Debugger für den Linux-Kernel.Er benötigt zwei miteinander verbundene Linux-Rechner. Die Verbindung kann über RS-232 via Nullmodem-Kabel oder über UDP/IP (KGDB over Ethernet, KGDBoE) erfolgen. KGDB ist seit der Kernel-Version 2.6.26-rc1 Bestandteil von Linux. FreeBSD benutzt den Namen kgdb für einen modifizierten GDB, der ebenfalls als Debugger für den Kernel dient. Es lassen sich sowohl Speicherabzüge nach einem Systemabsturz damit analysieren als auch über miteinander verbundene Rechner (RS-232 oder FireWire) ein aktiver Kernel debuggen. (de)
- KGDB to debuger dla Linuksa. Wymaga dwóch maszyn połączonych interfejsem szeregowym (np. RS-232) lub siecią UDP/IP (KGDB over Ethernet, KGDBoE). Obecnie KGDB istnieje jako łata na jądro. Do jądra 2.6.26 zostanie włączona odchudzona wersja KGDB (pozbawiona debugowania przez sieć). (pl)
- KGDB is a debugger for the Linux kernel and the kernels of NetBSD and FreeBSD. It requires two machines that are connected via a serial connection. The serial connection may either be an RS-232 interface using a null modem cable, or via the UDP/IP networking protocol (KGDB over Ethernet, KGDBoE). The target machine (the one being debugged) runs the patched kernel and the other (host) machine runs gdb. The GDB remote protocol is used between the two machines. (en)
- kgdb est le nom d'un débogueur du noyau Linux au niveau code source. Un tel débogueur est un outil d'aide au développement de pilotes ou de fonctionnalités du noyau, permettant de comprendre précisément ce qui se déroule réellement dans le cœur du système d'exploitation, de le mettre en pas à pas, et d'agir dessus. C'est un logiciel libre développé sous licence GNU GPL par Dave Grothe. Le projet est hébergé par SourceForge.net et son développement est soutenu par la société LinSysSoft, qui en fournit par ailleurs un support professionnel sous le nom de produit KGDB Pro. (fr)
|
rdfs:label
|
- KGDB (de)
- KGDB (en)
- Kgdb (fr)
- KGDB (pl)
|
owl:sameAs
| |
prov:wasDerivedFrom
| |
foaf:homepage
| |
foaf:isPrimaryTopicOf
| |
foaf:name
| |
is dbo:wikiPageRedirects
of | |
is dbo:wikiPageWikiLink
of | |
is foaf:primaryTopic
of | |