搜索资源列表
linice
- linux下的内核级调试器,对在linux下调试程序感兴趣的朋友不妨一试-under linux kernel-level debugger for debugging the procedures under linux interested in a test might friends
gdbstub-2.0.36
- gdb调试桩的源代码,用于linux的内核调试-pile gdb debugging source code for the Linux kernel debugger
sct-1.07.tar
- 在linux环境下的串口调试程序,非常不错的-environment in the serial debugger, very good
debugger
- EDB (Evan s Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. It uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will t
sct-1.06.tar
- sct-1.06 Linux下的串口调试器-Sct - 1.06 Linux Serial Debugger
trace
- a sample debugger in Linux
dprobes-testsuit-v1.1.0-20040513.tar
- Dynamic Probes is a linux debugger that can be used to insert software probes dynamically into executing code modules
uart
- linux,串口调试程序,应该之得大家看看,相互学习-linux, serial port debugger,
clientServer_linux_multithread
- Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
linux_kernel_module
- Linux下kernel与userspace的通信实现。主要功能为可修改linux的防火墙设置进行通信控制。Linux下调试通过。-Under Linux the kernel and userspace communication. Main function is to modify the linux firewall settings to communicate control. The adoption of Linux under the debugger.
chuankou
- 一个QT的串口调试程序,在linux下成功运行!采用的是QT的第三方类qextserialport!-A serial debugger QT, successfully running in linux! QT uses third-party category qextserialport!
dbx
- 关于AIX系统下调试工具的用法。非常全面。 掌握好dbx可以有效的提高调试程序的效率。-On the AIX system, the usage of debug tools. Very comprehensive. Master dbx debugger can effectively improve the efficiency.
Professional-Linux-Programming
- Contents Acknowledgments ix Introduction xix Chapter 1: Working with Linux 1 A Brief History of Linux 2 The GNU Project 2 The Linux Kernel 3 Linux Distributions 4 Free Software vs. Open Source 4 Beginning Development 5 Choosing a
embedfb
- linux arm lcd应用调试程序,比较简短易懂,入门好资料-linux arm lcd application debugger, relatively brief easy to understand, good data entry
Linux-driver-development22
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第22章、Linux设备驱动的调试。“工欲善其事,必先利其器”,为了方便进行Linux设备驱动的开发和调试,建立良好的开发环境很重要,包括实验室环境建设、使用必要的工具软件以及掌握常用的调试技巧等。22.1节介绍Linux开发环境的建设,包括实验室配置、工具链、串口工具等。22.2节讲解了Linux下调试器gdb的基本用法和技巧。22.3节讲解了Linux内核的调试方法,22.4~22.9节对22.3节的概
Linux-shell-V1.0-LZN
- Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
Linux-serial
- Linux 系统串口使用代码 /* * Program: serial.c * Author: Paul Dean * Version: 0.0.3 * Date: 2002-02-19 * Descr iption: To provide underlying serial port function, * for high level applications. * */ #include <termios.h>
An-introduction-to-the-GNU-debugger
- IBM的技术大牛使用GDB来debug software 的方法介绍。-Linux software debugging with GDB An introduction to the GNU debugger
debugger
- Kernel debugger for MN10300 for Linux v2.13.6.
linux-c
- 主要介绍linux环境下的c开发,包括编译器、makefile、gdb调试等内容-Introduces c linux development environment, including compilers, makefile, gdb debugger, etc.