Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/lang/c/builtin-types/
H A DTestCBuiltinTypes.py13 target = self.dbg.GetDummyTarget()
/llvm-project-15.0.7/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/
H A Dlldb-commandinterpreter-fuzzer.cpp30 SBTarget target = debugger.GetDummyTarget(); in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/subst_template_type_param/
H A DTestSubstTemplateTypeParam.py14 target = self.dbg.GetDummyTarget()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i299 ) GetDummyTarget;
300 lldb::SBTarget GetDummyTarget();
/llvm-project-15.0.7/lldb/test/API/commands/expression/ir-interpreter/
H A DTestIRInterpreter.py84 target = self.dbg.GetDummyTarget()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/
H A DTestBreakpointNames.py204 dummy_target = self.dbg.GetDummyTarget()
208 self.dbg.GetDummyTarget().DeleteBreakpointName(self.bp_name_string)
302 dummy_target = self.dbg.GetDummyTarget()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/cpp_exception/
H A DTestCPPExceptionBreakpoint.py61 dummy_exception_bkpt = self.dbg.GetDummyTarget().BreakpointCreateForException(
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/
H A DTestStopHookScripted.py120 dummy_target = self.dbg.GetDummyTarget()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp286 Target &target = exe_target ? *exe_target : GetDummyTarget(); in HandleCompletion()
390 Target &target = exe_target ? *exe_target : GetDummyTarget(); in EvaluateExpression()
H A DCommandObjectProcess.cpp1778 GetDummyTarget().ClearDummySignals(signal_args); in DoExecute()
H A DCommandObjectBreakpoint.cpp739 if (&target == &GetDummyTarget()) in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp680 Target &CommandObject::GetDummyTarget() { in GetDummyTarget() function in CommandObject
681 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
H A DCommandInterpreter.cpp1718 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessCommand()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h190 lldb::SBTarget GetDummyTarget();
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h346 Target &GetDummyTarget();
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h380 Target &GetDummyTarget() { return *m_dummy_target_sp; } in GetDummyTarget() function
/llvm-project-15.0.7/lldb/source/Target/
H A DTargetList.cpp362 target_sp->PrimeFromDummyTarget(debugger.GetDummyTarget()); in CreateTargetInternal()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py53 target = self.dbg.GetDummyTarget()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp902 SBTarget SBDebugger::GetDummyTarget() { in GetDummyTarget() function in SBDebugger
907 sb_target.SetSP(m_opaque_sp->GetDummyTarget().shared_from_this()); in GetDummyTarget()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1960 return GetDummyTarget(); in GetSelectedOrDummyTarget()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py2425 target = self.dbg.GetDummyTarget()