mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-11 05:32:59 +00:00
433 B
433 B
Name
Inspector - Serenity process inspector
Synopsis
$ Inspector [pid]
Arguments
pid
: Process ID to inspect
Description
Inspector facilitates process inspection via RPC.
The inspected process must have previously allowed the
accept
(2) system call with
pledge
(2) to allow inspection
via UNIX socket.
Examples
$ Inspector $(pidof Shell)