| /llvm-project-15.0.7/lldb/test/API/lang/c/builtin-types/ |
| H A D | TestCBuiltinTypes.py | 13 target = self.dbg.GetDummyTarget()
|
| /llvm-project-15.0.7/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/ |
| H A D | lldb-commandinterpreter-fuzzer.cpp | 30 SBTarget target = debugger.GetDummyTarget(); in LLVMFuzzerTestOneInput()
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/subst_template_type_param/ |
| H A D | TestSubstTemplateTypeParam.py | 14 target = self.dbg.GetDummyTarget()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 299 ) GetDummyTarget; 300 lldb::SBTarget GetDummyTarget();
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/ir-interpreter/ |
| H A D | TestIRInterpreter.py | 84 target = self.dbg.GetDummyTarget()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_names/ |
| H A D | TestBreakpointNames.py | 204 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 D | TestCPPExceptionBreakpoint.py | 61 dummy_exception_bkpt = self.dbg.GetDummyTarget().BreakpointCreateForException(
|
| /llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/ |
| H A D | TestStopHookScripted.py | 120 dummy_target = self.dbg.GetDummyTarget()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 286 Target &target = exe_target ? *exe_target : GetDummyTarget(); in HandleCompletion() 390 Target &target = exe_target ? *exe_target : GetDummyTarget(); in EvaluateExpression()
|
| H A D | CommandObjectProcess.cpp | 1778 GetDummyTarget().ClearDummySignals(signal_args); in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 739 if (&target == &GetDummyTarget()) in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 680 Target &CommandObject::GetDummyTarget() { in GetDummyTarget() function in CommandObject 681 return m_interpreter.GetDebugger().GetDummyTarget(); in GetDummyTarget()
|
| H A D | CommandInterpreter.cpp | 1718 Target &target = exe_target ? *exe_target : m_debugger.GetDummyTarget(); in PreprocessCommand()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 190 lldb::SBTarget GetDummyTarget();
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 346 Target &GetDummyTarget();
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 380 Target &GetDummyTarget() { return *m_dummy_target_sp; } in GetDummyTarget() function
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TargetList.cpp | 362 target_sp->PrimeFromDummyTarget(debugger.GetDummyTarget()); in CreateTargetInternal()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/serialize/ |
| H A D | TestBreakpointSerialization.py | 53 target = self.dbg.GetDummyTarget()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 902 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 D | Debugger.cpp | 1960 return GetDummyTarget(); in GetSelectedOrDummyTarget()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 2425 target = self.dbg.GetDummyTarget()
|