Sun Studio 12 Update 1:使用 dbx 调试程序

exists 命令

exists 命令用于检查符号名是否存在。仅在本地模式中有效。

语法

exists name

如果在当前程序中找到 name,则返回 0;如果没找到 name,则返回 1。

其中:

name 是符号名。