代码搜索:Debugger
找到约 7,466 项符合「Debugger」的源代码
代码结果 7,466
www.eeworm.com/read/239567/4597487
java versioncommand.java
/*
* Author: atotic
* Created on Apr 19, 2004
* License: Common Public License v1.0
*/
package org.python.pydev.debug.model.remote;
/**
* Version debugger command.
*
* See protocol
www.eeworm.com/read/238372/4615479
gdb_backtrace
#!/bin/sh
BASENAME=`basename $0`
if [ -n "$VALGRIND" -o -n "$SMBD_VALGRIND" ]; then
echo "${BASENAME}: Not running debugger under valgrind"
exit 1
fi
# we want everything on stderr, so the progra
www.eeworm.com/read/229812/4749305
gml trap.gml
.chap *refid=Introd1 Introduction
The &company debugger consists of a number of separate pieces of code. The
main executable, WD.EXE (wd on UNIX systems), provides a debugging `engine'
and user int
www.eeworm.com/read/216802/4882498
c shell.c
/*++
Copyright (c) 1998-2001 Klaus P. Gerlicher
Module Name:
shell.c
Abstract:
user interface for debugger
Environment:
Kernel mode only
Author:
Klaus P. Ger
www.eeworm.com/read/216802/4882551
c serial.c
/*++
Copyright (c) 1998-2001 Klaus P. Gerlicher
Module Name:
serial.c
Abstract:
serial debugger connection
Environment:
LINUX 2.2.X
Kernel mode only
Author:
www.eeworm.com/read/216502/4891222
c access.c
#
/*
*
* UNIX debugger
*
*/
#include "defs.h"
MSG ODDADR;
MSG BADDAT;
MSG BADTXT;
MAP txtmap;
MAP datmap;
INT wtflag;
STRING errflg;
INT errno;
INT pid;
/* file handling and acces
www.eeworm.com/read/216502/4891231
c pcs.c
#
/*
*
* UNIX debugger
*
*/
#include "defs.h"
MSG NOBKPT;
MSG SZBKPT;
MSG EXBKPT;
MSG NOPCS;
MSG BADMOD;
/* breakpoints */
BKPTR bkpthead;
CHAR *lp;
CHAR lastc;
POS corhdr[512];
POS
www.eeworm.com/read/216499/4892607
s execv.s
/ C library -- execv
/ execv(file, argv);
/
/ where argv is a vector argv[0] ... argv[x], 0
/ last vector element must be 0
/
/ The _exectrap flags is used by the debugger and causes
/ a trace trap o
www.eeworm.com/read/209559/4959956
makefile
#
# MAKEFILE FOR THE MIPS LINUX BOOTLOADER AND ROM DEBUGGER
#
# i-data Networks
#
# Author: Thomas Horsten
#
ifndef Version
Version = "$(USER)-test"
endif
MKLASATIMG = mklasatimg
M
www.eeworm.com/read/209211/4983678
c print.c
/*
*
* debugger
*
*/
#include "defs.h"
#include "fns.h"
extern int infile;
extern int outfile;
extern int maxpos;
/* general printing routines ($) */
char *Ipath = INCDIR;
static int tracetype;