Lines Matching defs:lldb

13 #include "lldb/API/SBDefines.h"
14 #include "lldb/API/SBError.h"
15 #include "lldb/API/SBSection.h"
16 #include "lldb/API/SBSymbolContext.h"
17 #include "lldb/API/SBValueList.h"
19 namespace lldb {
34 SBModule (lldb::SBProcess &process,
35 lldb::addr_t header_addr);
55 lldb::SBFileSpec
67 /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'
73 lldb::SBFileSpec
77 SetPlatformFileSpec (const lldb::SBFileSpec &platform_file);
79 lldb::ByteOrder
95 operator == (const lldb::SBModule &rhs) const;
98 operator != (const lldb::SBModule &rhs) const;
100 lldb::SBSection
103 lldb::SBAddress
104 ResolveFileAddress (lldb::addr_t vm_addr);
106 lldb::SBSymbolContext
107 ResolveSymbolContextForAddress (const lldb::SBAddress& addr,
111 GetDescription (lldb::SBStream &description);
116 lldb::SBCompileUnit
122 lldb::SBSymbol
125 lldb::SBSymbol
127 lldb::SymbolType type = eSymbolTypeAny);
129 lldb::SBSymbolContextList
131 lldb::SymbolType type = eSymbolTypeAny);
136 lldb::SBSection
152 /// A lldb::SBSymbolContextList that gets filled in with all of
155 lldb::SBSymbolContextList
157 uint32_t name_type_mask = lldb::eFunctionNameTypeAny);
175 lldb::SBValueList
176 FindGlobalVariables (lldb::SBTarget &target,
193 lldb::SBValue
194 FindFirstGlobalVariable (lldb::SBTarget &target, const char *name);
196 lldb::SBType
199 lldb::SBTypeList
202 lldb::SBType
203 GetBasicType(lldb::BasicType type);
211 /// together from the lldb::TypeClass enumeration. This allows
213 /// and union types. Passing in lldb::eTypeClassAny will return
219 lldb::SBTypeList
220 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
273 explicit SBModule (const lldb::ModuleSP& module_sp);
281 lldb::ModuleSP m_opaque_sp;
285 } // namespace lldb