Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/target/create-no-such-arch/
H A DTestNoSuchArch.py26 target = self.dbg.CreateTargetWithFileAndArch(exe, "nothingtoseehere")
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestNoWatchpointSupportInfo.py49 target = self.dbg.CreateTargetWithFileAndArch(None, None)
H A DTestPlatformMacOSX.py37 target = self.dbg.CreateTargetWithFileAndArch(None, None)
H A DTestPartialGPacket.py87 target = self.dbg.CreateTargetWithFileAndArch(None, None)
H A DTestRegDefinitionInParts.py143 target = self.dbg.CreateTargetWithFileAndArch(None, None)
H A DTestIOSSimulator.py37 target = self.dbg.CreateTargetWithFileAndArch(None, None)
H A DTestArmRegisterDefinition.py122 target = self.dbg.CreateTargetWithFileAndArch(None, None)
H A DTestNestedRegDefinitions.py208 target = self.dbg.CreateTargetWithFileAndArch(None, None)
H A DTestJLink6Armv7RegisterDefinition.py165 target = self.dbg.CreateTargetWithFileAndArch(None, None)
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_debugger.py28 obj.CreateTargetWithFileAndArch("b.out", "arm")
/llvm-project-15.0.7/lldb/examples/python/
H A Ddisasm.py48 target = debugger.CreateTargetWithFileAndArch(exe, lldb.LLDB_ARCH_DEFAULT)
H A Ddisasm-stress-test.py92 target = debugger.CreateTargetWithFileAndArch(None, arg_ns.arch)
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py72 target = debugger.CreateTargetWithFileAndArch(args.target, arch)
/llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/
H A Dmulti-process-driver.cpp105 SBTarget target = debugger.CreateTargetWithFileAndArch(inferior_process_name, "x86_64"); in do_one_debugger()
/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py23 self.dbg.CreateTargetWithFileAndArch(None, None)
/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py489 target = self.dbg.CreateTargetWithFileAndArch(exe, lldb.LLDB_ARCH_DEFAULT)
492 target2 = self.dbg.CreateTargetWithFileAndArch(exe, target.GetTriple())
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBDebugger.i291 CreateTargetWithFileAndArch (const char *filename,
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBDebugger.h185 lldb::SBTarget CreateTargetWithFileAndArch(const char *filename,
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/
H A DLLDB.py37 self._target = self._debugger.CreateTargetWithFileAndArch(
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp834 SBTarget SBDebugger::CreateTargetWithFileAndArch(const char *filename, in CreateTargetWithFileAndArch() function in SBDebugger
/llvm-project-15.0.7/lldb/docs/use/
H A Dpython-reference.rst796 target = debugger.CreateTargetWithFileAndArch (exe, lldb.LLDB_ARCH_DEFAULT)