Cmd_Forward - HP B1476 68020 User Manual

Debugger/emulator
Table of Contents

Advertisement

Chapter 15: Predefined Macros

cmd_forward

cmd_forward
Function
Send a comand to another attached emulator interface.
Synopsis
int cmd_forward (ui_id, command)
char *ui_id;
char *command;
Description
This macro sends the string command to the interface ui_id. Interface ui_id
will then interpret command as input to its command line.
This macro provides a way for the target program to send commands to an
emulator interface, as well as allowing control of all interfaces from a common
point.
The interfaces that are currently supported are:
Emul
Perf
BMS
Debug
If an interface of the type specified is currently running, the command will be
executed there and any errors will be displayed there.
Diagnostics
A zero is returned if ui_id is not attached to the emulator. A one is returned if
ui_id is attached.
562
Emulator/analyzer interface. If several emulator
interfaces are sharing the emulator, the command will
be forwarded to the most recently started interface.
Software Performance Analyzer.
Broadcast Message Server (the Softbench Gateway).
Debugger. This sends a command back to the debugger
you are using.

Advertisement

Table of Contents
loading

This manual is also suitable for:

B1476 68030

Table of Contents