Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpNew.py469 exe_dir = os.path.dirname(executable)
470 lldbutil.mkdir_p(exe_dir)
483 exe_dir_norm = os.path.normcase(exe_dir)
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp121 const auto exe_dir = FileSpec(exe_path).CopyByRemovingLastPathComponent(); in loadMatchingPDBFile() local
123 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetCString(); in loadMatchingPDBFile()