Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebuggerHandleEvents.cpp726 std::unique_ptr<char[]> apPath(new char[PATH_MAX]); in MiHelpGetModuleInfo() local
727 vModule.GetFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()
728 const CMIUtilString strTargetPath(apPath.get()); in MiHelpGetModuleInfo()
737 vModule.GetPlatformFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()
738 const CMIUtilString strHostPath(apPath.get()); in MiHelpGetModuleInfo()
746 vModule.GetSymbolFileSpec().GetPath(apPath.get(), PATH_MAX); in MiHelpGetModuleInfo()
747 const CMIUtilString strSymbolsPath(apPath.get()); in MiHelpGetModuleInfo()