Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1100 std::vector<std::string> paths_vec; in LoadImageUsingPaths() local
1101 paths_vec.reserve(num_paths); in LoadImageUsingPaths()
1103 paths_vec.push_back(paths.GetStringAtIndex(i)); in LoadImageUsingPaths()
1107 process_sp.get(), *image_spec, paths_vec, error.ref(), &loaded_spec); in LoadImageUsingPaths()