idb show process-list

Show a list of processes running on the target.

Syntax

idb show process-list [ "process_name" ]

Parameters

process_name

The name of the process to be shown.

Description

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.


Submit feedback on this help topic