LLDB mainline
CommandObjectLog.cpp File Reference

Go to the source code of this file.

Classes

class  CommandObjectLogEnable
class  CommandObjectLogEnable::CommandOptions
class  CommandObjectLogDisable
class  CommandObjectLogList
class  CommandObjectLogDump
class  CommandObjectLogDump::CommandOptions
class  CommandObjectLogTimerEnable
class  CommandObjectLogTimerDisable
class  CommandObjectLogTimerDump
class  CommandObjectLogTimerReset
class  CommandObjectLogTimerIncrement
class  CommandObjectLogTimer

Macros

#define LLDB_OPTIONS_log_enable
#define LLDB_OPTIONS_log_dump

Functions

static void CompleteEnableDisable (CompletionRequest &request)
 Common completion logic for log enable/disable.

Macro Definition Documentation

◆ LLDB_OPTIONS_log_dump

#define LLDB_OPTIONS_log_dump

Definition at line 30 of file CommandObjectLog.cpp.

◆ LLDB_OPTIONS_log_enable

#define LLDB_OPTIONS_log_enable

Definition at line 27 of file CommandObjectLog.cpp.

Function Documentation

◆ CompleteEnableDisable()