Home
last modified time | relevance | path

Searched refs:HasTargetScope (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp168 if ((flags & eCommandRequiresTarget) && !m_exe_ctx.HasTargetScope()) { in CheckRequirements()
174 if (!m_exe_ctx.HasTargetScope()) in CheckRequirements()
182 if (!m_exe_ctx.HasTargetScope()) in CheckRequirements()
192 if (!m_exe_ctx.HasTargetScope()) in CheckRequirements()
H A DCommandInterpreter.cpp3100 if (exe_ctx.HasTargetScope()) { in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DExecutionContext.h530 bool HasTargetScope() const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DExecutionContext.cpp379 bool ExecutionContext::HasTargetScope() const { in HasTargetScope() function in ExecutionContext
384 return (HasTargetScope() && ((bool)m_process_sp && m_process_sp->IsValid())); in HasProcessScope()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandCompletions.cpp532 if (!exe_ctx.HasTargetScope()) in ModuleUUIDs()
775 if (!exe_ctx.HasTargetScope()) in WatchPointIDs()
H A DCommandObjectTarget.cpp1144 if (!m_exe_ctx.HasTargetScope() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp83 !exe_ctx.HasTargetScope()) in DeterminePtrauthFailure()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDisassembler.cpp307 if (exe_ctx.HasTargetScope()) { in PrintInstructions()
1003 if (exe_ctx && exe_ctx->HasTargetScope()) { in Dump()
H A DDebugger.cpp1245 if (exe_ctx != nullptr && exe_ctx->HasTargetScope()) in FormatDisassemblerAddress()
H A DIOHandlerCursesGUI.cpp7333 if (exe_ctx.HasTargetScope()) { in WindowDelegateHandleChar()
7442 if (!exe_ctx.HasTargetScope()) in ToggleBreakpointOnSelectedLine()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DFunction.cpp426 if (module_sp && exe_ctx.HasTargetScope()) { in GetInstructions()
H A DSymbol.cpp545 if (module_sp && exe_ctx.HasTargetScope()) { in GetInstructions()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp585 if ((!exe_ctx || !exe_ctx->HasTargetScope()) || !reg_ctx) { in Evaluate_DW_OP_entry_value()