Searched refs:exe_ctx (Results 51 - 75 of 206) sorted by relevance

123456789

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueUUID.h52 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueArray.h48 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
72 GetSubValue(const ExecutionContext *exe_ctx,
H A DOptionValueArch.h70 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueBoolean.h53 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueEnumeration.h53 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
H A DOptionValueFileSpec.h49 DumpValue(const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnwindAssembly.h47 const lldb_private::ExecutionContext &exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueChar.cpp25 OptionValueChar::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) argument
H A DOptionValueFormat.cpp24 OptionValueFormat::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) argument
H A DOptionValueString.cpp23 OptionValueString::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) argument
H A DOptionValueDictionary.cpp26 OptionValueDictionary::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) argument
61 option_value->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options);
75 option_value->DumpValue(exe_ctx, strm, (dump_mask & (~eDumpOptionType)) | extra_dump_options);
235 OptionValueDictionary::GetSubValue (const ExecutionContext *exe_ctx, const char *name, bool will_modify, Error &error) const argument
317 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);
336 OptionValueDictionary::SetSubValue (const ExecutionContext *exe_ctx, VarSetOperationType op, const char *name, const char *value) argument
340 lldb::OptionValueSP value_sp (GetSubValue (exe_ctx, name, will_modify, error));
H A DOptionValueArray.cpp24 OptionValueArray::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) argument
53 m_values[i]->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options);
66 m_values[i]->DumpValue(exe_ctx, strm, (dump_mask & (~eDumpOptionType)) | extra_dump_options);
88 OptionValueArray::GetSubValue (const ExecutionContext *exe_ctx, argument
124 return m_values[new_idx]->GetSubValue (exe_ctx, sub_value, will_modify, error);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DUtilityFunction.cpp112 ExecutionContext exe_ctx(process_sp);
114 if (!m_caller_up->WriteFunctionWrapper(exe_ctx, errors))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp125 const ExecutionContext& exe_ctx)
127 ValueObjectSP valobj_sp(ValueObject::CreateValueObjectFromExpression(name, expression, exe_ctx));
136 const ExecutionContext& exe_ctx,
139 ValueObjectSP valobj_sp(ValueObject::CreateValueObjectFromAddress(name, address, exe_ctx, type));
148 const ExecutionContext& exe_ctx,
151 ValueObjectSP valobj_sp(ValueObject::CreateValueObjectFromData(name, data, exe_ctx, type));
123 CreateValueObjectFromExpression(const char* name, const char* expression, const ExecutionContext& exe_ctx) argument
134 CreateValueObjectFromAddress(const char* name, uint64_t address, const ExecutionContext& exe_ctx, CompilerType type) argument
146 CreateValueObjectFromData(const char* name, const DataExtractor& data, const ExecutionContext& exe_ctx, CompilerType type) argument
H A DTypeFormat.cpp63 ExecutionContext exe_ctx (valobj->GetExecutionContextRef());
86 exe_ctx.GetBestExecutionContextScope());
130 exe_ctx.GetBestExecutionContextScope());
226 ExecutionContext exe_ctx (valobj->GetExecutionContextRef());
235 exe_ctx.GetBestExecutionContextScope());
H A DTypeSummary.cpp124 ExecutionContext exe_ctx (valobj->GetExecutionContextRef());
126 StackFrame *frame = exe_ctx.GetFramePtr();
139 if (FormatEntity::Format(m_format, s, &sc, &exe_ctx, &sc.line_entry.range.GetBaseAddress(), valobj, false, false))
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp2981 ExecutionContext exe_ctx (m_debugger.GetCommandInterpreter().GetExecutionContext());
2982 Process *process = exe_ctx.GetProcessPtr();
3207 ExecutionContext exe_ctx (frame_sp);
3208 if (FormatEntity::Format(m_format, strm, &sc, &exe_ctx, NULL, NULL, false, false))
3278 ExecutionContext exe_ctx (thread_sp);
3279 if (FormatEntity::Format (m_format, strm, NULL, &exe_ctx, NULL, NULL, false, false))
3387 ExecutionContext exe_ctx (process_sp);
3388 if (FormatEntity::Format (m_format, strm, NULL, &exe_ctx, NULL, NULL, false, false))
3886 ExecutionContext exe_ctx (m_debugger.GetCommandInterpreter().GetExecutionContext());
3887 Process *process = exe_ctx
4343 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
4355 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
4367 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
4379 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
4391 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
4403 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
4415 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
4430 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
4617 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
4736 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
5275 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
5294 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
5311 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
5327 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
5341 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
5350 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
5359 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
5368 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
5379 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
5391 ExecutionContext exe_ctx = m_debugger.GetCommandInterpreter().GetExecutionContext(); variable
[all...]
H A DValueObjectConstResult.cpp235 ExecutionContext exe_ctx; local
236 exe_scope->CalculateExecutionContext(exe_ctx);
237 m_error = m_value.GetValueAsData(&exe_ctx, m_data, 0, module);
259 ExecutionContext exe_ctx(GetExecutionContextRef());
262 SetByteSize(GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope()));
358 ExecutionContext exe_ctx (GetExecutionContextRef());
359 Process *process = exe_ctx.GetProcessPtr();
H A DValueObjectMemory.cpp193 ExecutionContext exe_ctx (GetExecutionContextRef());
195 Target *target = exe_ctx.GetTargetPtr();
216 m_error = m_value.GetValueAsData (&exe_ctx, m_data, 0, GetModule().get());
231 if (value_type == Value::eValueTypeFileAddress && exe_ctx.GetProcessPtr())
261 m_error = value.GetValueAsData(&exe_ctx, m_data, 0, GetModule().get());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/
H A DGoUserExpression.cpp61 GoInterpreter(ExecutionContext &exe_ctx, const char *expr) argument
62 : m_exe_ctx(exe_ctx), m_frame(exe_ctx.GetFrameSP()), m_parser(expr)
84 lldb::ValueObjectSP Evaluate(ExecutionContext &exe_ctx);
248 GoUserExpression::Parse(Stream &error_stream, ExecutionContext &exe_ctx, lldb_private::ExecutionPolicy execution_policy, argument
251 InstallContext(exe_ctx);
252 m_interpreter.reset(new GoInterpreter(exe_ctx, GetUserText()));
264 GoUserExpression::Execute(Stream &error_stream, ExecutionContext &exe_ctx, const EvaluateExpressionOptions &options, argument
272 Process *process = exe_ctx.GetProcessPtr();
273 Target *target = exe_ctx
330 Evaluate(ExecutionContext &exe_ctx) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h434 GetChildCompilerTypeAtIndex (ExecutionContext *exe_ctx,
496 DumpValue (ExecutionContext *exe_ctx,
520 DumpSummary (ExecutionContext *exe_ctx,
543 ReadFromMemory (ExecutionContext *exe_ctx,
549 WriteToMemory (ExecutionContext *exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h207 const ExecutionContext *exe_ctx,
217 const ExecutionContext *exe_ctx,
227 const ExecutionContext *exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBSymbol.cpp145 ExecutionContext exe_ctx; local
150 target_sp->CalculateExecutionContext (exe_ctx);
163 exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp88 DumpRegister (const ExecutionContext &exe_ctx, argument
106 Process *process = exe_ctx.GetProcessPtr();
113 if (exe_ctx.GetTargetRef().GetSectionLoadList().ResolveLoadAddress(reg_addr, so_reg_addr))
116 so_reg_addr.Dump(&strm, exe_ctx.GetBestExecutionContextScope(), Address::DumpStyleResolvedDescription);
129 DumpRegisterSet (const ExecutionContext &exe_ctx, argument
155 if (DumpRegister (exe_ctx, strm, reg_ctx, reg_info))
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRDynamicChecks.h67 /// @param[in] exe_ctx
75 ExecutionContext &exe_ctx);

Completed in 204 milliseconds

123456789