#include <SBModuleSpec.h>
Detailed Description
Definition at line 18 of file SBModuleSpec.h.
Constructor & Destructor Documentation
lldb::SBModuleSpec::SBModuleSpec |
( |
| ) |
|
lldb::SBModuleSpec::SBModuleSpec |
( |
const SBModuleSpec & |
rhs | ) |
|
lldb::SBModuleSpec::~SBModuleSpec |
( |
| ) |
|
Member Function Documentation
void lldb::SBModuleSpec::Clear |
( |
| ) |
|
bool lldb::SBModuleSpec::GetDescription |
( |
lldb::SBStream & |
description | ) |
|
Get const accessor for the module file.
This function returns the file for the module on the host system that is running LLDB. This can differ from the path on the platform since we might be doing remote debugging.
- Returns
- A const reference to the file specification object.
const char* lldb::SBModuleSpec::GetObjectName |
( |
| ) |
|
Get accessor for the module platform file.
Platform file refers to the path of the module as it is known on the remote system on which it is being debugged. For local debugging this is always the same as Module::GetFileSpec(). But remote debugging might mention a file '/usr/lib/liba.dylib' which might be locally downloaded and cached. In this case the platform file could be something like: '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib' The file could also be cached in a local developer kit directory.
- Returns
- A const reference to the file specification object.
const char* lldb::SBModuleSpec::GetTriple |
( |
| ) |
|
const uint8_t* lldb::SBModuleSpec::GetUUIDBytes |
( |
| ) |
|
size_t lldb::SBModuleSpec::GetUUIDLength |
( |
| ) |
|
bool lldb::SBModuleSpec::IsValid |
( |
| ) |
const |
void lldb::SBModuleSpec::SetObjectName |
( |
const char * |
name | ) |
|
void lldb::SBModuleSpec::SetTriple |
( |
const char * |
triple | ) |
|
bool lldb::SBModuleSpec::SetUUIDBytes |
( |
const uint8_t * |
uuid, |
|
|
size_t |
uuid_len |
|
) |
| |
Friends And Related Function Documentation
The documentation for this class was generated from the following file: