Home
last modified time | relevance | path

Searched refs:GetDummyTarget (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBDebuggerDocstrings.i111 ) lldb::SBDebugger::GetDummyTarget;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectDWIMPrint.cpp80 Target &target = target_ptr ? *target_ptr : GetDummyTarget(); in DoExecute()
HDCommandObjectExpression.cpp347 Target &target = exe_target ? *exe_target : GetDummyTarget(); in HandleCompletion()
410 Target &target = exe_target ? *exe_target : GetDummyTarget(); in EvaluateExpression()
HDCommandObjectProcess.cpp1667 GetDummyTarget().ClearDummySignals(signal_args); in DoExecute()
HDCommandObjectBreakpoint.cpp750 if (&target == &GetDummyTarget()) in DoExecute()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandObject.cpp757 Target &CommandObject::GetDummyTarget() { in GetDummyTarget() function in CommandObject
758 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
HDCommandInterpreter.cpp1777 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessToken()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandObject.h377 Target &GetDummyTarget();
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBDebugger.h246 lldb::SBTarget GetDummyTarget();
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h488 Target &GetDummyTarget() { return *m_dummy_target_sp; } in GetDummyTarget() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDTargetList.cpp366 target_sp->PrimeFromDummyTarget(debugger.GetDummyTarget()); in CreateTargetInternal()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBDebugger.cpp954 SBTarget SBDebugger::GetDummyTarget() { in GetDummyTarget() function in SBDebugger
959 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp2187 return GetDummyTarget(); in GetSelectedOrDummyTarget()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp21801 result = (arg1)->GetDummyTarget(); in _wrap_SBDebugger_GetDummyTarget()