代码搜索结果

找到约 10,298 项符合 Monitor 的代码

h8300.mt

# Target: H8300 with HMS monitor, E7000 ICE and H8 simulator TDEPFILES= h8300-tdep.o remote-e7000.o ser-e7kpc.o monitor.o remote-hms.o dsrec.o TM_FILE= tm-h8300.h SIM_OBS = remote-sim.o SIM = ../sim/

sparclet.mt

# OBSOLETE # Target: SPARC embedded Sparclet monitor # OBSOLETE TDEPFILES= sparc-tdep.o monitor.o sparclet-rom.o dsrec.o # OBSOLETE TM_FILE= tm-sparclet.h

m32r.mt

# Target: Renesas m32r processor TDEPFILES= m32r-tdep.o monitor.o m32r-rom.o dsrec.o SIM_OBS = remote-sim.o SIM = ../sim/m32r/libsim.a

i386-bozo.exp

load_lib "../config/monitor.exp"

arm-ice.exp

load_lib "../config/monitor.exp";

h8300.exp

load_lib "../config/monitor.exp";

cygmon.exp

load_lib "../config/monitor.exp";

ttcreatemonitor.m

% TTCREATEMONITOR Create a TrueTime monitor. % % Usage: ttCreateMonitor(name, display) % % Inputs: % name Name of the monitor, must be unique. % display 0 or 1, to indicate if the mon

ttentermonitor.m

% TTENTERMONITOR Attempt to enter a monitor. % % Usage: ttEnterMonitor(monitorname) % % Inputs: % monitorname Name of the monitor the task attempts to enter. % % See also TTCREATEMONI

ttexitmonitor.m

% TTEXITMONITOR Exit a monitor. % % Usage: ttExitMonitor(monitorname) % % Inputs: % monitorname Name of the monitor the task is exiting. % % See also TTCREATEMONITOR, TTENTERMONITOR %