代码搜索:Debugging
找到约 8,473 项符合「Debugging」的源代码
代码结果 8,473
www.eeworm.com/read/494196/1161688
h config.h
#include
#define PSII_VERSION TEXT("[PocketStoreII] v1.5.1 RC1 (31/MAR/2006)\r\n")
// Debugging message
#define PSII_DBGMSG_ENABLE
#if defined(PSII_DBGMSG_ENABLE)
#define PSII_R
www.eeworm.com/read/480930/1305248
gdbinit .gdbinit
echo Setting up the environment for debugging vmlinux...\n
echo set remotedebug 0 \n
set remotedebug 0
echo cd arch/mips/kernel \n
cd arch/mips/kernel
echo target remote /dev/ttyS0 \n
target remote /d
www.eeworm.com/read/480930/1305415
lds fprom.lds
OUTPUT_FORMAT("elf64-ia64-little")
OUTPUT_ARCH(ia64)
ENTRY(_start)
SECTIONS
{
v = 0x0000000000000000 ; /* this symbol is here to make debugging with kdb easier... */
. = (0x000000000000000 + 0x
www.eeworm.com/read/479931/1328145
s asmsrc2.s
.include "common.inc"
.include "arch.inc"
comment "Second file in assembly source debugging testcase."
.global foo2
gdbasm_declare foo2
comment "mark: foo2 start"
gdbasm_enter
comment "Call
www.eeworm.com/read/472233/1413739
xcconfig base.xcconfig
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DEBUGGING_SYMBOLS = default;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_OBJC_E
www.eeworm.com/read/472233/1416668
xcconfig base.xcconfig
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DEBUGGING_SYMBOLS = default;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_ENABLE_CPP_R
www.eeworm.com/read/472233/1417147
xcconfig base.xcconfig
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DEBUGGING_SYMBOLS = default;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_OBJC_E
www.eeworm.com/read/472233/1417639
xcconfig base.xcconfig
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DEBUGGING_SYMBOLS = default;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_OBJC_E
www.eeworm.com/read/250243/4439961
s debug-macro.s
/* linux/include/asm-arm/arch-clps711x/debug-macro.S
*
* Debugging macro include header
*
* Copyright (C) 1994-1999 Russell King
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
*
* Th
www.eeworm.com/read/250243/4440102
s debug-macro.s
/* linux/include/asm-arm/arch-epxa10db/debug-macro.S
*
* Debugging macro include header
*
* Copyright (C) 1994-1999 Russell King
* Moved from linux/arch/arm/kernel/debug.S by Ben Dooks
*
* Th