LLDB mainline
Macros | Functions
CommandObjectExpression.cpp File Reference
#include "llvm/ADT/StringRef.h"
#include "CommandObjectExpression.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Expression/ExpressionVariable.h"
#include "lldb/Expression/REPL.h"
#include "lldb/Expression/UserExpression.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/Target/Language.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/StackFrame.h"
#include "lldb/Target/Target.h"
#include "lldb/lldb-enumerations.h"
#include "lldb/lldb-private-enumerations.h"
#include "CommandOptions.inc"

Go to the source code of this file.

Macros

#define LLDB_OPTIONS_expression
 

Functions

static lldb_private::Status CanBeUsedForElementCountPrinting (ValueObject &valobj)
 
static EvaluateExpressionOptions GetExprOptions (ExecutionContext &ctx, CommandObjectExpression::CommandOptions command_options)
 

Macro Definition Documentation

◆ LLDB_OPTIONS_expression

#define LLDB_OPTIONS_expression

Definition at line 35 of file CommandObjectExpression.cpp.

Function Documentation

◆ CanBeUsedForElementCountPrinting()

static lldb_private::Status CanBeUsedForElementCountPrinting ( ValueObject valobj)
static

Definition at line 369 of file CommandObjectExpression.cpp.

◆ GetExprOptions()

static EvaluateExpressionOptions GetExprOptions ( ExecutionContext ctx,
CommandObjectExpression::CommandOptions  command_options 
)
static

Definition at line 541 of file CommandObjectExpression.cpp.