代码搜索:Debugging

找到约 8,473 项符合「Debugging」的源代码

代码结果 8,473
www.eeworm.com/read/316872/3591512

c dibx000_common.c

#include #include "dibx000_common.h" static int debug; module_param(debug, int, 0644); MODULE_PARM_DESC(debug, "turn on debugging (default: 0)"); #define dprintk(args...) do { if (deb
www.eeworm.com/read/316872/3600846

s debug-macro.s

/* linux/include/asm-arm/arch-clps711x/debug-macro.S * * Debugging macro include header * * Copyright (C) 1994-1999 Russell King * Moved from linux/arch/arm/kernel/debug.S by Ben Dooks * * Th
www.eeworm.com/read/294038/3921174

lds fprom.lds

OUTPUT_FORMAT("elf64-ia64-little") OUTPUT_ARCH(ia64) ENTRY(_start) SECTIONS { v = 0x0000000000000000 ; /* this symbol is here to make debugging with kdb easier... */ . = (0x000000000000000 + 0x
www.eeworm.com/read/292705/3942689

gdbinit .gdbinit

echo Setting up the environment for debugging vmlinux...\n echo set remotedebug 0 \n set remotedebug 0 echo cd arch/mips/kernel \n cd arch/mips/kernel echo target remote /dev/ttyS0 \n target remote /d
www.eeworm.com/read/292705/3942856

lds fprom.lds

OUTPUT_FORMAT("elf64-ia64-little") OUTPUT_ARCH(ia64) ENTRY(_start) SECTIONS { v = 0x0000000000000000 ; /* this symbol is here to make debugging with kdb easier... */ . = (0x000000000000000 + 0x
www.eeworm.com/read/273740/4194120

lds fprom.lds

OUTPUT_FORMAT("elf64-ia64-little") OUTPUT_ARCH(ia64) ENTRY(_start) SECTIONS { v = 0x0000000000000000 ; /* this symbol is here to make debugging with kdb easier... */ . = (0x000000000000000 + 0x
www.eeworm.com/read/439082/1812709

gdbinit .gdbinit

echo Setting up the environment for debugging vmlinux...\n echo set remotedebug 0 \n set remotedebug 0 echo cd arch/mips/kernel \n cd arch/mips/kernel echo target remote /dev/ttyS0 \n target remote /d
www.eeworm.com/read/439082/1812876

lds fprom.lds

OUTPUT_FORMAT("elf64-ia64-little") OUTPUT_ARCH(ia64) ENTRY(_start) SECTIONS { v = 0x0000000000000000 ; /* this symbol is here to make debugging with kdb easier... */ . = (0x000000000000000 + 0x
www.eeworm.com/read/432012/1901581

makefile

# comment this if you don't want debugging information CFLAGS += -DDEBUG TARGET = bios.o OBJS = bios_core.o flashchips.o pcisets.o \ filesystem.o procfs.o programming.o obj-m := $(TARGET
www.eeworm.com/read/431110/1911985

sh roadrun.sh

#!/bin/sh : turn on debugging ipsec whack --debug-control --debug-oppo --debug-dns : check out config ipsec eroute ping -c 4 -n 192.0.2.2 : transfer some data nc -w 5 192.0.2.2 2 | wc -l ipsec er