106 strm.
Printf(
"%d files: ", num_files);
107 for (uint32_t i = 0; i < num_files; i++) {
109 if (
m_opaque_up->GetFileSpecAtIndex(i).GetPath(path,
sizeof(path)))
110 strm.
Printf(
"\n %s", path);
#define LLDB_INSTRUMENT_VA(...)
const lldb_private::FileSpecList * operator->() const
const lldb_private::FileSpecList * get() const
void Append(const SBFileSpec &sb_file)
const SBFileSpec GetFileSpecAtIndex(uint32_t idx) const
uint32_t FindFileIndex(uint32_t idx, const SBFileSpec &sb_file, bool full)
bool GetDescription(SBStream &description) const
const lldb_private::FileSpecList & operator*() const
std::unique_ptr< lldb_private::FileSpecList > m_opaque_up
const SBFileSpecList & operator=(const lldb::SBFileSpecList &rhs)
bool AppendIfUnique(const SBFileSpec &sb_file)
const lldb_private::FileSpecList & ref() const
void SetFileSpec(const lldb_private::FileSpec &fspec)
const lldb_private::FileSpec & ref() const
lldb_private::Stream & ref()
A stream class that can stream formatted output to a file.
size_t Printf(const char *format,...) __attribute__((format(printf
Output printf formatted output to the stream.
size_t PutCString(llvm::StringRef cstr)
Output a C string to the stream.
A class that represents a running process on the host machine.
std::unique_ptr< T > clone(const std::unique_ptr< T > &src)