ToolboxSourceToolboxLLDB

module LLDB

Definitions

def self.data_path

Path to the toolbox data directory.

Implementation

def self.data_path
	Toolbox.data_path
end

def self.init_script_path

Path to the init script for LLDB.

Implementation

def self.init_script_path
	File.join(data_path, "toolbox", "init.py")
end