Show a list of processes running on the target.
This command shows the processes running on the target.
If you do not specify process_name, the debugger shows all running processes in the Console window. The debugger variable $lsproc contains the number of found processes as a negative number. For example, when 5 processes are running, the value of $lsproc is -5.
If you specify process_name, the process found is displayed in the Console window and the debugger variable $lsproc contains the process ID. If no such process was found, the value of $lsproc is 0.