代码搜索:Debugging
找到约 8,473 项符合「Debugging」的源代码
代码结果 8,473
www.eeworm.com/read/362989/2925317
s debug-macro.s
/* linux/include/asm-arm/arch-shark/debug-macro.S
*
* Debugging macro include header
*
* Copyright (C) 1994-1999 Russell King
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
*
* This
www.eeworm.com/read/362989/2925358
s debug-macro.s
/* linux/include/asm-arm/arch-s3c2410/debug-macro.S
*
* Debugging macro include header
*
* Copyright (C) 1994-1999 Russell King
* Copyright (C) 2005 Simtec Electronics
*
* Moved from linux/a
www.eeworm.com/read/362989/2925443
s debug-macro.s
/* linux/include/asm-arm/arch-integrator/debug-macro.S
*
* Debugging macro include header
*
* Copyright (C) 1994-1999 Russell King
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
*
*
www.eeworm.com/read/255727/4373020
java assert.java
//: com:bruceeckel:tools:debug:Assert.java
// Assertion tool for debugging.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
p
www.eeworm.com/read/252364/4408839
70ae7aba9b92001b1480d697f94b239e
//: com:bruceeckel:tools:debug:Assert.java
// Assertion tool for debugging.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
p
www.eeworm.com/read/158872/5592395
c optimize.c
/* Source for debugging optimimzed code test.
cc -g -O -o optimize optimize.c
*/
int callee();
int test_opt;
int main()
{
int a,b,c,d,e,f,g,h;
a = 10;;
/* Value propagate
*/
b
www.eeworm.com/read/202497/15381266
m4 acinclude.m4
dnl OSB_ENABLE_DEBUG
dnl -----------------
dnl check to enable debug compiler flags
AC_DEFUN([OSB_ENABLE_DEBUG],
[AC_ARG_ENABLE([debug],
AC_HELP_STRING([--enable-debug],[enable debugging (default is
www.eeworm.com/read/202494/15381471
m4 acinclude.m4
dnl OSB_ENABLE_DEBUG
dnl -----------------
dnl check to enable debug compiler flags
AC_DEFUN([OSB_ENABLE_DEBUG],
[AC_ARG_ENABLE([debug],
AC_HELP_STRING([--enable-debug],[enable debugging (default is
www.eeworm.com/read/105179/15676051
h sched.h
#ifndef _LINUX_SCHED_H
#define _LINUX_SCHED_H
#define NEW_SWAP
/*
* define DEBUG if you want the wait-queues to have some extra
* debugging code. It's not normally used, but might catch some
* wa