LLDB mainline
Classes | Macros
CommandObjectProcess.cpp File Reference
#include "CommandObjectProcess.h"
#include "CommandObjectBreakpoint.h"
#include "CommandObjectTrace.h"
#include "CommandOptionsProcessAttach.h"
#include "CommandOptionsProcessLaunch.h"
#include "lldb/Breakpoint/Breakpoint.h"
#include "lldb/Breakpoint/BreakpointIDList.h"
#include "lldb/Breakpoint/BreakpointLocation.h"
#include "lldb/Breakpoint/BreakpointName.h"
#include "lldb/Breakpoint/BreakpointSite.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/CommandReturnObject.h"
#include "lldb/Interpreter/OptionArgParser.h"
#include "lldb/Interpreter/OptionGroupPythonClassWithDict.h"
#include "lldb/Interpreter/Options.h"
#include "lldb/Target/Platform.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/StopInfo.h"
#include "lldb/Target/Target.h"
#include "lldb/Target/Thread.h"
#include "lldb/Target/UnixSignals.h"
#include "lldb/Utility/Args.h"
#include "lldb/Utility/ScriptedMetadata.h"
#include "lldb/Utility/State.h"
#include "llvm/ADT/ScopeExit.h"
#include <bitset>
#include <optional>
#include "CommandOptions.inc"

Go to the source code of this file.

Classes

class  CommandObjectProcessLaunchOrAttach
 
class  CommandObjectProcessLaunch
 
class  CommandObjectProcessAttach
 
class  CommandObjectProcessContinue
 
class  CommandObjectProcessContinue::CommandOptions
 
class  CommandObjectProcessDetach
 
class  CommandObjectProcessDetach::CommandOptions
 
class  CommandObjectProcessConnect
 
class  CommandObjectProcessConnect::CommandOptions
 
class  CommandObjectProcessPlugin
 
class  CommandObjectProcessLoad
 
class  CommandObjectProcessLoad::CommandOptions
 
class  CommandObjectProcessUnload
 
class  CommandObjectProcessSignal
 
class  CommandObjectProcessInterrupt
 
class  CommandObjectProcessKill
 
class  CommandObjectProcessSaveCore
 
class  CommandObjectProcessSaveCore::CommandOptions
 
class  CommandObjectProcessStatus
 
class  CommandObjectProcessStatus::CommandOptions
 
class  CommandObjectProcessHandle
 
class  CommandObjectProcessHandle::CommandOptions
 
class  CommandObjectProcessTraceStart
 
class  CommandObjectProcessTraceStop
 
class  CommandObjectMultiwordProcessTrace
 

Macros

#define LLDB_OPTIONS_process_attach
 
#define LLDB_OPTIONS_process_continue
 
#define LLDB_OPTIONS_process_detach
 
#define LLDB_OPTIONS_process_connect
 
#define LLDB_OPTIONS_process_load
 
#define LLDB_OPTIONS_process_save_core
 
#define LLDB_OPTIONS_process_status
 
#define LLDB_OPTIONS_process_handle
 

Macro Definition Documentation

◆ LLDB_OPTIONS_process_attach

#define LLDB_OPTIONS_process_attach

Definition at line 282 of file CommandObjectProcess.cpp.

◆ LLDB_OPTIONS_process_connect

#define LLDB_OPTIONS_process_connect

Definition at line 811 of file CommandObjectProcess.cpp.

◆ LLDB_OPTIONS_process_continue

#define LLDB_OPTIONS_process_continue

Definition at line 422 of file CommandObjectProcess.cpp.

◆ LLDB_OPTIONS_process_detach

#define LLDB_OPTIONS_process_detach

Definition at line 724 of file CommandObjectProcess.cpp.

◆ LLDB_OPTIONS_process_handle

#define LLDB_OPTIONS_process_handle

Definition at line 1450 of file CommandObjectProcess.cpp.

◆ LLDB_OPTIONS_process_load

#define LLDB_OPTIONS_process_load

Definition at line 932 of file CommandObjectProcess.cpp.

◆ LLDB_OPTIONS_process_save_core

#define LLDB_OPTIONS_process_save_core

Definition at line 1237 of file CommandObjectProcess.cpp.

◆ LLDB_OPTIONS_process_status

#define LLDB_OPTIONS_process_status

Definition at line 1342 of file CommandObjectProcess.cpp.