| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 66 m_value.GetScalar() = load_address; in ValueObjectMemory() 71 m_value.GetScalar() = file_address; in ValueObjectMemory() 73 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory() 74 m_value.SetValueType(Value::ValueType::Scalar); in ValueObjectMemory() 92 m_value.SetCompilerType(m_compiler_type); in ValueObjectMemory() 96 m_value.GetScalar() = load_address; in ValueObjectMemory() 101 m_value.GetScalar() = file_address; in ValueObjectMemory() 103 m_value.GetScalar() = m_address.GetOffset(); in ValueObjectMemory() 166 Value old_value(m_value); in UpdateValue() 196 m_value.GetScalar() = load_addr; in UpdateValue() [all …]
|
| H A D | ValueObjectChild.cpp | 107 m_value.SetCompilerType(GetCompilerType()); in UpdateValue() 111 m_value.GetScalar() = parent->GetValue().GetScalar(); in UpdateValue() 112 m_value.SetValueType(parent->GetValue().GetValueType()); in UpdateValue() 120 m_value.GetScalar() = parent->GetPointerValue(); in UpdateValue() 131 m_value.SetValueType(is_instance_ptr_base in UpdateValue() 136 m_value.SetValueType(Value::ValueType::HostAddress); in UpdateValue() 140 m_value.SetValueType(Value::ValueType::Scalar); in UpdateValue() 144 switch (m_value.GetValueType()) { in UpdateValue() 181 m_value.GetScalar() += m_byte_offset; in UpdateValue() 188 Scalar scalar(m_value.GetScalar()); in UpdateValue() [all …]
|
| H A D | Value.cpp | 54 : m_value(v.m_value), m_compiler_type(v.m_compiler_type), in Value() 70 m_value = rhs.m_value; in operator =() 91 m_value = (uintptr_t)m_data_buffer.GetBytes(); in SetBytes() 97 m_value = (uintptr_t)m_data_buffer.GetBytes(); in AppendBytes() 103 m_value.GetValue(*strm, true); in Dump() 297 if (m_value.GetData(data)) in GetData() 598 m_value = scalar; in ResolveValue() 602 m_value.Clear(); in ResolveValue() 608 m_value.Clear(); in ResolveValue() 615 return m_value; in ResolveValue() [all …]
|
| H A D | ValueObjectCast.cpp | 37 m_value.SetCompilerType(cast_type); in ValueObjectCast() 53 return m_value.GetValueByteSize(nullptr, &exe_ctx); in GetByteSize() 66 Value old_value(m_value); in UpdateValue() 68 m_value = m_parent->GetValue(); in UpdateValue() 70 m_value.SetCompilerType(compiler_type); in UpdateValue() 76 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() || in UpdateValue() 77 m_value.GetScalar() != old_value.GetScalar()); in UpdateValue() 80 m_error = m_value.GetValueAsData(&exe_ctx, m_data, GetModule().get()); in UpdateValue()
|
| H A D | ValueObjectConstResult.cpp | 77 m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult() 78 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 118 m_value.GetScalar() = (uintptr_t)data_sp->GetBytes(); in ValueObjectConstResult() 119 m_value.SetValueType(Value::ValueType::HostAddress); in ValueObjectConstResult() 120 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 146 m_value.GetScalar() = address; in ValueObjectConstResult() 148 m_value.GetScalar().GetData(m_data, addr_byte_size); in ValueObjectConstResult() 152 m_value.SetValueType(Value::ValueType::Scalar); in ValueObjectConstResult() 164 m_value.SetCompilerType(compiler_type); in ValueObjectConstResult() 190 m_value = value; in ValueObjectConstResult() [all …]
|
| H A D | ValueObjectVariable.cpp | 138 m_value.SetBytes(m_data.GetDataStart(), m_data.GetByteSize()); in UpdateValue() 139 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue() 162 Value old_value(m_value); in UpdateValue() 164 nullptr, m_value, &m_error)) { in UpdateValue() 165 m_resolved_value = m_value; in UpdateValue() 166 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue() 170 m_value.SetCompilerType(compiler_type); in UpdateValue() 172 Value::ValueType value_type = m_value.GetValueType(); in UpdateValue() 191 m_value.ResizeData(value_size); in UpdateValue() 221 m_value.ConvertToLoadAddress(GetModule().get(), target); in UpdateValue() [all …]
|
| H A D | ValueObjectVTable.cpp | 49 m_value.Clear(); in UpdateValue() 88 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue() 89 m_value.GetScalar() = vtable_entry_addr; in UpdateValue() 100 m_value.SetCompilerType(function->GetCompilerType().GetPointerType()); in UpdateValue() 112 m_value.SetCompilerType( in UpdateValue() 126 m_error = m_value.GetValueAsData(&exe_ctx, m_data, GetModule().get()); in UpdateValue() 134 return m_value.GetCompilerType(); in GetCompilerTypeImpl() 257 m_value.SetValueType(Value::ValueType::LoadAddress); in UpdateValue() 258 m_value.GetScalar() = parent->GetAddressOf(); in UpdateValue() 262 m_value.SetCompilerType( in UpdateValue()
|
| H A D | ValueObjectDynamicValue.cpp | 44 return m_value.GetCompilerType(); in GetCompilerTypeImpl() 102 return m_value.GetValueByteSize(nullptr, &exe_ctx); in GetByteSize() 216 Value old_value(m_value); in UpdateValue() 243 m_value.GetScalar() = load_address; in UpdateValue() 250 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue() 252 m_value.SetValueType(value_type); in UpdateValue() 261 m_error = m_value.GetValueAsData(&exe_ctx, m_data, GetModule().get()); in UpdateValue() 267 SetValueDidChange(m_value.GetValueType() != old_value.GetValueType() || in UpdateValue() 268 m_value.GetScalar() != old_value.GetScalar()); in UpdateValue()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFFormValue.cpp | 28 m_value = ValueTypeTag(); in Clear() 38 m_value.data = nullptr; in ExtractValue() 47 m_value.value.uval = in ExtractValue() 63 m_value.value.uval = 16; in ExtractValue() 133 m_value.value.uval = 1; in ExtractValue() 141 m_value.data = data.PeekData(*offset_ptr, m_value.value.uval); in ExtractValue() 142 if (m_value.data != nullptr) { in ExtractValue() 143 *offset_ptr += m_value.value.uval; in ExtractValue() 464 return m_value.value.cstr; in AsCString() 505 uint64_t value = m_value.value.uval; in ReferencedUnitAndOffset() [all …]
|
| H A D | DWARFFormValue.h | 52 const ValueType &Value() const { return m_value; } in Value() 53 ValueType &ValueRef() { return m_value; } in ValueRef() 54 void SetValue(const ValueType &val) { m_value = val; } in SetValue() 70 bool Boolean() const { return m_value.value.uval != 0; } in Boolean() 71 uint64_t Unsigned() const { return m_value.value.uval; } in Unsigned() 72 void SetUnsigned(uint64_t uval) { m_value.value.uval = uval; } in SetUnsigned() 73 int64_t Signed() const { return m_value.value.sval; } in Signed() 74 void SetSigned(int64_t sval) { m_value.value.sval = sval; } in SetSigned() 94 ValueType m_value; // Contains all data for the form variable
|
| H A D | DWARFAttribute.h | 25 : m_attr(attr), m_form(form), m_value(value) {} in DWARFAttribute() 29 DWARFFormValue::ValueType get_value() const { return m_value; } in get_value() 34 val = m_value; in get() 40 DWARFFormValue::ValueType m_value; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Predicate.h | 48 Predicate() : m_value() {} in Predicate() 57 Predicate(T initial_value) : m_value(initial_value) {} in Predicate() 73 T value = m_value; in GetValue() 96 const T old_value = m_value; in SetValue() 97 m_value = value; in SetValue() 125 auto RealCond = [&] { return Cond(m_value); }; in WaitFor() 128 return m_value; in WaitFor() 131 return m_value; in WaitFor() 193 T m_value; ///< The templatized value T that we are protecting access to 216 ((broadcast_type == eBroadcastOnChange) && old_value != m_value); in Broadcast() [all …]
|
| H A D | StructuredData.h | 307 m_value(i) {} 310 void SetValue(N value) { m_value = value; } in SetValue() 312 N GetValue() { return m_value; } in GetValue() 315 s.value(static_cast<N>(m_value)); in Serialize() 320 static_cast<N>(m_value)); in GetDescription() 324 N m_value; 337 double GetValue() { return m_value; } in GetValue() 344 double m_value; 356 bool GetValue() { return m_value; } in GetValue() 363 bool m_value; [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ThreadSafeValue.h | 21 ThreadSafeValue(const T &value) : m_value(value) {} in ThreadSafeValue() 29 value = m_value; in GetValue() 36 const T &GetValueNoLock() const { return m_value; } in GetValueNoLock() 40 m_value = value; in SetValue() 46 void SetValueNoLock(const T &value) { m_value = value; } in SetValueNoLock() 51 T m_value;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupBoolean.cpp | 21 : m_value(default_value, default_value) { in OptionGroupBoolean() 43 m_value.SetCurrentValue(!m_value.GetDefaultValue()); in SetOptionValue() 44 m_value.SetOptionWasSet(); in SetOptionValue() 46 error = m_value.SetValueFromString(option_value); in SetOptionValue() 53 m_value.Clear(); in OptionParsingStarting()
|
| H A D | OptionGroupString.cpp | 22 : m_value(default_value, default_value) { in OptionGroupString() 38 Status error(m_value.SetValueFromString(option_arg)); in SetOptionValue() 44 m_value.Clear(); in OptionParsingStarting()
|
| H A D | OptionGroupUInt64.cpp | 22 : m_value(default_value, default_value) { in OptionGroupUInt64() 38 Status error(m_value.SetValueFromString(option_arg)); in SetOptionValue() 44 m_value.Clear(); in OptionParsingStarting()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 208 FAValue() : m_value() {} in FAValue() 229 m_value.reg.reg_num = reg_num; in SetIsRegisterPlusOffset() 230 m_value.reg.offset = offset; in SetIsRegisterPlusOffset() 239 m_value.reg.reg_num = reg_num; in SetIsRegisterDereferenced() 247 m_value.expr.length = len; in SetIsDWARFExpression() 252 return m_value.reg.reg_num; in GetRegisterNumber() 261 return m_value.reg.offset; in GetOffset() 271 m_value.reg.offset += delta; in IncOffset() 282 len = m_value.expr.length; in GetDWARFExpr() 297 return m_value.expr.length; in GetDWARFExpressionLength() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 174 return m_value.ra_search_offset == rhs.m_value.ra_search_offset; in operator ==() 177 return m_value.reg.offset == rhs.m_value.reg.offset; in operator ==() 180 return m_value.reg.reg_num == rhs.m_value.reg.reg_num; in operator ==() 183 if (m_value.expr.length == rhs.m_value.expr.length) in operator ==() 184 return !memcmp(m_value.expr.opcodes, rhs.m_value.expr.opcodes, in operator ==() 185 m_value.expr.length); in operator ==() 196 DumpRegisterName(s, unwind_plan, thread, m_value.reg.reg_num); in Dump() 197 s.Printf("%+3d", m_value.reg.offset); in Dump() 201 DumpRegisterName(s, unwind_plan, thread, m_value.reg.reg_num); in Dump() 205 DumpDWARFExpr(s, llvm::ArrayRef(m_value.expr.opcodes, m_value.expr.length), in Dump() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupBoolean.h | 39 OptionValueBoolean &GetOptionValue() { return m_value; } in GetOptionValue() 41 const OptionValueBoolean &GetOptionValue() const { return m_value; } in GetOptionValue() 44 OptionValueBoolean m_value;
|
| H A D | OptionGroupUInt64.h | 37 OptionValueUInt64 &GetOptionValue() { return m_value; } in GetOptionValue() 39 const OptionValueUInt64 &GetOptionValue() const { return m_value; } in GetOptionValue() 42 OptionValueUInt64 m_value;
|
| H A D | OptionGroupString.h | 36 OptionValueString &GetOptionValue() { return m_value; } in GetOptionValue() 38 const OptionValueString &GetOptionValue() const { return m_value; } in GetOptionValue() 41 OptionValueString m_value;
|
| /freebsd-14.2/contrib/atf/atf-c/detail/ |
| H A D | map.c | 42 void *m_value; member 59 me->m_value = value; in new_entry() 88 return me->m_value; in atf_map_citer_data() 132 return me->m_value; in atf_map_iter_data() 210 free(me->m_value); in atf_map_fini() 368 free(me->m_value); in atf_map_insert() 371 me->m_value = value; in atf_map_insert()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 142 process_sp->GetBreakpointSiteList().FindByID(m_value)); in IsValidForOperatingSystemThread() 169 __FUNCTION__, m_value); in ShouldStopSynchronous() 236 m_value); in GetDescription() 240 m_value, m_address); in GetDescription() 582 __FUNCTION__, m_value); in PerformAction() 684 strm.Printf("watchpoint %" PRIi64, m_value); in GetDescription() 1010 __FUNCTION__, m_value); in PerformAction() 1082 m_value)); in DoShouldNotify() 1095 m_value)) in WillResume() 1096 thread_sp->SetResumeSignal(m_value); in WillResume() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 152 s.value(m_value); in Serialize() 156 s.value(m_value); in Serialize() 160 s.value(m_value); in Serialize() 192 s.Printf("%f", m_value); in GetDescription() 196 s.Printf(m_value ? "True" : "False"); in GetDescription() 200 s.Printf("%s", m_value.empty() ? "\"\"" : m_value.c_str()); in GetDescription()
|