代码搜索:debugging
找到约 8,473 项符合「debugging」的源代码
代码结果 8,473
www.eeworm.com/read/253932/4391699
in config.in
mainmenu_option next_comment
comment 'Sparc debugging '
bool 'Integer unit register writes ' CONFIG_DEBUG_IURF
dep_bool 'Floating-point unit register writes ' CONFIG_DEBUG_FPURF $
www.eeworm.com/read/161121/5555473
c dump_tlb.c
/*
* Dump R4x00 TLB for debugging purposes.
*
* Copyright (C) 1994, 1995 by Waldorf Electronics, written by Ralf Baechle.
* Copyright (C) 1999 by Silicon Graphics, Inc.
*/
#include
www.eeworm.com/read/161121/5556795
c debug.c
/*
* linux/arch/m68k/atari/debug.c
*
* Atari debugging and serial console stuff
*
* Assembled of parts of former atari/config.c 97-12-18 by Roman Hodek
*
* This file is subject to the terms a
www.eeworm.com/read/161121/5557722
c dump_tlb.c
/*
* Dump R4x00 TLB for debugging purposes.
*
* Copyright (C) 1994, 1995 by Waldorf Electronics, written by Ralf Baechle.
* Copyright (C) 1999 by Silicon Graphics, Inc.
*/
#include
www.eeworm.com/read/158865/5593739
h coff.h
/* Definitions of target machine for GNU compiler.
m68k series COFF object files and debugging, version.
Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc.
This file is part of GNU C
www.eeworm.com/read/158865/5594021
h i386-aout.h
/* Definitions for "naked" Intel 386 using a.out (or coff encap'd
a.out) object format and stabs debugging info.
Copyright (C) 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
www.eeworm.com/read/152843/5656663
c dump_tlb.c
/*
* Dump R4x00 TLB for debugging purposes.
*
* Copyright (C) 1994, 1995 by Waldorf Electronics, written by Ralf Baechle.
* Copyright (C) 1999 by Silicon Graphics, Inc.
*/
#include
www.eeworm.com/read/152843/5656952
c dump_tlb.c
/*
* Dump R4x00 TLB for debugging purposes.
*
* Copyright (C) 1994, 1995 by Waldorf Electronics, written by Ralf Baechle.
* Copyright (C) 1999 by Silicon Graphics, Inc.
*/
#include
www.eeworm.com/read/152843/5658742
c debug.c
/*
* linux/arch/m68k/atari/debug.c
*
* Atari debugging and serial console stuff
*
* Assembled of parts of former atari/config.c 97-12-18 by Roman Hodek
*
* This file is subject to the terms and
www.eeworm.com/read/369687/9636301
h xlmalloc.h
#ifndef XLMALLOC_H
#define XLMALLOC_H
union header {
struct {
union header *ptr;
unsigned long size;
} s;
char c[8]; // For debugging; also ensure size is 8 bytes
};
// sheader结构是h