Programming and posix - April 2002

April 3, 2002
Solution Symposium
Page 65
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