Gets the values of one or more process properties. The other-args argument can include one or more property names. The CLI returns these property values in a list whose order is the same as the names you enter. If you use the
-all option instead of
object-id, the CLI returns a list containing one (sublist) element for each object.
Sets the values of one or more properties. The other-args arguments contains pairs of property names and values.
An identifier for a process. For example, 1 represents process 1. If you use the
-all option, the operation executes upon all objects of this class in the current focus.
The TV::process command lets you examine and set process properties and states, as the following list describes:
Like canonical_execution_name, this is the absolute file name of the program being debugged. It differs in that it contains an symbolic links and the like that exist for the program.
A Boolean value (either 1 or
0) indicating if the process is held. (
1 means that the process is held.)
The amount of memory used by the currently executing block or routines, and all the routines that have invoked it. For example, if your main routines invokes the foo() function, the stack contains two groups of information—these groups are called frames. The first frame contains the information required for the execution of your main routine and the second, which is the current frame, contains the information needed by the
foo() function. If
foo() invokes the
bar() function, the stack contains three frames. When
foo() finishes executing, the stack only contains one frame.
The stack_vm_size value is this difference in size.