Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebuggerDocstrings.i111 ) lldb::SBDebugger::GetDummyTarget;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp80 Target &target = target_ptr ? *target_ptr : GetDummyTarget(); in DoExecute()
H A DCommandObjectExpression.cpp347 Target &target = exe_target ? *exe_target : GetDummyTarget(); in HandleCompletion()
410 Target &target = exe_target ? *exe_target : GetDummyTarget(); in EvaluateExpression()
H A DCommandObjectProcess.cpp1667 GetDummyTarget().ClearDummySignals(signal_args); in DoExecute()
H A DCommandObjectBreakpoint.cpp750 if (&target == &GetDummyTarget()) in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp757 Target &CommandObject::GetDummyTarget() { in GetDummyTarget() function in CommandObject
758 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
H A DCommandInterpreter.cpp1777 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessToken()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h377 Target &GetDummyTarget();
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h246 lldb::SBTarget GetDummyTarget();
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h488 Target &GetDummyTarget() { return *m_dummy_target_sp; } in GetDummyTarget() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp366 target_sp->PrimeFromDummyTarget(debugger.GetDummyTarget()); in CreateTargetInternal()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp954 SBTarget SBDebugger::GetDummyTarget() { in GetDummyTarget() function in SBDebugger
959 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp2187 return GetDummyTarget(); in GetSelectedOrDummyTarget()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21801 result = (arg1)->GetDummyTarget(); in _wrap_SBDebugger_GetDummyTarget()