Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp159 if ((flags & eCommandRequiresTarget) && !m_exe_ctx.HasTargetScope()) { in CheckRequirements()
165 if (!m_exe_ctx.HasTargetScope()) in CheckRequirements()
173 if (!m_exe_ctx.HasTargetScope()) in CheckRequirements()
183 if (!m_exe_ctx.HasTargetScope()) in CheckRequirements()
H A DCommandInterpreter.cpp3169 if (exe_ctx.HasTargetScope()) { in IOHandlerInputComplete()
/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h530 bool HasTargetScope() const;
/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp380 bool ExecutionContext::HasTargetScope() const { in HasTargetScope() function in ExecutionContext
385 return (HasTargetScope() && ((bool)m_process_sp && m_process_sp->IsValid())); in HasProcessScope()
/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp554 if (!exe_ctx.HasTargetScope()) in ModuleUUIDs()
804 if (!exe_ctx.HasTargetScope()) in WatchPointIDs()
H A DCommandObjectTarget.cpp1133 if (!m_exe_ctx.HasTargetScope() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp88 !exe_ctx.HasTargetScope()) in DeterminePtrauthFailure()
/llvm-project/lldb/source/Core/
H A DDisassembler.cpp312 if (exe_ctx.HasTargetScope()) { in PrintInstructions()
1021 if (exe_ctx && exe_ctx->HasTargetScope()) { in Dump()
H A DDebugger.cpp1426 if (exe_ctx != nullptr && exe_ctx->HasTargetScope()) in AssertCallback()
H A DIOHandlerCursesGUI.cpp7356 if (exe_ctx.HasTargetScope()) { in WindowDelegateHandleChar()
7467 if (!exe_ctx.HasTargetScope()) in ToggleBreakpointOnSelectedLine()
/llvm-project/lldb/source/Symbol/
H A DFunction.cpp488 if (module_sp && exe_ctx.HasTargetScope()) {
H A DSymbol.cpp593 if (module_sp && exe_ctx.HasTargetScope()) { in GetInstructions()
/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp635 if ((!exe_ctx || !exe_ctx->HasTargetScope()) || !reg_ctx) { in Evaluate_DW_OP_entry_value()