Home
last modified time | relevance | path

Searched refs:CreateTarget (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTargetList.h90 Status CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path,
102 Status CreateTarget(Debugger &debugger, llvm::StringRef user_exe_path,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h103 lldb::SBTarget CreateTarget(const char *filename, const char *target_triple,
113 lldb::SBTarget CreateTarget(const char *filename);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp554 lldb::SBTarget SBDebugger::CreateTarget(const char *filename, in CreateTarget() function in SBDebugger
566 sb_error.ref() = m_opaque_sp->GetTargetList().CreateTarget( in CreateTarget()
596 Status error(m_opaque_sp->GetTargetList().CreateTarget( in CreateTargetWithFileAndTargetTriple()
623 error = m_opaque_sp->GetTargetList().CreateTarget( in CreateTargetWithFileAndArch()
643 SBTarget SBDebugger::CreateTarget(const char *filename) { in CreateTarget() function in SBDebugger
649 error = m_opaque_sp->GetTargetList().CreateTarget( in CreateTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdFile.cpp113 rDbgr.CreateTarget(strExeFilePath.c_str(), pTargetTriple, in Execute()
H A DMICmdCmdTarget.cpp279 target = rSessionInfo.GetDebugger().CreateTarget(NULL); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp56 Status TargetList::CreateTarget(Debugger &debugger, in CreateTarget() function in TargetList
67 Status TargetList::CreateTarget(Debugger &debugger, in CreateTarget() function in TargetList
H A DPlatform.cpp1836 error = debugger.GetTargetList().CreateTarget( in ConnectProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp273 error = debugger.GetTargetList().CreateTarget( in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp270 error = debugger.GetTargetList().CreateTarget( in DebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp488 error = debugger.GetTargetList().CreateTarget( in DebugProcess()
574 error = debugger.GetTargetList().CreateTarget( in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp815 error = debugger.GetTargetList().CreateTarget( in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp457 error = m_interpreter.GetDebugger().GetTargetList().CreateTarget( in DoExecute()
H A DCommandObjectTarget.cpp324 Status error(debugger.GetTargetList().CreateTarget( in DoExecute()