R/lldbR.r

#' lldbR
#' 
#' LLDB API R wrapper
#'
#' @importFrom utils capture.output
#' 
#' @useDynLib lldbR, R_load_process, R_run_process, R_set_breakpoint, R_get_value, R_continue, R_step, R_stepto, R_lldb_startup, R_lldb_shutdown
#' 
#' @name lldbR
#' @docType package
#' @title LLDB API R wrapper
#' @author Christian Heckendorf \email{heckendorfc@@gmail.com}
#' @keywords package
NULL
heckendorfc/lldbR documentation built on March 16, 2020, 12:24 a.m.