代码搜索结果
找到约 10,298 项符合
Monitor 的代码
monapp.h
/* This header file is used by both the application and the monitor.
It is the linkage used to establish a communication path between the
monitor and the application.
General notice:
T
start.c
#include "stddefs.h"
#include "monlib.h"
extern void main();
void
__main(void)
{
}
void
start(void)
{
char **argv;
int argc;
/* Connect the application to the monitor. This mus
cscope.files
main.c
start.c
tick.s
../../../common/monitor/aout.h
../../../common/monitor/arp.c
../../../common/monitor/at.c
../../../common/monitor/bootblk.c
../../../common/monitor/cache.c
../../../commo
config.h
/* Monitor configuration file. */
#if PLATFORM_CFEVAL
#define PLATFORM_NAME "EVAL_5206"
#else
#error "Platform name is not specified"
#endif
#define CPU_NAME "ColdFire 5206"
#define FLASH_
cscope.files
../../../common/cpu/dis_cf.c
../../../common/flash/29f040/flashdev.c
../../../common/flash/29f040/flashdev.h
../../../common/flash/29f040/flashpic.c
../../../common/monitor/alias.c
../../../commo
monapp.h
/* This header file is used by both the application and the monitor.
It is the linkage used to establish a communication path between the
monitor and the application.
*/
#define STD_CMD 0
start.c
#include "stddefs.h"
#include "monlib.h"
extern void main();
void
__main(void)
{
}
void
start(void)
{
char **argv;
int argc;
/* Connect the application to the monitor. This mus
hello.c
/* FLASH.C - LED Flasher for the Keil MCB251 Evaluation Board with 80C51 device*/
#include
#include
void main (void) {
#ifndef MONITOR
// init ser
vr4300el.mt
# Target: Little-endian SIM monitor board.
TDEPFILES= mips-tdep.o remote-mips.o
TM_FILE= tm-vr4300el.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a
tx39l.mt
# Target: Big-endian mips board, typically an IDT.
TDEPFILES= mips-tdep.o remote-mips.o dve3900-rom.o monitor.o dsrec.o
TM_FILE= tm-tx39l.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a