9#ifndef LLDB_UTILITY_VASPRINTF_H
10#define LLDB_UTILITY_VASPRINTF_H
12#include "llvm/ADT/SmallVector.h"
17bool VASprintf(llvm::SmallVectorImpl<char> &buf,
const char *fmt, va_list args);
A class that represents a running process on the host machine.
bool VASprintf(llvm::SmallVectorImpl< char > &buf, const char *fmt, va_list args)