Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 25 of 120) sorted by relevance

12345

/openbsd-src/gnu/llvm/lldb/examples/scripting/
H A Dtree_utils.py61 if left_child_ptr.GetValue() is None:
70 if right_child_ptr.GetValue() is None:
86 if (root.GetValue is None):
89 if (int(root.GetValue(), 16) == 0):
109 if (root.GetChildAtIndex(1).GetValue() is not None) and (
110 int(root.GetChildAtIndex(1).GetValue(), 16) != 0):
115 if (root.GetChildAtIndex(2).GetValue() is not None) and (
116 int(root.GetChildAtIndex(2).GetValue(), 16) != 0):
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp34 property.GetValue()->SetParent(shared_from_this()); in Initialize()
85 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey()
190 return setting->GetValue(); in GetPropertyValueAtIndex()
216 return property->GetValue()->GetAsArch(); in GetPropertyAtIndexAsOptionValueArch()
225 return property->GetValue()->GetAsLanguage(); in GetPropertyAtIndexAsOptionValueLanguage()
233 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsLanguage()
246 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsArgs()
277 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexFromArgs()
300 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsBoolean()
311 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexAsBoolean()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h105 return ((integer != nullptr) ? integer->GetValue() : fail_value);
116 return ((f != nullptr) ? f->GetValue() : fail_value);
127 return ((b != nullptr) ? b->GetValue() : fail_value);
139 return s->GetValue();
206 result = static_cast<IntType>(int_value->GetValue()); in GetItemAtIndexAsInteger()
226 result = string_value->GetValue(); in GetItemAtIndexAsString()
245 result = ConstString(string_value->GetValue()); in GetItemAtIndexAsString()
302 uint64_t GetValue() { return m_value; } in GetValue() function
321 double GetValue() { return m_value; } in GetValue() function
340 bool GetValue() { return m_value; } in GetValue() function
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.cpp385 image->GetValueForKey("load_address")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
387 image->GetValueForKey("mod_date")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
389 image->GetValueForKey("pathname")->GetAsString()->GetValue(), in JSONImageInformationIntoImageInfo()
395 mh->GetValueForKey("magic")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
397 mh->GetValueForKey("cputype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
399 mh->GetValueForKey("cpusubtype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
401 mh->GetValueForKey("filetype")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
407 ->GetValue()); in JSONImageInformationIntoImageInfo()
436 ->GetValue()); in JSONImageInformationIntoImageInfo()
444 mh->GetValueForKey("flags")->GetAsInteger()->GetValue(); in JSONImageInformationIntoImageInfo()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp496 ->GetValue()); in FormatDescription()
620 ->GetValue()); in GenerateSummary()
665 ->GetValue()); in GenerateSummary()
672 ->GetValue(); in GenerateSummary()
677 ->GetValue(); in GenerateSummary()
690 ->GetValue(); in GenerateSummary()
737 ->GetValue(); in GetLocationDescription()
756 ->GetValue(); in GetLocationDescription()
760 ->GetValue(); in GetLocationDescription()
764 ->GetValue()); in GetLocationDescription()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DExpressionVariable.cpp24 m_frozen_sp->GetValue().ResizeData(*byte_size); in GetValueBytes()
25 m_frozen_sp->GetValue().GetData(m_frozen_sp->GetDataExtractor()); in GetValueBytes()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectChild.cpp111 m_value.GetScalar() = parent->GetValue().GetScalar(); in UpdateValue()
112 m_value.SetValueType(parent->GetValue().GetValueType()); in UpdateValue()
200 Value &value = is_instance_ptr_base ? m_parent->GetValue() : m_value; in UpdateValue()
H A DValueObjectConstResultImpl.cpp142 m_address_of_backend->GetValue().SetValueType(Value::ValueType::Scalar); in AddressOf()
143 m_address_of_backend->GetValue().GetScalar() = m_live_address; in AddressOf()
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionVariable.h47 return m_frozen_sp->GetValue().GetRegisterInfo(); in GetRegisterInfo()
51 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo()
58 m_frozen_sp->GetValue().SetCompilerType(compiler_type); in SetCompilerType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1457 (PyObject *)generic->GetValue()); in GetRecognizedArguments()
1516 (PyObject *)generic->GetValue()); in OSPlugin_RegisterInfo()
1549 (PyObject *)generic->GetValue()); in OSPlugin_ThreadsInfo()
1583 (PyObject *)generic->GetValue()); in OSPlugin_RegisterContextData()
1618 (PyObject *)generic->GetValue()); in OSPlugin_CreateThread()
1678 generic->GetValue(), "explains_stop", event, script_error); in ScriptedThreadPlanExplainsStop()
1695 generic->GetValue(), "should_stop", event, script_error); in ScriptedThreadPlanShouldStop()
1711 is_stale = LLDBSWIGPythonCallThreadPlan(generic->GetValue(), "is_stale", in ScriptedThreadPlanIsStale()
1729 generic->GetValue(), "should_step", nullptr, script_error); in ScriptedThreadPlanGetRunState()
1775 implementor_sp->GetValue(), "__callback__", sym_ctx); in ScriptedBreakpointResolverSearchCallback()
[all …]
H A DScriptedThreadPythonInterface.cpp54 static_cast<PyObject *>(script_obj->GetValue())); in CreatePluginObject()
145 return obj->GetAsString()->GetValue().str(); in GetRegisterContext()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp179 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataCount()
237 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
259 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
262 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
265 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
268 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
271 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex()
462 strm.Printf("%s", node->GetAsString()->GetValue().str().c_str()); in GetInfoItemByPathAsString()
466 strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue()); in GetInfoItemByPathAsString()
470 strm.Printf("0x%f", node->GetAsFloat()->GetValue()); in GetInfoItemByPathAsString()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DStoppointHitCounter.h22 uint32_t GetValue() const { return m_hit_count; } in GetValue() function
H A DStoppointSite.h33 uint32_t GetHitCount() const { return m_hit_counter.GetValue(); } in GetHitCount()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h102 uint32_t GetValue() { return m_flags; } in GetValue() function
132 uint32_t GetOptions() { return m_flags.GetValue(); } in GetOptions()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableSet.h26 const void *GetValue(const void *value) const;
H A DCFCMutableSet.cpp43 const void *CFCMutableSet::GetValue(const void *value) const { in GetValue() function in CFCMutableSet
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp334 exp_property->GetValue()->GetAsProperties(); in GetOSPluginReportsAllThreads()
346 exp_property->GetValue()->GetAsProperties(); in SetOSPluginReportsAllThreads()
485 ->GetValue(); in Process()
813 uint64_t signo = curr_thread->GetStopInfo()->GetValue(); in HandleProcessStateChangedEvent()
844 uint64_t signo = thread->GetStopInfo()->GetValue(); in HandleProcessStateChangedEvent()
1033 return StateIsRunningState(m_public_state.GetValue()); in IsRunning()
1039 if (m_public_state.GetValue() == eStateExited) in GetExitStatus()
1047 if (m_public_state.GetValue() == eStateExited && !m_exit_string.empty()) in GetExitDescription()
1062 if (m_private_state.GetValue() == eStateExited) { in SetExitStatus()
1087 switch (m_private_state.GetValue()) { in IsAlive()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp56 IRForTarget::FunctionValueCache::GetValue(llvm::Function *function) { in GetValue() function in IRForTarget::FunctionValueCache
520 m_entry_instruction_finder.GetValue(function))); in RewriteObjCConstString()
1515 value_maker.GetValue(function), constant_expr->getType(), in UnfoldConstant()
1517 entry_instruction_finder.GetValue(function))); in UnfoldConstant()
1536 ptr = value_maker.GetValue(function); in UnfoldConstant()
1541 operand = value_maker.GetValue(function); in UnfoldConstant()
1551 entry_instruction_finder.GetValue(function))); in UnfoldConstant()
1574 old_constant, value_maker.GetValue(inst->getParent()->getParent())); in UnfoldConstant()
1726 m_entry_instruction_finder.GetValue(function)); in ReplaceVariables()
1763 body_result_maker.GetValue(instruction->getParent()->getParent())); in ReplaceVariables()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadSafeValue.h25 T GetValue() const { in GetValue() function
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py171 print(value.GetValue())
175 answer = value.GetValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp176 ->GetValue()); in NotifyBreakpointHit()
254 PCs.push_back(PC->GetAsInteger()->GetValue()); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DProperty.h45 const lldb::OptionValueSP &GetValue() const { return m_value_sp; } in GetValue() function
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBSymbol.h73 uint64_t GetValue();
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBSymbol.i52 uint64_t GetValue();

12345