代码搜索:bug
找到约 10,000 项符合「bug」的源代码
代码结果 10,000
www.eeworm.com/read/443386/1742135
c bug.c
/*
* arch/v850/kernel/bug.c -- Bug reporting functions
*
* Copyright (C) 2001,02,03 NEC Electronics Corporation
* Copyright (C) 2001,02,03 Miles Bader
*
* This file is subjec
www.eeworm.com/read/440120/1802230
h bug.h
/* $Header: /usr/cvsroot/target/h/wrn/wm/common/bug.h,v 1.3 2003/01/16 18:20:10 josh Exp $ */
/*
* Copyright (C) 1999-2005 Wind River Systems, Inc.
* All rights reserved. Provided under license o
www.eeworm.com/read/439082/1819097
bug-hunting
[Sat Mar 2 10:32:33 PST 1996 KERNEL_BUG-HOWTO lm@sgi.com (Larry McVoy)]
This is how to track down a bug if you know nothing about kernel hacking.
It's a brute force approach but it works pretty we
www.eeworm.com/read/437952/1828186
java bug.java
//$Id: Bug.java 14747 2008-06-06 08:16:25Z hardy.ferentschik $
package org.hibernate.test.annotations.backquotes;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Ent
www.eeworm.com/read/432906/1888453
h bug.h
#ifndef __X86_BUG_H__
#define __X86_BUG_H__
#ifdef __x86_64__
#include
#else
#include
#endif
struct bug_frame {
unsigned char ud2[2];
unsigned char ret;
www.eeworm.com/read/432906/1888485
h bug.h
#ifndef __X86_32_BUG_H__
#define __X86_32_BUG_H__
struct bug_frame_str {
unsigned char mov[1];
unsigned long str;
} __attribute__((packed));
#define BUG_MOV_STR "\xbc"
#define dump_execution
www.eeworm.com/read/432906/1888529
h bug.h
#ifndef __X86_64_BUG_H__
#define __X86_64_BUG_H__
struct bug_frame_str {
unsigned char mov[2];
unsigned long str;
} __attribute__((packed));
#define BUG_MOV_STR "\x48\xbc"
#define dump_execu