Searched refs:exe_ctx (Results 151 - 175 of 206) sorted by relevance

123456789

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h497 CalculateExecutionContext(ExecutionContext &exe_ctx) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp556 ExecutionContext exe_ctx (ctx->exe_ctx_ref);
557 BreakpointSP bp_sp(exe_ctx.GetTargetRef().GetBreakpointList().FindBreakpointByID(break_id));
564 Process *process = exe_ctx.GetProcessPtr();
572 Thread *thread = exe_ctx.GetThreadPtr();
H A DSBDebugger.cpp1049 ExecutionContext exe_ctx (debugger_sp->GetCommandInterpreter().GetExecutionContext());
1050 error = debugger_sp->SetPropertyValue (&exe_ctx,
1072 ExecutionContext exe_ctx (debugger_sp->GetCommandInterpreter().GetExecutionContext());
1073 lldb::OptionValueSP value_sp (debugger_sp->GetPropertyValue (&exe_ctx,
1080 value_sp->DumpValue (&exe_ctx, value_strm, OptionValue::eDumpOptionValue);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp24 OptionValueFileSpecList::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) argument
H A DOptionValuePathMappings.cpp24 OptionValuePathMappings::DumpValue (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) argument
H A DArgs.cpp657 Args::StringToAddress (const ExecutionContext *exe_ctx, const char *s, lldb::addr_t fail_value, Error *error_ptr)
679 if (exe_ctx)
681 Target *target = exe_ctx->GetTargetPtr();
692 exe_ctx->GetFramePtr(),
746 addr = StringToAddress (exe_ctx, name.c_str(), LLDB_INVALID_ADDRESS, &error);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h117 /// If \a exe_ctx in not NULL, the value will be resolved in with
123 /// @param[in] exe_ctx
131 PointValueAtData(Value &value, ExecutionContext *exe_ctx);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp159 ExecutionContext exe_ctx (frame_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h46 const lldb_private::ExecutionContext &exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h154 HandleCommand (const char *command_line, SBExecutionContext &exe_ctx, SBCommandReturnObject &result, bool add_to_history = false);
H A DSBThread.h250 ResumeNewPlan (lldb_private::ExecutionContext &exe_ctx, lldb_private::ThreadPlan *new_plan);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h105 bool CaptureWatchedValue (const ExecutionContext &exe_ctx);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h390 const lldb_private::ExecutionContext& exe_ctx)
401 const lldb_private::ExecutionContext& exe_ctx)
385 RunScriptBasedCommand(const char* impl_function, const char* args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject& cmd_retobj, Error& error, const lldb_private::ExecutionContext& exe_ctx) argument
396 RunScriptBasedCommand(StructuredData::GenericSP impl_obj_sp, const char* args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject& cmd_retobj, Error& error, const lldb_private::ExecutionContext& exe_ctx) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp627 lldb_private::ExecutionContext &exe_ctx)
1506 if (exe_ctx.GetThreadPtr() == nullptr)
1514 if (!exe_ctx.GetProcessPtr())
1642 exe_ctx.GetThreadRef(),
1659 exe_ctx.GetProcessPtr()->SetRunningUserExpression(true);
1662 lldb::ExpressionResults res = exe_ctx.GetProcessRef().RunThreadPlan(exe_ctx, call_plan_sp, options, error_stream);
1672 exe_ctx.GetProcessPtr()->SetRunningUserExpression(false);
620 Interpret(llvm::Module &module, llvm::Function &function, llvm::ArrayRef<lldb::addr_t> args, lldb_private::IRMemoryMap &memory_map, lldb_private::Error &error, lldb::addr_t stack_frame_bottom, lldb::addr_t stack_frame_top, lldb_private::ExecutionContext &exe_ctx) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DFuncUnwinders.cpp322 ExecutionContext exe_ctx (target.shared_from_this(), false);
325 assembly_profiler_sp->FirstNonPrologueInsn (m_range, exe_ctx, m_first_non_prologue_insn);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp280 ExecutionContext exe_ctx (valobj.GetExecutionContextRef());
282 Process *process = exe_ctx.GetProcessPtr();
H A DRegisterContext.cpp498 RegisterContext::CalculateExecutionContext (ExecutionContext &exe_ctx) argument
500 m_thread.CalculateExecutionContext (exe_ctx);
H A DThreadPlanStepRange.cpp307 ExecutionContext exe_ctx (m_thread.GetProcess());
314 exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DAddress.cpp110 ExecutionContext exe_ctx; local
111 exe_scope->CalculateExecutionContext(exe_ctx);
114 Target *target = exe_ctx.GetTargetPtr();
407 ExecutionContext exe_ctx (exe_scope);
408 Target *target = exe_ctx.GetTargetPtr();
797 Process *process = exe_ctx.GetProcessPtr();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp270 ExecutionContext exe_ctx (context->exe_ctx_ref);
271 Target *target = exe_ctx.GetTargetPtr();
292 &exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp392 ExecutionContext exe_ctx (thread.shared_from_this());
393 if (exe_ctx.GetTargetPtr() == NULL || exe_ctx.GetProcessPtr() == NULL)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1890 ExecutionContext exe_ctx (valobj->GetExecutionContextRef());
1891 Target *target = exe_ctx.GetTargetPtr();
2085 ExecutionContext exe_ctx (context->exe_ctx_ref);
2086 Target *target = exe_ctx.GetTargetPtr();
2100 const StackFrameSP stop_frame_sp (exe_ctx.GetFrameSP());
2139 ExecutionContext exe_ctx (context->exe_ctx_ref);
2140 Target *target = exe_ctx.GetTargetPtr();
2154 const StackFrameSP stop_frame_sp (exe_ctx.GetFrameSP());
2718 const lldb_private::ExecutionContext& exe_ctx)
2733 lldb::ExecutionContextRefSP exe_ctx_ref_sp(new ExecutionContextRef(exe_ctx));
2713 RunScriptBasedCommand(const char* impl_function, const char* args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject& cmd_retobj, Error& error, const lldb_private::ExecutionContext& exe_ctx) argument
2770 RunScriptBasedCommand(StructuredData::GenericSP impl_obj_sp, const char* args, ScriptedCommandSynchronicity synchronicity, lldb_private::CommandReturnObject& cmd_retobj, Error& error, const lldb_private::ExecutionContext& exe_ctx) argument
[all...]
H A DScriptInterpreterPython.h237 const lldb_private::ExecutionContext& exe_ctx) override;
245 const lldb_private::ExecutionContext& exe_ctx) override;
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h809 const ExecutionContext& exe_ctx);
814 const ExecutionContext& exe_ctx,
820 const ExecutionContext& exe_ctx,
826 const ExecutionContext& exe_ctx,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips64/
H A DABISysV_mips64.cpp360 ExecutionContext exe_ctx (thread.shared_from_this());
361 if (exe_ctx.GetTargetPtr() == NULL || exe_ctx.GetProcessPtr() == NULL)
370 Target *target = exe_ctx.GetTargetPtr();

Completed in 124 milliseconds

123456789