Searched refs:exe_ctx (Results 176 - 200 of 231) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h389 const lldb_private::ExecutionContext &exe_ctx) {
397 const lldb_private::ExecutionContext &exe_ctx) {
385 RunScriptBasedCommand(const char *impl_function, llvm::StringRef args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject &cmd_retobj, Status &error, const lldb_private::ExecutionContext &exe_ctx) argument
393 RunScriptBasedCommand( StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject &cmd_retobj, Status &error, const lldb_private::ExecutionContext &exe_ctx) argument
H A DCommandObject.h312 ExecutionContext &exe_ctx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp619 ExecutionContext exe_ctx(value_sp->GetExecutionContextRef());
621 name, expression, exe_ctx, options.ref());
643 ExecutionContext exe_ctx(value_sp->GetExecutionContextRef());
645 exe_ctx, ast_type);
663 ExecutionContext exe_ctx(value_sp->GetExecutionContextRef());
665 name, **data, exe_ctx, type_impl_sp->GetCompilerType(true));
1234 ExecutionContext exe_ctx(target_sp.get());
1236 StackFrame *frame = exe_ctx.GetFramePtr();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2104 void Target::CalculateExecutionContext(ExecutionContext &exe_ctx) { argument
2105 exe_ctx.Clear();
2106 exe_ctx.SetTargetPtr(this);
2340 ExecutionContext exe_ctx; local
2343 exe_scope->CalculateExecutionContext(exe_ctx);
2345 m_process_sp->CalculateExecutionContext(exe_ctx);
2347 CalculateExecutionContext(exe_ctx);
2372 UserExpression::Evaluate(exe_ctx, options, expr, prefix,
3373 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx,
3382 if (exe_ctx) {
3531 SetInjectLocalVariables(ExecutionContext *exe_ctx, bool b) argument
[all...]
H A DProcess.cpp95 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx,
101 if (exe_ctx) {
102 Process *process = exe_ctx->GetProcessPtr();
4156 void Process::CalculateExecutionContext(ExecutionContext &exe_ctx) {
4157 exe_ctx.SetTargetPtr(&GetTarget());
4158 exe_ctx.SetProcessPtr(this);
4159 exe_ctx.SetThreadPtr(nullptr);
4160 exe_ctx.SetFramePtr(nullptr);
4599 Process::RunThreadPlan(ExecutionContext &exe_ctx,
4621 if (exe_ctx
[all...]
H A DLanguage.cpp441 const ExecutionContext *exe_ctx,
440 GetFunctionDisplayName(const SymbolContext *sc, const ExecutionContext *exe_ctx, FunctionNameRepresentation representation, Stream &s) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h95 const lldb_private::ExecutionContext *exe_ctx) override {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h90 /// \param[in] exe_ctx
100 bool WillParse(ExecutionContext &exe_ctx, Materializer *materializer);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp239 lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) {
238 GetDynamicArrayInfoForUID( lldb::user_id_t type_uid, const lldb_private::ExecutionContext *exe_ctx) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp785 ExecutionContext exe_ctx(thread.shared_from_this());
786 if (exe_ctx.GetTargetPtr() == nullptr || exe_ctx.GetProcessPtr() == nullptr)
789 Target *target = exe_ctx.GetTargetPtr();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h640 const ExecutionContext &exe_ctx);
645 const ExecutionContext &exe_ctx,
650 const ExecutionContext &exe_ctx,
655 const ExecutionContext &exe_ctx, CompilerType type);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTContext.h674 const ExecutionContext *exe_ctx) override;
713 lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx, size_t idx,
856 void DumpValue(lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx,
869 void DumpSummary(lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx,
H A DSymbolFile.h185 /// optional \p ExtecutionContext. If \c exe_ctx is non-null, the
189 const lldb_private::ExecutionContext *exe_ctx) = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h225 const ExecutionContext *exe_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp740 ExecutionContext exe_ctx(thread.shared_from_this());
741 if (exe_ctx.GetTargetPtr() == nullptr || exe_ctx.GetProcessPtr() == nullptr)
750 Target *target = exe_ctx.GetTargetPtr();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp725 Thread &thread, ExecutionContext &exe_ctx,
758 if (!FlattenAggregateType(thread, exe_ctx, field_compiler_type,
775 ExecutionContext exe_ctx(thread.shared_from_this());
788 Target *target = exe_ctx.GetTargetPtr();
795 FlattenAggregateType(thread, exe_ctx, return_compiler_type,
724 FlattenAggregateType( Thread &thread, ExecutionContext &exe_ctx, CompilerType &return_compiler_type, uint32_t data_byte_offset, std::vector<uint32_t> &aggregate_field_offsets, std::vector<CompilerType> &aggregate_compiler_types) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Windows-x86_64/
H A DABIWindows_x86_64.cpp1524 Thread &thread, ExecutionContext &exe_ctx,
1562 if (!FlattenAggregateType(thread, exe_ctx, field_compiler_type,
1601 ExecutionContext exe_ctx(thread.shared_from_this());
1602 Target *target = exe_ctx.GetTargetPtr();
1618 FlattenAggregateType(thread, exe_ctx, return_compiler_type,
1523 FlattenAggregateType( Thread &thread, ExecutionContext &exe_ctx, CompilerType &return_compiler_type, uint32_t data_byte_offset, std::vector<uint32_t> &aggregate_field_offsets, std::vector<CompilerType> &aggregate_compiler_types) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp269 const lldb_private::ExecutionContext *exe_ctx) override {
277 DisassemblerScope disasm(*this, exe_ctx);
293 if (exe_ctx) {
294 Target *target = exe_ctx->GetTargetPtr();
407 const lldb_private::ExecutionContext *exe_ctx = nullptr)
411 m_disasm->m_exe_ctx = exe_ctx;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp285 ExecutionContext exe_ctx(valobj.GetExecutionContextRef());
286 Process *process = exe_ctx.GetProcessPtr();
4414 ExecutionContext exe_ctx(exe_scope);
4415 Process *process = exe_ctx.GetProcessPtr();
4885 const ExecutionContext *exe_ctx) {
4889 exe_ctx);
4895 const ExecutionContext *exe_ctx) {
4993 GetType(pointee_type).GetNumChildren(omit_empty_base_classes, exe_ctx);
5014 GetDynamicArrayInfo(*this, GetSymbolFile(), qual_type, exe_ctx))
5026 GetType(pointee_type).GetNumChildren(omit_empty_base_classes, exe_ctx);
4883 GetDynamicArrayInfo(ClangASTContext &ast, SymbolFile *sym_file, clang::QualType qual_type, const ExecutionContext *exe_ctx) argument
4893 GetNumChildren(lldb::opaque_compiler_type_t type, bool omit_empty_base_classes, const ExecutionContext *exe_ctx) argument
5726 GetChildCompilerTypeAtIndex( lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx, size_t idx, bool transparent_pointers, bool omit_empty_base_classes, bool ignore_array_bounds, std::string &child_name, uint32_t &child_byte_size, int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size, uint32_t &child_bitfield_bit_offset, bool &child_is_base_class, bool &child_is_deref_of_parent, ValueObject *valobj, uint64_t &language_flags) argument
7987 DumpValue( lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx, Stream *s, lldb::Format format, const lldb_private::DataExtractor &data, lldb::offset_t data_byte_offset, size_t data_byte_size, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool show_types, bool show_summary, bool verbose, uint32_t depth) argument
[all...]
H A DFuncUnwinders.cpp508 ExecutionContext exe_ctx(target.shared_from_this(), false);
511 assembly_profiler_sp->FirstNonPrologueInsn(m_range, exe_ctx,
H A DVariable.cpp735 void Variable::AutoComplete(const ExecutionContext &exe_ctx, argument
739 PrivateAutoComplete(exe_ctx.GetFramePtr(), request.GetCursorArgumentPrefix(),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2103 ExecutionContext exe_ctx(valobj->GetExecutionContextRef());
2104 Target *target = exe_ctx.GetTargetPtr();
2274 ExecutionContext exe_ctx(context->exe_ctx_ref);
2275 Target *target = exe_ctx.GetTargetPtr();
2289 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP());
2340 ExecutionContext exe_ctx(context->exe_ctx_ref);
2341 Target *target = exe_ctx.GetTargetPtr();
2355 const StackFrameSP stop_frame_sp(exe_ctx.GetFrameSP());
2929 const lldb_private::ExecutionContext &exe_ctx) {
2936 lldb::ExecutionContextRefSP exe_ctx_ref_sp(new ExecutionContextRef(exe_ctx));
2925 RunScriptBasedCommand( const char *impl_function, llvm::StringRef args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject &cmd_retobj, Status &error, const lldb_private::ExecutionContext &exe_ctx) argument
2969 RunScriptBasedCommand( StructuredData::GenericSP impl_obj_sp, llvm::StringRef args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject &cmd_retobj, Status &error, const lldb_private::ExecutionContext &exe_ctx) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp65 ExecutionContext exe_ctx(valobj_sp->GetExecutionContextRef());
66 Process *process = exe_ctx.GetProcessPtr();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h88 const lldb_private::ExecutionContext *exe_ctx) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h117 const lldb_private::ExecutionContext *exe_ctx) override;

Completed in 339 milliseconds

12345678910