代码搜索:debugger
找到约 7,466 项符合「debugger」的源代码
代码结果 7,466
www.eeworm.com/read/393286/2476705
ld rte_nb85e_cb-multi.ld
/* Linker script for the Midas labs RTE-NB85E-CB evaluation board
(CONFIG_RTE_CB_NB85E), with the Multi debugger ROM monitor . */
MEMORY {
/* 1MB of SRAM; we can't use the last 96KB, because it'
www.eeworm.com/read/369339/2801607
c cdb1.c
#
/*
C debugger
*/
#include "/usr/sys/param.h"
#include "/usr/sys/user.h"
#define DSP 0
#define ISP 1
#define NBKP 10
#define SYMSIZ 12*400
#define BADJST 01
int fcore;
int errno;
int fsym;
int
www.eeworm.com/read/358128/3001438
pod perl.pod
=head1 NAME
perl - Practical Extraction and Report Language
=head1 SYNOPSIS
B S
S
S
www.eeworm.com/read/268797/11121330
right bugifs.right
(bugIFS.sh:3):
3: interface_names='qfe0 qfe3'
+# Debugger test of an old IFS bug
+#
+### Going to the location where IFS should be reset in the code...
+continue 5
One-time breakpoint 1 set in file b
www.eeworm.com/read/268797/11121387
right bug-args.right
(bug-args.sh:3):
3: echo First parm is: $1
+# Debugger test to see that parameter handling of $1, $2, etc is correct.
+p $#
1
+p $5
+step 2
First parm is: --help
(bug-args.sh:5):
5: shift 2
+# There
www.eeworm.com/read/268797/11121496
sh dbg-test1.sh
#!/usr/bin/env bash
# Note: no CVS Id line since it would mess up regression testing.
# This code is used for various debugger testing.
fn1() {
echo "fn1 here"
x=5
fn3
}
fn2() {
www.eeworm.com/read/268797/11121538
in dbg-test1.sh.in
#!/usr/bin/env bash
# Note: no CVS Id line since it would mess up regression testing.
# This code is used for various debugger testing.
fn1() {
echo "fn1 here"
x=5
fn3
}
fn2() {
www.eeworm.com/read/432585/8589792
prj section.prj
[ProjectManager]
Version=5.00
Path=D:\demo\exfunc\section\
Title=section
Series=78K0.PM
Device=uPD78F0884
Target=D:\demo\exfunc\section\option.lmf
[Tools]
MakeFile=section.mak
Debugger=C:\NEC
www.eeworm.com/read/283073/9044297
txt readme.txt
Without this, the debugger spontaneously fails!
1 - Install mdk315b
2 - Replace the files:
\Keil\ARM\BIN\ARM.DLL with one from mdk305a\Keil\ARM\BIN\ARM.DLL
\Keil\ARM\BIN31\ARM.DLL
www.eeworm.com/read/276059/10770208
readme
2004-01-29 : LuaIDE 1.0 Final Released!
Some bugfixes from Jan-Eric Duden:
Debugger.cpp: - Fixed race-condition concernig m_pThread.
LuaHelper.cpp:- Uses now new API call the register debug lines.