Welcome![Sign In][Sign Up]
Location:
Search - kgdb

Search list

[Linux-Unixkgdb-2.6.16

Description: Linux-2.6.18内核调试工具补丁程序KGDB。-Linux-2.6.18 kernel debugging tool patch KGDB.
Platform: | Size: 159521 | Author: 古月伦 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Otherlinux内核源代码情景分析(上下目录全)

Description: 经过本人加全目录的《LINUX内核源代码情景分析(浙大出版)》上下册,毛德操、胡希明著,总共50兆,1500页,原PDF书籍目录不全,阅读很不方便,经过本人一番努力,将目录整理加入,希望广大读者阅读能更方便一些。-plus whole directory "Linux kernel source code Scenario Analysis (Zhejiang University publication)" volumes, MAO parade, with Hu Ximing, a total of 50 megabytes, 1500, the original PDF incomplete list of books, read very inconvenient, After I made efforts to collate directory join in the hope that readers can read more convenience.
Platform: | Size: 50094080 | Author: 张键 | Hits:

[Linux-Unixkgdb-2.6.16

Description: Linux-2.6.18内核调试工具补丁程序KGDB。-Linux-2.6.18 kernel debugging tool patch KGDB.
Platform: | Size: 159744 | Author: 古月伦 | Hits:

[Software Engineering071121190416

Description: 利用Vmware5.5.1 和 kgdb调试 x86平台的linux kernel-kgdb debug linux kernel
Platform: | Size: 441344 | Author: 刘音 | Hits:

[Embeded LinuxFullEmbeddedLinuxNotes

Description: 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(LED、按键、扩展串口、网卡、硬盘、SD卡、LCD和USB等),GUI系统的移植(包含两个GUI系统:基于Qtopia和基于X),应用程序调试技术。   本书从最简单的点亮一个LED开始,由浅入深地讲解,使读者最终可以配置、移植、裁剪内核,编写驱动程序,移植GUI系统,掌握整个嵌入式Linux系统的开发方法。 -This book a comprehensive introduction to embedded Linux system development process, from the bottom to the upper GUI application system to support all aspects of Linux operating system, covers the installation and use of related tools, configuration, embedded programming basics needed (cross- compilation tool option settings, Makefile syntax, ARM assembly instructions, etc.), the use of hardware components and programming (include the common hardware, such as UART, I* IC, LCD, etc.), U-Boot, Linux kernel analysis of , configuration, and migration, the root file system structure (including the transplant busybox, glibc, make image files, etc.), kernel debugging techniques (such as adding kgdb patch, stack back, etc.), driver programming and transplant (LED, button, extended serial port, network cards, hard drives, SD card, LCD, and USB, etc.), GUI system, transplantation (includes two GUI systems: based on Qtopia and based on X), the application debug technology. This book, from th
Platform: | Size: 561152 | Author: 流浪 | Hits:

[Technology Managementkgdb_setup_and_use

Description: kgdb描述了kgdb的安装的使用,这是一个简单的howto文档。-kgdb kgdb described the use of the installation, which is a simple howto document.
Platform: | Size: 17408 | Author: fwnc | Hits:

[Linux-UnixLinux-driver-development22

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第22章、Linux设备驱动的调试。“工欲善其事,必先利其器”,为了方便进行Linux设备驱动的开发和调试,建立良好的开发环境很重要,包括实验室环境建设、使用必要的工具软件以及掌握常用的调试技巧等。22.1节介绍Linux开发环境的建设,包括实验室配置、工具链、串口工具等。22.2节讲解了Linux下调试器gdb的基本用法和技巧。22.3节讲解了Linux内核的调试方法,22.4~22.9节对22.3节的概述展开讲解,分别讲解了Linux内核调试用到的printk()、/proc、oops、监视工具,kcore、kdb和kgdb,以及使用仿真器进行调试的方法。22.10节讲解了Linux应用程序的调试方法,驱动工程师往往需要编写用户空间的应用程序对自身编写的驱动进行验证和测试,因此,掌握应用程序调试方法对驱动工程师而言也是必须的。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual best-selling list, Linux device driver chapter 22 commissioning. "Work to do a good job, you will have to have the benefit its implement", in order to facilitate the development of the device driver for Linux and debugging, and establish a good development environment is very important, including laboratory environment construction, use the tools necessary software and a grasp of the commonly used debugging skills, etc. Section 22.1 introduces the development environment construction, Linux including laboratory configuration, tool chain, serial ports, tools, etc. Section 22.2 explained Linux debugger GDB under the basic usage and skills. Section 22.3 explained Linux kernel debugging methods, 22.4 ~ 22.9 to 22.3 on the paper explained respectively, explained the Linux kernel debugging printk used (),/proc, oops, surveillance tools, kcore, KDB and KGDB, and using simulators ?
Platform: | Size: 734208 | Author: 华清远见 | Hits:

[Linux-Unixkgdbts

Description: kgdbts is a test suite for kgdb for the sole purpose of validating.
Platform: | Size: 7168 | Author: wuyuyuanq | Hits:

[Linux-Unixkgdb_64

Description: KGDB support for 64-bit sparc driver- KGDB support for 64-bit sparc driver
Platform: | Size: 2048 | Author: bankakiu | Hits:

[Linux-Unixkgdb_test

Description: Blackfin kgdb tests driver- Blackfin kgdb tests driver
Platform: | Size: 1024 | Author: panjingze | Hits:

[Linux-Unixkgdb_32

Description: KGDB support for 32-bit sparc driver.
Platform: | Size: 1024 | Author: vewehang | Hits:

[Linux-Unixkgdb

Description: Microblaze KGDB support driver
Platform: | Size: 1024 | Author: yengdaoko | Hits:

[Internet-NetworkKGDBDebugModuleTools-version-0.3.tar

Description: kgdb调试辅助程序,使用python编写的-debug tool for kgdb
Platform: | Size: 5120 | Author: zzehao | Hits:

[Internet-Networkkgdb-2.6.16

Description: kgdb-2.6.16是zip格式的。更加适合在linux中下载-kgdb-2.6.16 is zip format. More suitable for downloading in linux
Platform: | Size: 165888 | Author: LiDan | Hits:

[Program docCrux3.0

Description: linux开发,samba配置,以及kgdb环境的搭建等-Crux,samba and kgdb
Platform: | Size: 1938432 | Author: yang | Hits:

[Linux-Unixkgdb

Description: Microblaze KGDB support for Linux v2.13.6.
Platform: | Size: 5120 | Author: ringwocer | Hits:

[Linux-Unixdisasm

Description: several functions that help interpret ARC instructions used for unaligned accesses, kprobes and kgdb.
Platform: | Size: 5120 | Author: cannangte | Hits:

[Linux-Unixkdb_debugger

Description: KDB interface to KGDB internals for Linux v2.13.6.
Platform: | Size: 2048 | Author: quikenku | Hits:

[Linux-Unixkgdb

Description: AArch64 KGDB support Based on arch arm include kgdb.h. -AArch64 KGDB support Based on arch arm include kgdb.h.
Platform: | Size: 4096 | Author: guncgxv | Hits:
« 12 »

CodeBus www.codebus.net