LLDB mainline
|
#include "CommandObjectPlatform.h"
#include "CommandOptionsProcessLaunch.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/OptionParser.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Interpreter/CommandOptionArgumentTable.h"
#include "lldb/Interpreter/CommandOptionValidators.h"
#include "lldb/Interpreter/CommandReturnObject.h"
#include "lldb/Interpreter/OptionGroupFile.h"
#include "lldb/Interpreter/OptionGroupPlatform.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/Target/Platform.h"
#include "lldb/Target/Process.h"
#include "lldb/Utility/Args.h"
#include "llvm/ADT/SmallString.h"
#include "CommandOptions.inc"
Go to the source code of this file.
Macros | |
#define | LLDB_OPTIONS_permissions |
#define | LLDB_OPTIONS_platform_fread |
#define | LLDB_OPTIONS_platform_fwrite |
#define | LLDB_OPTIONS_platform_process_list |
#define | LLDB_OPTIONS_platform_process_attach |
#define | LLDB_OPTIONS_platform_shell |
Functions | |
static mode_t | ParsePermissionString (const char *)=delete |
static mode_t | ParsePermissionString (llvm::StringRef permissions) |
Variables | |
static PosixPlatformCommandOptionValidator | posix_validator |
#define LLDB_OPTIONS_permissions |
Definition at line 59 of file CommandObjectPlatform.cpp.
#define LLDB_OPTIONS_platform_fread |
Definition at line 573 of file CommandObjectPlatform.cpp.
#define LLDB_OPTIONS_platform_fwrite |
Definition at line 669 of file CommandObjectPlatform.cpp.
#define LLDB_OPTIONS_platform_process_attach |
Definition at line 1570 of file CommandObjectPlatform.cpp.
#define LLDB_OPTIONS_platform_process_list |
Definition at line 1232 of file CommandObjectPlatform.cpp.
#define LLDB_OPTIONS_platform_shell |
Definition at line 1698 of file CommandObjectPlatform.cpp.
|
staticdelete |
Referenced by OptionPermissions::SetOptionValue().
|
static |
Definition at line 33 of file CommandObjectPlatform.cpp.
|
static |
Definition at line 1231 of file CommandObjectPlatform.cpp.