Sun Studio 12: Debugging a Program With dbx

list Expressions

Use the list command to print the source listing for the specified function instantiation.


(dbx) list square(int, int*)

For more information, see list Command.