博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

23号博客

  0023.cublog.cn

关于作者
bsd: OpenBSD+Fluxbox
linux: Fedroa+Gnome
tools: 
       GnomeTerminal/Qterm
       Opera/Firefox
       Gvim/Gedit
       
       Cc+Python+Java
       4gl/Abap

Email: No.0023@gmail.com
|| << >> ||
我的分类


OpenBSD command: pmdb
PMDB(1)                    OpenBSD Reference Manual                    PMDB(1)

NAME
     pmdb - debugger

SYNOPSIS
     pmdb [-c core] [-p pid] program ...

DESCRIPTION
     The pmdb utility can be used to see what is happening inside a running
     process or to catch program crashes and examine the state at the time of
     the crash.  The only way to start pmdb at this moment is to specify the
     name of the program to be debugged and all its arguments on the command
     line.  Optionally, -c can be used to specify a core file to examine.  It
     is also possible to debug a process that is already running by specifying
     the process's PID to the -p flag.  This causes the process to be put in
     STOPPED state until execution is resumed either by an explicit command to
     pmdb or by exiting pmdb.  The program is controlled from a command line
     which usually gives the prompt "pmdb>".

PROCESS STATES
     A loaded program can be in one of three possible states:

...

发表于: 2008-04-27,修改于: 2008-04-27 23:54,已浏览145次,有评论0条 推荐 投诉


网友评论
 发表评论