From 9e6d35490a6542f9c97607f93c2ef8ca8e03cbcc Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 6 Jan 2016 20:12:03 +0000 Subject: Vendor import of lldb trunk r256945: https://llvm.org/svn/llvm-project/lldb/trunk@256945 --- .../html/classlldb_1_1SBModuleSpec.html | 483 +++++++++++++++++++++ 1 file changed, 483 insertions(+) create mode 100644 www/cpp_reference/html/classlldb_1_1SBModuleSpec.html (limited to 'www/cpp_reference/html/classlldb_1_1SBModuleSpec.html') diff --git a/www/cpp_reference/html/classlldb_1_1SBModuleSpec.html b/www/cpp_reference/html/classlldb_1_1SBModuleSpec.html new file mode 100644 index 0000000000000..22fb1e00f9c37 --- /dev/null +++ b/www/cpp_reference/html/classlldb_1_1SBModuleSpec.html @@ -0,0 +1,483 @@ + + + + + +LLVM: lldb::SBModuleSpec Class Reference + + +

LLDB API Documentation

+ + + + + +
+ +
+
lldb::SBModuleSpec Class Reference
+
+
+ +

#include <SBModuleSpec.h>

+ + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 SBModuleSpec ()
 SBModuleSpec (const SBModuleSpec &rhs)
 ~SBModuleSpec ()
const SBModuleSpecoperator= (const SBModuleSpec &rhs)
bool IsValid () const
void Clear ()
lldb::SBFileSpec GetFileSpec ()
void SetFileSpec (const lldb::SBFileSpec &fspec)
lldb::SBFileSpec GetPlatformFileSpec ()
void SetPlatformFileSpec (const lldb::SBFileSpec &fspec)
lldb::SBFileSpec GetSymbolFileSpec ()
void SetSymbolFileSpec (const lldb::SBFileSpec &fspec)
const char * GetObjectName ()
void SetObjectName (const char *name)
const char * GetTriple ()
void SetTriple (const char *triple)
const uint8_t * GetUUIDBytes ()
size_t GetUUIDLength ()
bool SetUUIDBytes (const uint8_t *uuid, size_t uuid_len)
bool GetDescription (lldb::SBStream &description)
+ + + + +

+Friends

class SBModuleSpecList
class SBModule
class SBTarget
+

Detailed Description

+
+

Definition at line 18 of file SBModuleSpec.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
lldb::SBModuleSpec::SBModuleSpec ()
+
+ +
+
+ +
+
+ + + + + + + + +
lldb::SBModuleSpec::SBModuleSpec (const SBModuleSpecrhs)
+
+ +
+
+ +
+
+ + + + + + + +
lldb::SBModuleSpec::~SBModuleSpec ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
void lldb::SBModuleSpec::Clear ()
+
+ +
+
+ +
+
+ + + + + + + + +
bool lldb::SBModuleSpec::GetDescription (lldb::SBStreamdescription)
+
+ +
+
+ +
+
+ + + + + + + +
lldb::SBFileSpec lldb::SBModuleSpec::GetFileSpec ()
+
+

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 ()
+
+ +
+
+ +
+
+ + + + + + + +
lldb::SBFileSpec lldb::SBModuleSpec::GetPlatformFileSpec ()
+
+

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.
+ +
+
+ +
+
+ + + + + + + +
lldb::SBFileSpec lldb::SBModuleSpec::GetSymbolFileSpec ()
+
+ +
+
+ +
+
+ + + + + + + +
const char* lldb::SBModuleSpec::GetTriple ()
+
+ +
+
+ +
+
+ + + + + + + +
const uint8_t* lldb::SBModuleSpec::GetUUIDBytes ()
+
+ +
+
+ +
+
+ + + + + + + +
size_t lldb::SBModuleSpec::GetUUIDLength ()
+
+ +
+
+ +
+
+ + + + + + + +
bool lldb::SBModuleSpec::IsValid () const
+
+ +
+
+ +
+
+ + + + + + + + +
const SBModuleSpec& lldb::SBModuleSpec::operator= (const SBModuleSpecrhs)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBModuleSpec::SetFileSpec (const lldb::SBFileSpecfspec)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBModuleSpec::SetObjectName (const char * name)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBModuleSpec::SetPlatformFileSpec (const lldb::SBFileSpecfspec)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBModuleSpec::SetSymbolFileSpec (const lldb::SBFileSpecfspec)
+
+ +
+
+ +
+
+ + + + + + + + +
void lldb::SBModuleSpec::SetTriple (const char * triple)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
bool lldb::SBModuleSpec::SetUUIDBytes (const uint8_t * uuid,
size_t uuid_len 
)
+
+ +
+
+

Friends And Related Function Documentation

+ +
+
+ + + + + +
+ + + + +
friend class SBModule
+
+friend
+
+ +

Definition at line 106 of file SBModuleSpec.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
friend class SBModuleSpecList
+
+friend
+
+ +

Definition at line 105 of file SBModuleSpec.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
friend class SBTarget
+
+friend
+
+ +

Definition at line 107 of file SBModuleSpec.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ +
+ + + -- cgit v1.2.3