代码搜索:Debugger
找到约 7,466 项符合「Debugger」的源代码
代码结果 7,466
www.eeworm.com/read/216802/4884909
c module.c
/*
* File module.c - module handling for the wine debugger
*
* Copyright (C) 1993, Eric Youngdale.
* 2000-2004, Eric Pouech
*
* This library is free software; you can redistribute
www.eeworm.com/read/216502/4891236
c runpcs.c
#
/*
*
* UNIX debugger
*
*/
#include "defs.h"
MSG NOFORK;
MSG ENDPCS;
MSG BADWAIT;
CHAR *lp;
INT sigint;
INT sigqit;
/* breakpoints */
BKPTR bkpthead;
REGLIST reglist[];
CHAR lastc
www.eeworm.com/read/207991/4999441
mal tst666.mal
# small example to activate the debugger on a function
function tst(i:int):int;
io.print("hello");
i:=23;
return i;
end tst;
mdb.inspect("user","tst");
www.eeworm.com/read/206632/5005132
c kdmove.c
/*++
Copyright (c) 1990-2000 Microsoft Corporation. All rights reserved.
Module Name:
kdmove.c
Abstract:
This module contains code to implement the portable kernel debugger
www.eeworm.com/read/206632/5005137
c dbg.c
/*++
Copyright (c) 1995-2000 Microsoft Corporation, All rights reserved.
Module Name:
dbg.c
Abstract:
Environment:
WinCE
--*/
#ifdef DEBUG
#ifndef DEBUG_DEBUGGER
#
www.eeworm.com/read/206632/5005141
c kdapi.c
/*++
Copyright (c) 1990-2000 Microsoft Corporation. All rights reserved.
Module Name:
kdapi.c
Abstract:
Implementation of Kernel Debugger portable remote APIs.
--*/
#in
www.eeworm.com/read/206632/5005158
h kdp.h
/*++
Copyright (c) 1990-2000 Microsoft Corporation. All rights reserved.
Module Name:
kdp.h
Abstract:
Private include file for the Kernel Debugger subcomponent
Environment:
www.eeworm.com/read/205824/5017659
c init.c
/*++
Copyright (c) 1998-2001 Klaus P. Gerlicher
Module Name:
init.c
Abstract:
initialisation and cleanup of debugger kernel module
Environment:
Kernel mode only
Aut
www.eeworm.com/read/205824/5020317
c module.c
/*
* File module.c - module handling for the wine debugger
*
* Copyright (C) 1993, Eric Youngdale.
* 2000-2004, Eric Pouech
*
* This library is free software; you can redistribute