LLDB mainline
Public Attributes | List of all members
lldb_private::SourceModule Struct Reference

Information needed to import a source-language module. More...

#include <SourceModule.h>

Public Attributes

std::vector< ConstStringpath
 Something like "Module.Submodule".
 
ConstString search_path
 
ConstString sysroot
 

Detailed Description

Information needed to import a source-language module.

Definition at line 18 of file SourceModule.h.

Member Data Documentation

◆ path

std::vector<ConstString> lldb_private::SourceModule::path

◆ search_path

ConstString lldb_private::SourceModule::search_path

◆ sysroot

ConstString lldb_private::SourceModule::sysroot

The documentation for this struct was generated from the following file: