Lines Matching refs:lldb

13 #include "lldb/API/SBData.h"
14 #include "lldb/API/SBDefines.h"
15 #include "lldb/API/SBType.h"
20 namespace lldb {
29 SBValue (const lldb::SBValue &rhs);
31 lldb::SBValue &
32 operator =(const lldb::SBValue &rhs);
45 lldb::user_id_t
60 lldb::Format
64 SetFormat (lldb::Format format);
70 GetValueAsSigned (lldb::SBError& error, int64_t fail_value=0);
73 GetValueAsUnsigned (lldb::SBError& error, uint64_t fail_value=0);
93 lldb::SBValue
94 GetDynamicValue (lldb::DynamicValueType use_dynamic);
96 lldb::SBValue
99 lldb::SBValue
102 lldb::DynamicValueType
106 SetPreferDynamicValue (lldb::DynamicValueType use_dynamic);
128 SetValueFromCString (const char *value_str, lldb::SBError& error);
130 lldb::SBTypeFormat
134 lldb::SBTypeSummary
138 lldb::SBTypeFilter
142 lldb::SBTypeSynthetic
146 lldb::SBValue
149 lldb::SBValue
150 CreateChildAtOffset (const char *name, uint32_t offset, lldb::SBType type);
152 lldb::SBValue
153 Cast (lldb::SBType type);
155 lldb::SBValue
158 lldb::SBValue
161 lldb::SBValue
163 lldb::addr_t address,
164 lldb::SBType type);
168 lldb::SBValue
170 lldb::SBData data,
171 lldb::SBType type);
223 lldb::SBValue
225 lldb::DynamicValueType use_dynamic,
235 lldb::SBValue
240 lldb::SBValue
241 GetChildMemberWithName (const char *name, lldb::DynamicValueType use_dynamic);
244 lldb::SBValue
247 lldb::SBValue
250 lldb::addr_t
253 lldb::SBAddress
277 lldb::SBData
291 lldb::SBData
295 SetData (lldb::SBData &data, lldb::SBError& error);
297 lldb::SBDeclaration
325 lldb::SBTarget
328 lldb::SBProcess
331 lldb::SBThread
334 lldb::SBFrame
337 lldb::SBValue
343 lldb::SBType
347 GetDescription (lldb::SBStream &description);
350 GetExpressionPath (lldb::SBStream &description);
353 GetExpressionPath (lldb::SBStream &description,
356 SBValue (const lldb::ValueObjectSP &value_sp);
384 lldb::SBWatchpoint
388 lldb::SBWatchpoint
417 lldb::SBWatchpoint
430 lldb::ValueObjectSP
459 lldb::ValueObjectSP
464 SetSP (const lldb::ValueObjectSP &sp);
467 SetSP (const lldb::ValueObjectSP &sp, bool use_synthetic);
470 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic);
473 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic);
476 SetSP (const lldb::ValueObjectSP &sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name);
486 } // namespace lldb