debug [-svV] [-c args]where:
Examples illustrating the use of the debug command with MIPS' dbx follow.
% cat /etc/remote.pdbx Display port information on host port1. port1:dv=/dev/tty1:br#9600: % cat ~/.dbxinit Display setup for dbx. set $pdbxport = "port1" set $usesockets=0 set $manual_load = 1 PMON> set hostport tty1 Specify protocol and port for target. PMON> set dlproto EtxAck PMON> set dlecho off PMON> load Prepare for download, and start. % edown /dev/tty1 < test1.rec % dbx -prom test1 Invoke dbx. (dbx) stop in main Optionally set breakpoint at main. (dbx) run Prepare for execution. PMON> debug Begin executing.