lldb.exit: lldb.exit

Description Usage Arguments Details See Also Examples

View source: R/raw.r

Description

Halt the process, destroy the handle, and reset the default handle as necessary.

Usage

1
lldb.exit(handle = NULL)

Arguments

handle

handle returned from lldb.load() or NULL for the default handle

Details

Strictly speaking, you do not need to call this function as it will be called automatically during garbage collection. However, if you wish to halt the attached process manually, this is the simplest way to do so.

See Also

handles, lldb.load

Examples

1
2
3
4
5
6
## Not run: 
library(lldbR)
lldb.load("/path/to/binary")
lldb.exit()

## End(Not run)

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