代码搜索结果
找到约 215,515 项符合
Debug 的代码
debug.h
//=============================================================================================
/*
Debug.h
The Debug Header Function
Project : PKF 1.0 Personal Firewall
Author : Tony Zhu
debug.tcl
namespace eval ::debug {
proc help {} {
foreach proc [info commands ::debug::*] {
::debug::output $proc
}
}
proc printenvs {} {
global env
foreach env_var [array names env] { ::debug:
debug.h
/* @(#) debug.h 2.1 87/12/25 12:22:02 */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1986/11/14
defines conditional func
debug.java
package javazoom.Util;
import java.io.*;
import java.util.*;
/**
* This class implements a simple Debug Tool.
*/
public class Debug
{
private static Debug _instance = null;
private P
org.eclipse.cdt.debug.core.prefs
#Fri Oct 28 09:33:34 EDT 2005
org.eclipse.cdt.debug.corecDebug.Source.source_locations=\r\n\r\n
org.eclipse.cdt.debug.core.prefs
#Fri Oct 28 09:33:34 EDT 2005
org.eclipse.cdt.debug.corecDebug.Source.source_locations=\r\n\r\n
debug.cpp
#include
FILE *debugfile;
int DebugInit( void )
{
debugfile = fopen( "debug.log", "wt" );
if( debugfile == NULL )
return -1;
else{
fprintf( debugfile, "%s\n", "debug begin
debug.lkf
-z -q -c -o"./dsp_proj.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib"
"C:\ti\c5400\cgtools\lib\rts.lib"
"C:\ti\myprojects\c547x_ipc\dsp_proj\Debug\intvect.obj"
debug.lkv
-z -q -c -o"./dsp_proj.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib"
"C:\ti\c5400\cgtools\lib\rts.lib"
"C:\ti\myprojects\c547x_ipc\dsp_proj\Debug\intvect.obj"
debug.lkf
-z -q -c -m"dsp_boot.map" -o"dsp_boot.out" -x -i"c:/ti/c5400/bios/lib" -i"c:/ti/c5400/rtdx/lib" -i"c:/ti/c5400/cgtools/lib"
"C:\ti\myprojects\c547x_ipc\dsp_boot\Debug\dsp_boot.obj"
"C:\ti\myprojects