dp[?] List, attach to process or thread id
Usage: dp # Process commands
dpList current pid and childrendp <pid>List children of piddp*[j]List all attachable pids. Supports JSON outputdp- <pid>Detach select piddp=<pid>Select piddpa <pid>Attach and select piddpcSelect forked pid (see dbg.forks)dpc*Display forked pid (see dbg.forks)dpeShow path to executable. Show file pathdpfAttach to pid like file fd // HACKdpk <pid> [<signal>]Send signal to process (default 0)dpnCreate new process (fork)dptnCreate new thread (clone)dptList threads of current piddpt <pid>List threads of processdpt=<thread>Attach to thread
dp dp* dp- dp= dpa dpc dpc* dpe dpf dpk dpn dptn dpt dpt=