LLDB mainline
Classes | Macros
CommandObjectFrame.cpp File Reference
#include "CommandObjectFrame.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/ValueObject.h"
#include "lldb/DataFormatters/DataVisualization.h"
#include "lldb/DataFormatters/ValueObjectPrinter.h"
#include "lldb/Host/Config.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/OptionGroupFormat.h"
#include "lldb/Interpreter/OptionGroupValueObjectDisplay.h"
#include "lldb/Interpreter/OptionGroupVariable.h"
#include "lldb/Interpreter/Options.h"
#include "lldb/Symbol/Function.h"
#include "lldb/Symbol/SymbolContext.h"
#include "lldb/Symbol/Variable.h"
#include "lldb/Symbol/VariableList.h"
#include "lldb/Target/StackFrame.h"
#include "lldb/Target/StackFrameRecognizer.h"
#include "lldb/Target/StopInfo.h"
#include "lldb/Target/Target.h"
#include "lldb/Target/Thread.h"
#include "lldb/Utility/Args.h"
#include <memory>
#include <optional>
#include <string>
#include "CommandOptions.inc"

Go to the source code of this file.

Classes

class  CommandObjectFrameDiagnose
 
class  CommandObjectFrameDiagnose::CommandOptions
 
class  CommandObjectFrameInfo
 
class  CommandObjectFrameSelect
 
class  CommandObjectFrameSelect::CommandOptions
 
class  CommandObjectFrameVariable
 
class  CommandObjectFrameRecognizerAdd
 
class  CommandObjectFrameRecognizerAdd::CommandOptions
 
class  CommandObjectFrameRecognizerClear
 
class  CommandObjectFrameRecognizerDelete
 
class  CommandObjectFrameRecognizerList
 
class  CommandObjectFrameRecognizerInfo
 
class  CommandObjectFrameRecognizer
 

Macros

#define LLDB_OPTIONS_frame_diag
 
#define LLDB_OPTIONS_frame_select
 
#define LLDB_OPTIONS_frame_recognizer_add
 

Macro Definition Documentation

◆ LLDB_OPTIONS_frame_diag

#define LLDB_OPTIONS_frame_diag

Definition at line 47 of file CommandObjectFrame.cpp.

◆ LLDB_OPTIONS_frame_recognizer_add

#define LLDB_OPTIONS_frame_recognizer_add

Definition at line 697 of file CommandObjectFrame.cpp.

◆ LLDB_OPTIONS_frame_select

#define LLDB_OPTIONS_frame_select

Definition at line 207 of file CommandObjectFrame.cpp.