代码搜索:Debug
找到约 10,000 项符合「Debug」的源代码
代码结果 10,000
www.eeworm.com/read/145407/12726235
lkv debug.lkv
-z -q -c -m"./Debug/myMcBSP.map" -o"./Debug/myMcBSP.out" -x -i"c:/ti/C5400/bios/lib" -i"c:/ti/C5400/dsk5416/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/xdais/lib" -i"c:/ti/c5400/cgtools/lib"
"C:\ti\
www.eeworm.com/read/145341/12734797
h debug.h
int debug_poll(void);
int debug_halt(void);
int debug_restart(void);
#define DEBUG_SPEED 0
#define SYSTEM_SPEED 1
#define DEBUG_SPEED_SHORT 2
www.eeworm.com/read/145341/12734878
c debug.c
#include
#include
#include "jtag.h"
#include "debug.h"
#include "regs.h"
extern unsigned long Data[10];
int debug_exec(unsigned long * data, int type)
{
/* allows f
www.eeworm.com/read/145256/12742552
h debug.h
/*
* Zebra debug related function
* Copyright (C) 1999 Kunihiro Ishiguro
*
* This file is part of GNU Zebra.
*
* GNU Zebra is free software; you can redistribute it and/or modify it
* under the
www.eeworm.com/read/145256/12742673
c debug.c
/*
* Zebra debug related function
* Copyright (C) 1999 Kunihiro Ishiguro
*
* This file is part of GNU Zebra.
*
* GNU Zebra is free software; you can redistribute it and/or modify it
* under the
www.eeworm.com/read/145247/12743454
c debug.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/246275/12744761
c debug.c
#include
#include
#include "debug.h"
void dbg_print(const char *format, ...)
{
va_list ap;
va_start(ap, format);
vsyslog(LOG_DAEMON, format, ap);
va_end(ap);
vfprintf(std
www.eeworm.com/read/246275/12744788
h debug.h
#ifndef __DEBUG_H__
#define __DEBUG_H__
#include
#define dbg_open(ident) \
{ \
openlog(ident, LOG_PID, LOG_DAEMON); \
}
#define dbg_close() closelog();
#ifdef __cplusplus
extern "C" {
www.eeworm.com/read/332478/12754327
h debug.h
extern void DebugInfo(HRESULT Ret, char *Str, int Line, int Mode);
#define _DEBUG_DD(exp) { { HRESULT rval = exp; if (rval != DD_OK) { DebugInfo(rval, __FILE__, __LINE__, 0); return FALSE; } } }
www.eeworm.com/read/332478/12754917
h debug.h
#ifndef __DEBUG_H__
#define __DEBUG_H__
extern int debug_SavePacketExeTimeIng( void );
extern void debug_SavePacketExeTime( void );
extern void debug_StopSavePacketExeTime(