Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i277 ) GetDummyTarget;
278 lldb::SBTarget GetDummyTarget();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp302 Target &target = exe_target ? *exe_target : GetDummyTarget(); in HandleCompletion()
406 Target &target = exe_target ? *exe_target : GetDummyTarget(); in EvaluateExpression()
H A DCommandObjectBreakpoint.cpp729 if (&target == &GetDummyTarget()) in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h179 lldb::SBTarget GetDummyTarget();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h336 Target &GetDummyTarget();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp900 SBTarget SBDebugger::GetDummyTarget() { in GetDummyTarget() function in SBDebugger
901 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBTarget, SBDebugger, GetDummyTarget); in GetDummyTarget()
905 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
1809 LLDB_REGISTER_METHOD(lldb::SBTarget, SBDebugger, GetDummyTarget, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp934 Target &CommandObject::GetDummyTarget() { in GetDummyTarget() function in CommandObject
935 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
H A DCommandInterpreter.cpp1539 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessCommand()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h384 Target &GetDummyTarget() { return *m_dummy_target_sp; } in GetDummyTarget() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp402 target_sp->PrimeFromDummyTarget(debugger.GetDummyTarget()); in CreateTargetInternal()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1661 return GetDummyTarget(); in GetSelectedOrDummyTarget()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18811 result = (arg1)->GetDummyTarget(); in _wrap_SBDebugger_GetDummyTarget()