搜索资源列表
debug
- Linux 终端显示的缓冲是有限的(默认的显示几百行),所以如果我们程序printf行数较多,或者程序运行时间较长,难免有一些记录被冲掉,进而影响查看bug。特别是对随机的、少重现错错误,想通过屏幕上printf出来的数据调试,就难免困难一些,当然我们也可以使用重定向实现 程序>log.txt 但是这种方式,打印到文件上便不能显示到屏幕上了,所以有一定的局限性。 于是写了一个程序用意实现。 改程序有以下几个文件 Debug.c Debug.h
debug
- linux环境下,我们一般借助printf打印醒目的字符方便程序调试,但是当程序调试通过以后发布时,有又不得不删掉这些打印语句。 示例代码中利用宏定义#define 解决了上述问题。-In linux, we generally debug a program by using "printf" fuction to print eye-catching character. But later when the program needs to be released, we have t
source
- x86 disassembler main.c pedump.c print.c debug.c decoder.c-x86 disassembler
Linux-shell-V1.0-LZN
- Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
debug-(5)--------------------------------
- Driver for PowerPC 4xx on-chip ethernet controller, debug print routines.
Shell
- 一个linux命令解释器,包括完整的工程源码加设计文档。 本程序用C实现,实现了以下功能: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行; 5、 使用Make工具建立工程; 6、 使用调试器gdb来调试程序;-
measurementSrvDbgPrint
- brief This file include variuos measurement SRV debug print facilities.
unwindtest_ffi_call
- Simple macro to print out formatted debug messages for Linux.
utdebug
- Debug print trace routines.
SkDebug_android
- Print debug output to stdout as well. This is useful for command line applications. -Print debug output to stdout as well. This is useful for command line applications.
si_state_streamout
- XXX print some debug info.
char16_t_length
- Print additional debug information associated with the batchbuffer when DEBUG BATCH is set Source Code for Linux v2.13.6.
debug
- Print information about this Mesa version and build options Kernel Device Driver for linux v2.13.6.
printk_string
- 当printk无法打印的时候,利用tty方式打印字符串进行调试,驱动代码(When printk can't print, print string to debug with TTY and drive the code)
go
- 用来打印,使用log的打印方式,可以打印出日期,并且可以带颜色打印,方便调试(Used for printing, using the log printing method, can print out the date, and can be printed with color, easy to debug.)