#include "CommandOptionsProcessLaunch.h"
#include "lldb/Host/FileSystem.h"
#include "lldb/Host/HostInfo.h"
#include "lldb/Host/OptionParser.h"
#include "lldb/Interpreter/CommandCompletions.h"
#include "lldb/Interpreter/CommandObject.h"
#include "lldb/Interpreter/CommandOptionArgumentTable.h"
#include "lldb/Interpreter/OptionArgParser.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/Target/Platform.h"
#include "lldb/Target/Target.h"
#include "llvm/ADT/ArrayRef.h"
usingnamespacellvm;
usingnamespacelldb;
usingnamespacelldb_private;
#define LLDB_OPTIONS_process_launch
#include "CommandOptions.inc"
Status CommandOptionsProcessLaunch::SetOptionValue(
uint32_t option_idx, llvm::StringRef option_arg,
ExecutionContext *execution_context) { … }
llvm::ArrayRef<OptionDefinition> CommandOptionsProcessLaunch::GetDefinitions() { … }