OperatingSystemBase.process¶
-
OperatingSystemBase.
process
(pid=None, dtb=None)[source]¶ Get a process running in the guest.
This function tries to retrieve a process running in the guest based on its PID or DTB.
- Parameters
- Returns
A presentation of the process or None if the process cannot be found.
- Return type
- Raises
ValueError – If neither PID nor DTB was specified.