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

12345678910

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h132 SBExecutionContext &exe_ctx,
H A DSBThread.h223 SBError ResumeNewPlan(lldb_private::ExecutionContext &exe_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h190 void CalculateExecutionContext(ExecutionContext &exe_ctx) override;
H A DStackFrame.h488 void CalculateExecutionContext(ExecutionContext &exe_ctx) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp28 void OptionValuePathMappings::DumpValue(const ExecutionContext *exe_ctx, argument
H A DOptionValueFileSpecList.cpp18 void OptionValueFileSpecList::DumpValue(const ExecutionContext *exe_ctx, argument
H A DCommandObject.cpp103 auto exe_ctx = GetCommandInterpreter().GetExecutionContext(); local
104 options->NotifyOptionParsingStarting(&exe_ctx);
108 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true),
113 error = options->NotifyOptionParsingFinished(&exe_ctx);
327 ExecutionContext &exe_ctx) {
331 Status error(group_options.NotifyOptionParsingFinished(&exe_ctx));
324 ParseOptionsAndNotify(Args &args, CommandReturnObject &result, OptionGroupOptions &group_options, ExecutionContext &exe_ctx) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h44 const lldb_private::ExecutionContext &exe_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h99 /// exe_ctx in not NULL, the value will be resolved in with that execution
105 /// \param[in] exe_ctx
111 bool PointValueAtData(Value &value, ExecutionContext *exe_ctx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp229 bool BreakpointLocation::ConditionSaysStop(ExecutionContext &exe_ctx, argument
248 !m_user_expression_sp->MatchesContext(exe_ctx)) {
266 if (!m_user_expression_sp->Parse(diagnostics, exe_ctx,
298 diagnostics, exe_ctx, options, m_user_expression_sp, result_variable_sp);
H A DBreakpointOptions.cpp630 ExecutionContext exe_ctx(context->exe_ctx_ref);
631 Target *target = exe_ctx.GetTargetPtr();
651 debugger.GetCommandInterpreter().HandleCommands(commands, &exe_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h90 bool CaptureWatchedValue(const ExecutionContext &exe_ctx);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h274 const ExecutionContext *exe_ctx) = 0;
310 lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx, size_t idx,
353 ExecutionContext *exe_ctx, Stream *s,
378 ExecutionContext *exe_ctx, Stream *s,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp392 ExecutionContext exe_ctx(process_sp);
394 CreateValueObjectFromAddress("__value_", addr, exe_ctx, m_element_type);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h108 const ExecutionContext *exe_ctx,
235 Status SetPropertyValue(const ExecutionContext *exe_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp349 ExecutionContext exe_ctx(GetExecutionContextRef());
350 m_error = m_value.GetValueAsData(&exe_ctx, m_data, GetModule().get());
H A DAddress.cpp133 ExecutionContext exe_ctx; local
134 exe_scope->CalculateExecutionContext(exe_ctx);
137 Target *target = exe_ctx.GetTargetPtr();
400 ExecutionContext exe_ctx(exe_scope);
401 Target *target = exe_ctx.GetTargetPtr();
742 Process *process = exe_ctx.GetProcessPtr();
H A DDumpDataExtractor.cpp177 ExecutionContext exe_ctx; local
178 exe_scope->CalculateExecutionContext(exe_ctx);
180 show_bytes, &exe_ctx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp640 lldb_private::ExecutionContext &exe_ctx) {
1358 if (exe_ctx.GetThreadPtr() == nullptr) {
1365 if (!exe_ctx.GetProcessPtr()) {
1472 exe_ctx.GetThreadRef(), funcAddr, *prototype, *returnType, args,
1485 exe_ctx.GetProcessPtr()->SetRunningUserExpression(true);
1488 lldb::ExpressionResults res = exe_ctx.GetProcessRef().RunThreadPlan(
1489 exe_ctx, call_plan_sp, options, diagnostics);
1498 exe_ctx.GetProcessPtr()->SetRunningUserExpression(false);
634 Interpret(llvm::Module &module, llvm::Function &function, llvm::ArrayRef<lldb::addr_t> args, lldb_private::IRExecutionUnit &execution_unit, lldb_private::Status &error, lldb::addr_t stack_frame_bottom, lldb::addr_t stack_frame_top, lldb_private::ExecutionContext &exe_ctx) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp246 ExecutionContext &exe_ctx, Target &target,
266 Function *first_callee = first_edge->GetCallee(images, exe_ctx);
332 DFS(&end, images, exe_ctx).search(*first_callee, path);
385 ExecutionContext exe_ctx(target_sp, /*get_process=*/true);
386 exe_ctx.SetFramePtr(&next_frame);
387 FindInterveningFrames(*next_func, *prev_func, exe_ctx, target, return_pc,
245 FindInterveningFrames(Function &begin, Function &end, ExecutionContext &exe_ctx, Target &target, addr_t return_pc, std::vector<Function *> &path, ModuleList &images, Log *log) argument
H A DThreadPlanStepRange.cpp267 ExecutionContext exe_ctx(m_thread.GetProcess());
272 GetTarget().GetArchitecture(), plugin_name, flavor, exe_ctx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp704 ExecutionContext exe_ctx(process);
716 &exe_ctx, arg_str, LLDB_INVALID_ADDRESS, &error);
1202 ExecutionContext exe_ctx(valobj.GetExecutionContextRef());
1204 Process *process = exe_ctx.GetProcessPtr();
1296 ExecutionContext exe_ctx;
1303 thread_sp->CalculateExecutionContext(exe_ctx);
1346 if (!m_get_class_info_code->Install(diagnostics, exe_ctx)) {
1426 exe_ctx, m_get_class_info_args, arguments, diagnostics)) {
1446 exe_ctx, &m_get_class_info_args, options, diagnostics, return_value);
1558 ExecutionContext exe_ctx;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp287 ExecutionContext *exe_ctx = nullptr; // Just use the default context. variable
313 m_interpreter.HandleCommandsFromFile(cmd_file, exe_ctx, options, result);
318 m_interpreter.HandleCommandsFromFile(cmd_file, exe_ctx, options, result);
526 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); variable
527 m_option_group.NotifyOptionParsingStarting(&exe_ctx);
534 m_option_group, exe_ctx))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h169 const lldb_private::ExecutionContext &exe_ctx) override;
175 const lldb_private::ExecutionContext &exe_ctx) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp243 ExecutionContext exe_ctx(valobj.GetExecutionContextRef());
245 Process *process = exe_ctx.GetProcessPtr();

Completed in 151 milliseconds

12345678910