LLDB mainline
CommandObjectFrame.cpp File Reference

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

◆ LLDB_OPTIONS_frame_select

#define LLDB_OPTIONS_frame_select

Definition at line 208 of file CommandObjectFrame.cpp.

Function Documentation

◆ PrintRecognizerDetails()

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