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

Search list

[Linux-Unixkdbv4.3

Description: 很好的linux内核调试软件 兼辕马,没有密码。 The ia64 and ix86 directories contain versions of kdb prior to v2.0 (kdb version v2.0, not the kernel version). Older versions of kdb had complete patches for each architecture it supported, each patch included all the common kdb code. This format was awkward to maintain and use for multiple platforms. Starting with kdb v2.0 there is a common patch against each kernel which contains all the architecture independent code plus separate architecture dependent patches. Either use an old style (v1.8 or v1.9) kdb patch or use a new style (v2.0) common patch plus the corresponding architecture dependent patch. -good linux kernel debugging software and Shaft-horse, no password. The ia64 and ix86 directories contain versions of II 7 prior to v2.0 (v2.0 II 7 version, not the kernel version). Older versions of II 7 had complete patches for each architecture it supported, each patch included all the common code II 7. This format was awkward to maintain and use for multiple platforms. Starting with II 7 v2.0 there is a common patch against each kernel which contains all the architecture independent code plus separate architecture dependent patches. Either use an old style (v1.8 or v1. 9) II 7 patch or use a new style (v2.0) common patch plus the corresponding architecture dependent patch.
Platform: | Size: 6834013 | Author: liyu | Hits:

[Internet-Networkksymoops-2.4.11.tar

Description: kdb-v4.3-2.4.20-common-1.bz2 键盘的驱动啊 克里斯蒂警方可死了地方军-kdb - v4.3 - 2.4.20-common-1.bz2 keyboard-driven ah Christy police died local army
Platform: | Size: 66497 | Author: jixuquan | Hits:

[Other resourcekdb

Description: 用JAVA实现了,将DB装入内存,内存由DBMS控制,实现简单数据库的创建、数据表的创建、记录插入、查询以及表的删除。
Platform: | Size: 611607 | Author: zhuanglijun | Hits:

[Other resourceKDB_dug_in_kernel.pdf

Description: 本书讲述了Linux中的内置内核调试器KDB提供的调试功能以及如何设置、按照,使用kdb
Platform: | Size: 143456 | 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:

[Linux-Unixkdbv4.3

Description: 很好的linux内核调试软件 兼辕马,没有密码。 The ia64 and ix86 directories contain versions of kdb prior to v2.0 (kdb version v2.0, not the kernel version). Older versions of kdb had complete patches for each architecture it supported, each patch included all the common kdb code. This format was awkward to maintain and use for multiple platforms. Starting with kdb v2.0 there is a common patch against each kernel which contains all the architecture independent code plus separate architecture dependent patches. Either use an old style (v1.8 or v1.9) kdb patch or use a new style (v2.0) common patch plus the corresponding architecture dependent patch. -good linux kernel debugging software and Shaft-horse, no password. The ia64 and ix86 directories contain versions of II 7 prior to v2.0 (v2.0 II 7 version, not the kernel version). Older versions of II 7 had complete patches for each architecture it supported, each patch included all the common code II 7. This format was awkward to maintain and use for multiple platforms. Starting with II 7 v2.0 there is a common patch against each kernel which contains all the architecture independent code plus separate architecture dependent patches. Either use an old style (v1.8 or v1. 9) II 7 patch or use a new style (v2.0) common patch plus the corresponding architecture dependent patch.
Platform: | Size: 6834176 | Author: liyu | Hits:

[Internet-Networkksymoops-2.4.11.tar

Description: kdb-v4.3-2.4.20-common-1.bz2 键盘的驱动啊 克里斯蒂警方可死了地方军-kdb- v4.3- 2.4.20-common-1.bz2 keyboard-driven ah Christy police died local army
Platform: | Size: 66560 | Author: jixuquan | Hits:

[Other Databaseskdb

Description: 用JAVA实现了,将DB装入内存,内存由DBMS控制,实现简单数据库的创建、数据表的创建、记录插入、查询以及表的删除。-Achieved using JAVA, the DB into memory, memory control by the DBMS, to achieve the creation of a simple database, data table creation, record insert, query and delete tables.
Platform: | Size: 611328 | Author: zhuanglijun | Hits:

[OtherKDB_dug_in_kernel.pdf

Description: 本书讲述了Linux中的内置内核调试器KDB提供的调试功能以及如何设置、按照,使用kdb-This book describes the built-in Linux kernel debugger KDB debugging features provided as well as how to set up, in accordance with, the use of kdb
Platform: | Size: 143360 | Author: 王斌 | Hits:

[OtherKDB

Description: kdb基本使用教程,包含 kdb的安装,基本用法和命令说明 -kdb basic use of tutorials, including the installation of kdb, basic usage instructions and orders
Platform: | Size: 12288 | Author: seangao | Hits:

[Embeded Linuxkdb

Description: 内核调试软件工具包KDB,对编写内核模块有很大的帮助,版本是对linux-2.6.14.1-Kernel debugging software toolkit KDB, on the preparation of a kernel module is very helpful, the version is linux-2.6.14.1
Platform: | Size: 185344 | Author: 熊炳龙 | Hits:

[RFIDFiltering-RFID-middleware

Description: 本文研究RFID中间件的事件过滤技术,主要工作:(1)综合分析了各RFID事件 过滤算法的性能,着重分析了两种具有代表性的算法并指出其不足和局限。(2)分析了 RFID中间件在实际应用中的性能要求,提出一种更适合于RFID中间件的事件过滤算 法,基于聚合转换和KDB树的事件过滤算法。(3)用仿真实验测试各算法的性能表现, 证明本文的算法提升了RFlD中间件的综合性能。-Event Filtering is the core function of RFID middleware and is hot spot in the research of RFID middleware.Traditional Event Filtering technology rely on a variety of optimization in the database,Can not meet the requirements of RFID middleware.the filtering technology based Oil the memory databases is concern about in current researches,such as a variety of filtering techniques based on the hash table,CQI,vclL R-Tree index have been proposed and applied to the RFID middleware.Them improved the timeliness and reduce the storage space to some extent,but t11ey emphasize unilateral performance but not overall performance because the practical application environment of RFID middleware is not considered III
Platform: | Size: 3192832 | Author: HY jian | 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:

[Internet-Networkkeyboard_test

Description: 测试一个键盘驱动,打开自己的驱动程序,然后就能得到按键的值-to test a keyboard driver,you can modify the driver as your own kdb driver, and you can get the key_vcalue int the editText
Platform: | Size: 4096 | Author: wtrich | Hits:

[Linux-Unixtrace_kdb

Description: Linux Driver, kdb helper for dumping the ftrace buffer
Platform: | Size: 1024 | Author: refaiqong | Hits:

[source in ebookkona-master

Description: kona kdb 基于k语言,关于金融-Kona is the open-source implementation of the K programming language.
Platform: | Size: 300032 | Author: XIE | Hits:

[Linux-Unixkdb_debugger

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

[Linux-Unixkdb

Description: Kernel Debugger Architecture Independent Global Headers.
Platform: | Size: 2048 | Author: niugougai | Hits:

[Other Databaseskdb-master

Description: it is a example of kdb+, program by java-kdb+ example
Platform: | Size: 172032 | Author: 江飞剑 | Hits:

[Otherkphp-kdb-master

Description: kphp kdb is a khdb khpp tool that is used to kpp
Platform: | Size: 3288064 | Author: kongodrum | Hits:
« 12 »

CodeBus www.codebus.net