#include <SBExpressionOptions.h>
Protected Member Functions |
| SBExpressionOptions (lldb_private::EvaluateExpressionOptions &expression_options) |
lldb_private::EvaluateExpressionOptions * | get () const |
lldb_private::EvaluateExpressionOptions & | ref () const |
Detailed Description
Definition at line 20 of file SBExpressionOptions.h.
Constructor & Destructor Documentation
lldb::SBExpressionOptions::SBExpressionOptions |
( |
| ) |
|
lldb::SBExpressionOptions::~SBExpressionOptions |
( |
| ) |
|
lldb::SBExpressionOptions::SBExpressionOptions |
( |
lldb_private::EvaluateExpressionOptions & |
expression_options | ) |
|
|
protected |
Member Function Documentation
lldb_private::EvaluateExpressionOptions* lldb::SBExpressionOptions::get |
( |
| ) |
const |
|
protected |
bool lldb::SBExpressionOptions::GetCoerceResultToId |
( |
| ) |
const |
lldb::DynamicValueType lldb::SBExpressionOptions::GetFetchDynamicValue |
( |
| ) |
const |
bool lldb::SBExpressionOptions::GetIgnoreBreakpoints |
( |
| ) |
const |
uint32_t lldb::SBExpressionOptions::GetTimeoutInMicroSeconds |
( |
| ) |
const |
bool lldb::SBExpressionOptions::GetTryAllThreads |
( |
| ) |
const |
bool lldb::SBExpressionOptions::GetUnwindOnError |
( |
| ) |
const |
lldb_private::EvaluateExpressionOptions& lldb::SBExpressionOptions::ref |
( |
| ) |
const |
|
protected |
void lldb::SBExpressionOptions::SetCoerceResultToId |
( |
bool |
coerce = true | ) |
|
void lldb::SBExpressionOptions::SetFetchDynamicValue |
( |
lldb::DynamicValueType |
dynamic = lldb::eDynamicCanRunTarget | ) |
|
void lldb::SBExpressionOptions::SetIgnoreBreakpoints |
( |
bool |
ignore = true | ) |
|
void lldb::SBExpressionOptions::SetTimeoutInMicroSeconds |
( |
uint32_t |
timeout = 0 | ) |
|
void lldb::SBExpressionOptions::SetTryAllThreads |
( |
bool |
run_others = true | ) |
|
void lldb::SBExpressionOptions::SetUnwindOnError |
( |
bool |
unwind = true | ) |
|
Friends And Related Function Documentation
The documentation for this class was generated from the following file: