Programming and posix - February 2001

February 10, 2001
Solution Symposium
Page 64
hp e3000
programming
and posix
debugging your application - 2
MPE System Debugger
shell/iX> callci run ./program ;debug
Symbolic debugger - xdb (does not support gcc)
use -g switch during compile
shell/iX> c89 -g ...
link with /SYS/LIB/XDBEND
first, as MANAGER.SYS:
shell/iX> cd /SYS/LIB; ln -s XDBEND end.o
shell/iX> c89 -o /SYS/LIB/end.o
shell/iX> xdb -h program