LLDB mainline
Classes | Macros | Functions
CommandObjectFrame.cpp File Reference
#include "CommandObjectFrame.h"
#include "lldb/Core/Debugger.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 "lldb/ValueObject/ValueObject.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  CommandObjectWithFrameRecognizerArg
 
class  CommandObjectFrameRecognizerEnable
 
class  CommandObjectFrameRecognizerDisable
 
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
 

Functions

static void PrintRecognizerDetails (Stream &strm, const std::string &name, bool enabled, const std::string &module, llvm::ArrayRef< lldb_private::ConstString > symbols, Mangled::NamePreference symbol_mangling, bool regexp)
 

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 728 of file CommandObjectFrame.cpp.

◆ LLDB_OPTIONS_frame_select

#define LLDB_OPTIONS_frame_select

Definition at line 207 of file CommandObjectFrame.cpp.

Function Documentation

◆ PrintRecognizerDetails()

static void PrintRecognizerDetails ( Stream strm,
const std::string &  name,
bool  enabled,
const std::string &  module,
llvm::ArrayRef< lldb_private::ConstString symbols,
Mangled::NamePreference  symbol_mangling,
bool  regexp 
)
static