dbgif (tool command)

Establishes a link between the host workstation and the game target

Syntax

dbgif [-d]

Description

dbgif provides a link between gvd, the debugger running on the host development workstation, and the game system development board. Note that the dbgif program must be running in order to use the gvd debugger (GameShop).

Invoking dbgif with no options is usually sufficient for most of its intended purposes. Options are provided more for the purpose of troubleshooting the operation of gvd itself. gvd debugger is designed on the assumption that the system softwares on the target (the interface to communicate with the debugger) work correctly. To determine if a problem arises, use the option described below.

-d
The -d option captures all traffic between the host and target into a file. This file can record a very long debug session.

See Also

/dev/u64
the device file for communicating with target.

/usr/tmp/dbgif.log
the communication packet log file.

Revision History

1999/04/30 Changed Format