代码搜索:Debugging
找到约 8,473 项符合「Debugging」的源代码
代码结果 8,473
www.eeworm.com/read/431110/1912204
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
www.eeworm.com/read/430518/1921687
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/430518/1921854
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/430182/1936481
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/407313/2266709
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/405332/2293114
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/395929/2430859
c tree.c
#include "c.h"
static char rcsid[] = "$Id: tree.nw,v 2.8 1998/09/03 16:49:01 drh Exp $";
int where = STMT;
static int warn;
static int nid = 1; /* identifies trees & nodes in debugging output */
st
www.eeworm.com/read/393286/2484200
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/393286/2484351
s debug-macro.s
/* linux/include/asm-arm/arch-epxa10db/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