| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 57 property.GetValue()->SetParent(shared_from_this()); in Initialize() 245 return setting->GetValue(); in GetPropertyValueAtIndex() 271 return property->GetValue()->GetAsArch(); in GetPropertyAtIndexAsOptionValueArch() 280 return property->GetValue()->GetAsLanguage(); in GetPropertyAtIndexAsOptionValueLanguage() 288 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsArgs() 307 OptionValue *value = property->GetValue().get(); in SetPropertyAtIndexFromArgs() 326 OptionValue *value = property->GetValue().get(); in GetPropertyAtIndexAsBoolean() 351 return property->GetValue()->GetAsDictionary(); in GetPropertyAtIndexAsOptionValueDictionary() 525 m_properties[i].GetValue()->Clear(); in Clear() 615 property->GetValue()->GetAsProperties(); in GetPropertyAtPath() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 120 return ((f != nullptr) ? f->GetValue() : fail_value); 143 return s->GetValue(); 219 result = string_value->GetValue(); in GetItemAtIndexAsString() 238 result = ConstString(string_value->GetValue()); in GetItemAtIndexAsString() 293 uint64_t GetValue() { return m_value; } in GetValue() function 310 double GetValue() { return m_value; } in GetValue() function 327 bool GetValue() { return m_value; } in GetValue() function 343 llvm::StringRef GetValue() { return m_value; } in GetValue() function 395 result = result_ptr->GetValue(); in GetValueForKeyAsBoolean() 427 result = string_value->GetValue(); in GetValueForKeyAsString() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmdCmdVar.cpp | 137 nFrame = pOption->GetValue(); in Execute() 142 const CMIUtilString &rArg = pArgName->GetValue(); in Execute() 379 pArgPrintValues->GetValue()); in Execute() 381 const CMIUtilString &rVarObjName(pArgName->GetValue()); in Execute() 390 lldb::SBValue &rValue = varObj.GetValue(); in Execute() 592 const CMIUtilString &rVarObjName(pArgName->GetValue()); in Execute() 696 const CMIUtilString &rVarObjName(pArgName->GetValue()); in Execute() 832 const CMIUtilString &rVarObjName(pArgName->GetValue()); in Execute() 990 pArgPrintValues->GetValue()); in Execute() 1004 nFrom = pArgFrom->GetValue(); in Execute() [all …]
|
| H A D | MICmdCmdStack.cpp | 345 pArgFrameHigh->GetFound() ? pArgFrameHigh->GetValue() : UINT32_MAX; in Execute() 347 pArgFrameLow->GetFound() ? pArgFrameLow->GetValue() : 0; in Execute() 539 pArgPrintValues->GetValue()); in Execute() 544 nFrameLow = pArgFrameLow->GetValue(); in Execute() 545 nFrameHigh = pArgFrameHigh->GetValue() + 1; in Execute() 739 pArgPrintValues->GetValue()); in Execute() 910 pArgPrintValues->GetValue()); in Execute() 1058 const MIuint nFrameId = pArgFrame->GetValue(); in Execute()
|
| H A D | MICmnLLDBDebugSessionInfoVarObj.cpp | 293 return GetStringFormatted(nValue, rValue.GetValue(), veVarFormat); in GetValueStringFormatted() 297 return utilValue.GetValue().AddSlashes(); in GetValueStringFormatted() 525 lldb::SBValue &CMICmnLLDBDebugSessionInfoVarObj::GetValue() { in GetValue() function in CMICmnLLDBDebugSessionInfoVarObj 537 const lldb::SBValue &CMICmnLLDBDebugSessionInfoVarObj::GetValue() const { in GetValue() function in CMICmnLLDBDebugSessionInfoVarObj
|
| H A D | MICmdArgValBase.h | 78 const T &GetValue() const; 116 template <class T> const T &CMICmdArgValBaseTemplate<T>::GetValue() const { in GetValue() function
|
| H A D | MICmdCmdData.cpp | 116 const CMIUtilString &rExpression(pArgExpr->GetValue()); in Execute() 149 m_strValue = utilValue.GetValue(true).Escape().AddSlashes(); in Execute() 357 const MIuint nDisasmMode = pArgMode->GetValue(); in Execute() 612 const CMIUtilString &rAddrExpr = pArgAddrExpr->GetValue(); in Execute() 632 const MIuint64 nAddrNumBytes = pArgNumBytes->GetValue(); in Execute() 894 const MIuint nRegIndex = pRegNo->GetValue(); in Execute() 1069 const CMIUtilString &rStrFormat(pArgFormat->GetValue()); in Execute() 1101 const MIuint nRegIndex = pRegNo->GetValue(); in Execute() 1513 m_nAddr = pArgAddr->GetValue(); in Execute() 1514 m_nCount = pArgNumber->GetValue(); in Execute() [all …]
|
| H A D | MICmnLLDBDebugSessionInfoVarObj.h | 93 lldb::SBValue &GetValue(); 94 const lldb::SBValue &GetValue() const;
|
| H A D | MICmdCmdBreak.cpp | 179 m_brkName = pArgLocation->GetValue(); in Execute() 827 m_nBrkPtId = pArgNumber->GetValue(); in Execute() 828 m_nBrkPtCount = pArgCount->GetValue(); in Execute() 965 m_nBrkPtId = pArgNumber->GetValue(); in Execute() 966 m_strBrkPtExpr = pArgExpr->GetValue(); in Execute() 1066 const CMIUtilString &rPartExpr = pPartExpr->GetValue(); in GetRestOfExpressionNotSurroundedInQuotes()
|
| H A D | MICmdCmdTarget.cpp | 106 const CMIUtilString &rRemoteType(pArgType->GetValue()); in Execute() 116 CMIUtilString::Format("connect://%s", pArgParameters->GetValue().c_str()); in Execute() 291 pid = pArgPid->GetValue(); in Execute()
|
| H A D | MICmnLLDBUtilSBValue.cpp | 83 CMIUtilString CMICmnLLDBUtilSBValue::GetValue( in GetValue() function in CMICmnLLDBUtilSBValue 226 const char *c_value = m_rValue.GetValue(); in GetValueSummary() 443 const CMIUtilString value(GetValue()); in IsValueUnknown()
|
| H A D | MICmdCmdGdbShow.cpp | 105 const CMIUtilString strOption(pOption->GetValue()); in Execute() 113 vecWords.push_back(pWord->GetValue()); in Execute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 494 ->GetValue(); in FormatDescription() 619 ->GetValue(); in GenerateSummary() 671 ->GetValue(); in GenerateSummary() 676 ->GetValue(); in GenerateSummary() 689 ->GetValue(); in GenerateSummary() 736 ->GetValue(); in GetLocationDescription() 755 ->GetValue(); in GetLocationDescription() 759 ->GetValue(); in GetLocationDescription() 775 ->GetValue(); in GetLocationDescription() 781 ->GetValue(); in GetLocationDescription() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectChild.cpp | 121 m_value.GetScalar() = parent->GetValue().GetScalar(); in UpdateValue() 122 Value::ValueType value_type = parent->GetValue().GetValueType(); in UpdateValue() 205 Value &value = is_instance_ptr_base ? m_parent->GetValue() : m_value; in UpdateValue()
|
| H A D | ValueObjectConstResultImpl.cpp | 137 m_address_of_backend->GetValue().SetValueType(Value::eValueTypeScalar); in AddressOf() 138 m_address_of_backend->GetValue().GetScalar() = m_live_address; in AddressOf()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 51 return m_frozen_sp->GetValue().GetRegisterInfo(); in GetRegisterInfo() 55 return m_frozen_sp->GetValue().SetContext( in SetRegisterInfo() 62 m_frozen_sp->GetValue().SetCompilerType(compiler_type); in SetCompilerType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | ExpressionVariable.cpp | 23 m_frozen_sp->GetValue().ResizeData(byte_size); in GetValueBytes() 24 m_frozen_sp->GetValue().GetData(m_frozen_sp->GetDataExtractor()); in GetValueBytes()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1538 (PyObject *)generic->GetValue()); in GetRecognizedArguments() 1600 (PyObject *)generic->GetValue()); in OSPlugin_RegisterInfo() 1655 (PyObject *)generic->GetValue()); in OSPlugin_ThreadsInfo() 1741 (PyObject *)generic->GetValue()); in OSPlugin_RegisterContextData() 2199 old_callee = generic->GetValue(); in GetScriptedSummary() 2348 void *implementor = generic->GetValue(); in CalculateNumChildren() 2374 void *implementor = generic->GetValue(); in GetChildAtIndex() 2410 void *implementor = generic->GetValue(); in GetIndexOfChildWithName() 2438 void *implementor = generic->GetValue(); in UpdateSynthProviderInstance() 2464 void *implementor = generic->GetValue(); in MightHaveChildrenSynthProviderInstance() [all …]
|
| H A D | PythonExceptionState.cpp | 90 PythonObject PythonExceptionState::GetValue() const { return m_value; } in GetValue() function in PythonExceptionState 118 PythonString bt_error = bt_error_state.GetValue().Str(); in Format()
|
| H A D | PythonDataObjects.h | 41 Py_XINCREF(GetValue()); in StructuredPythonObject() 46 Py_XDECREF(GetValue()); in ~StructuredPythonObject() 50 bool IsValid() const override { return GetValue() && GetValue() != Py_None; } in IsValid()
|
| H A D | PythonExceptionState.h | 38 PythonObject GetValue() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | TypeValidator.h | 103 uint32_t GetValue() { return m_flags; } in GetValue() function 130 uint32_t GetOptions() { return m_flags.GetValue(); } in GetOptions()
|
| H A D | TypeFormat.h | 104 uint32_t GetValue() { return m_flags; } in GetValue() function 134 uint32_t GetOptions() { return m_flags.GetValue(); } in GetOptions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBThread.cpp | 176 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataCount() 230 break_id_t site_id = stop_info_sp->GetValue(); in GetStopReasonDataAtIndex() 252 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex() 255 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex() 258 return stop_info_sp->GetValue(); in GetStopReasonDataAtIndex() 364 stop_info_sp->GetValue()); in GetStopDescription() 562 strm.Printf("%s", node->GetAsString()->GetValue().str().c_str()); in GetInfoItemByPathAsString() 566 strm.Printf("0x%" PRIx64, node->GetAsInteger()->GetValue()); in GetInfoItemByPathAsString() 570 strm.Printf("0x%f", node->GetAsFloat()->GetValue()); in GetInfoItemByPathAsString() 574 if (node->GetAsBoolean()->GetValue()) in GetInfoItemByPathAsString()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 792 ->GetValue(); in Process() 1335 if (m_public_state.GetValue() == eStateExited) in GetExitStatus() 1361 if (m_private_state.GetValue() == eStateExited) { in SetExitStatus() 1387 switch (m_private_state.GetValue()) { in IsAlive() 1552 return m_public_state.GetValue(); in GetState() 3335 if (m_public_state.GetValue() == eStateAttaching) { in Halt() 3365 if (m_public_state.GetValue() == eStateRunning || in StopForDestroyOrDetach() 3366 m_private_state.GetValue() == eStateRunning) { in StopForDestroyOrDetach() 3493 if (m_public_state.GetValue() != eStateRunning) { in Destroy() 4893 if (m_private_state.GetValue() != eStateStopped) { in RunThreadPlan() [all …]
|