LLDB mainline
Classes | Macros
CommandObjectTrace.cpp File Reference
#include "CommandObjectTrace.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/MemoryBuffer.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/OptionParser.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Interpreter/CommandObject.h"
#include "lldb/Interpreter/CommandOptionArgumentTable.h"
#include "lldb/Interpreter/CommandReturnObject.h"
#include "lldb/Interpreter/OptionArgParser.h"
#include "lldb/Interpreter/OptionGroupFormat.h"
#include "lldb/Interpreter/OptionValueBoolean.h"
#include "lldb/Interpreter/OptionValueLanguage.h"
#include "lldb/Interpreter/OptionValueString.h"
#include "lldb/Interpreter/Options.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Trace.h"
#include "CommandOptions.inc"

Go to the source code of this file.

Classes

class  CommandObjectTraceSave
 
class  CommandObjectTraceSave::CommandOptions
 
class  CommandObjectTraceLoad
 
class  CommandObjectTraceLoad::CommandOptions
 
class  CommandObjectTraceDump
 
class  CommandObjectTraceDump::CommandOptions
 
class  CommandObjectTraceSchema
 
class  CommandObjectTraceSchema::CommandOptions
 

Macros

#define LLDB_OPTIONS_trace_save
 
#define LLDB_OPTIONS_trace_load
 
#define LLDB_OPTIONS_trace_dump
 
#define LLDB_OPTIONS_trace_schema
 

Macro Definition Documentation

◆ LLDB_OPTIONS_trace_dump

#define LLDB_OPTIONS_trace_dump

Definition at line 224 of file CommandObjectTrace.cpp.

◆ LLDB_OPTIONS_trace_load

#define LLDB_OPTIONS_trace_load

Definition at line 133 of file CommandObjectTrace.cpp.

◆ LLDB_OPTIONS_trace_save

#define LLDB_OPTIONS_trace_save

Definition at line 35 of file CommandObjectTrace.cpp.

◆ LLDB_OPTIONS_trace_schema

#define LLDB_OPTIONS_trace_schema

Definition at line 288 of file CommandObjectTrace.cpp.