lldb.attach: lldb.attach

Description Usage Arguments Value See Also

View source: R/raw.r

Description

Attaches the debugger to an existing process. This would replace a call to lldb.load().

Usage

1
lldb.attach(pid = NULL, quiet = FALSE, setdefault = TRUE)

Arguments

pid

the PID of the process

setdefault

if TRUE, then the default handle will be updated with the return.

Value

An object of class lldb_handle; an external pointer.

See Also

lldb.breakfun lldb.breakline lldb.load


heckendorfc/lldbR documentation built on March 16, 2020, 12:24 a.m.