|
LLDB mainline
|
#include <SBModuleSpec.h>
Public Member Functions | |
| SBModuleSpecList () | |
| SBModuleSpecList (const SBModuleSpecList &rhs) | |
| ~SBModuleSpecList () | |
| SBModuleSpecList & | operator= (const SBModuleSpecList &rhs) |
| void | Append (const SBModuleSpec &spec) |
| void | Append (const SBModuleSpecList &spec_list) |
| SBModuleSpec | FindFirstMatchingSpec (const SBModuleSpec &match_spec) |
| SBModuleSpecList | FindMatchingSpecs (const SBModuleSpec &match_spec) |
| size_t | GetSize () |
| SBModuleSpec | GetSpecAtIndex (size_t i) |
| bool | GetDescription (lldb::SBStream &description) |
Static Public Member Functions | |
| static SBModuleSpecList | GetModuleSpecifications (const char *path) |
Private Attributes | |
| std::unique_ptr< lldb_private::ModuleSpecList > | m_opaque_up |
Definition at line 111 of file SBModuleSpec.h.
| SBModuleSpecList::SBModuleSpecList | ( | ) |
Definition at line 190 of file SBModuleSpec.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
Referenced by Append(), FindMatchingSpecs(), GetModuleSpecifications(), operator=(), SBModuleSpecList(), and ~SBModuleSpecList().
| SBModuleSpecList::SBModuleSpecList | ( | const SBModuleSpecList & | rhs | ) |
Definition at line 194 of file SBModuleSpec.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_up, and SBModuleSpecList().
|
default |
References SBModuleSpecList().
| void SBModuleSpecList::Append | ( | const SBModuleSpec & | spec | ) |
Definition at line 220 of file SBModuleSpec.cpp.
References LLDB_INSTRUMENT_VA, lldb::SBModuleSpec::m_opaque_up, and m_opaque_up.
| void SBModuleSpecList::Append | ( | const SBModuleSpecList & | spec_list | ) |
Definition at line 226 of file SBModuleSpec.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_up, and SBModuleSpecList().
| SBModuleSpec SBModuleSpecList::FindFirstMatchingSpec | ( | const SBModuleSpec & | match_spec | ) |
Definition at line 247 of file SBModuleSpec.cpp.
References LLDB_INSTRUMENT_VA, lldb::SBModuleSpec::m_opaque_up, and m_opaque_up.
| SBModuleSpecList SBModuleSpecList::FindMatchingSpecs | ( | const SBModuleSpec & | match_spec | ) |
Definition at line 257 of file SBModuleSpec.cpp.
References LLDB_INSTRUMENT_VA, lldb::SBModuleSpec::m_opaque_up, m_opaque_up, and SBModuleSpecList().
| bool SBModuleSpecList::GetDescription | ( | lldb::SBStream & | description | ) |
Definition at line 266 of file SBModuleSpec.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_up, and lldb::SBStream::ref().
|
static |
| size_t SBModuleSpecList::GetSize | ( | ) |
Definition at line 232 of file SBModuleSpec.cpp.
References LLDB_INSTRUMENT_VA, and m_opaque_up.
| SBModuleSpec SBModuleSpecList::GetSpecAtIndex | ( | size_t | i | ) |
Definition at line 238 of file SBModuleSpec.cpp.
References LLDB_INSTRUMENT_VA, lldb::SBModuleSpec::m_opaque_up, and m_opaque_up.
| SBModuleSpecList & SBModuleSpecList::operator= | ( | const SBModuleSpecList & | rhs | ) |
Definition at line 199 of file SBModuleSpec.cpp.
References LLDB_INSTRUMENT_VA, m_opaque_up, and SBModuleSpecList().
|
private |
Definition at line 138 of file SBModuleSpec.h.
Referenced by Append(), Append(), FindFirstMatchingSpec(), FindMatchingSpecs(), GetDescription(), GetModuleSpecifications(), GetSize(), GetSpecAtIndex(), operator=(), SBModuleSpecList(), and SBModuleSpecList().