Home
last modified time | relevance | path

Searched refs:SBExpressionOptions (Results 1 – 25 of 26) sorted by relevance

12

/external/lldb/source/API/
DSBExpressionOptions.cpp19 SBExpressionOptions::SBExpressionOptions () : in SBExpressionOptions() function in SBExpressionOptions
24 SBExpressionOptions::SBExpressionOptions (const SBExpressionOptions &rhs) in SBExpressionOptions() function in SBExpressionOptions
30 const SBExpressionOptions &
31 SBExpressionOptions::operator = (const SBExpressionOptions &rhs) in operator =()
40 SBExpressionOptions::~SBExpressionOptions() in ~SBExpressionOptions()
45 SBExpressionOptions::GetCoerceResultToId () const in GetCoerceResultToId()
51 SBExpressionOptions::SetCoerceResultToId (bool coerce) in SetCoerceResultToId()
57 SBExpressionOptions::GetUnwindOnError () const in GetUnwindOnError()
63 SBExpressionOptions::SetUnwindOnError (bool unwind) in SetUnwindOnError()
69 SBExpressionOptions::GetIgnoreBreakpoints () const in GetIgnoreBreakpoints()
[all …]
DCMakeLists.txt18 SBExpressionOptions.cpp
DAndroid.mk27 SBExpressionOptions.cpp \
DSBFrame.cpp1325 SBExpressionOptions options; in EvaluateExpression()
1337 SBExpressionOptions options; in EvaluateExpression()
1346 SBExpressionOptions options; in EvaluateExpression()
1353 SBFrame::EvaluateExpression (const char *expr, const SBExpressionOptions &options) in EvaluateExpression()
DSBValue.cpp706 SBExpressionOptions options; in CreateValueFromExpression()
712 SBValue::CreateValueFromExpression (const char *name, const char *expression, SBExpressionOptions &… in CreateValueFromExpression()
/external/lldb/include/lldb/API/
DSBExpressionOptions.h20 class SBExpressionOptions
23 SBExpressionOptions();
25 SBExpressionOptions (const lldb::SBExpressionOptions &rhs);
27 ~SBExpressionOptions();
29 const SBExpressionOptions &
30 operator = (const lldb::SBExpressionOptions &rhs);
70 SBExpressionOptions (lldb_private::EvaluateExpressionOptions &expression_options);
DSBDefines.h45 class SBExpressionOptions; variable
DSBFrame.h109 EvaluateExpression (const char *expr, const SBExpressionOptions &options);
DSBValue.h159 …CreateValueFromExpression (const char *name, const char* expression, SBExpressionOptions &options);
DSBTarget.h788 EvaluateExpression (const char *expr, const SBExpressionOptions &options);
/external/lldb/scripts/Python/interface/
DSBExpressionOptions.i14 ) SBExpressionOptions;
16 class SBExpressionOptions
22 SBExpressionOptions();
24 SBExpressionOptions (const lldb::SBExpressionOptions &rhs);
26 ~SBExpressionOptions();
76 SBExpressionOptions (lldb_private::EvaluateExpressionOptions &expression_options);
DSBFrame.i144 EvaluateExpression (const char *expr, SBExpressionOptions &options);
DSBValue.i242 …CreateValueFromExpression (const char *name, const char* expression, SBExpressionOptions &options);
DSBTarget.i755 EvaluateExpression (const char *expr, const lldb::SBExpressionOptions &options);
/external/lldb/www/cpp_reference/html/
DSBExpressionOptions_8h__incl.map1 <map id="SBExpressionOptions.h" name="SBExpressionOptions.h">
DSBDefines_8h__dep__incl.map28 <area shape="rect" id="node95" href="$SBExpressionOptions_8h.html" title="SBExpressionOptions.h" al…
/external/lldb/test/expression_command/timeout/
DTestCallWithTimeout.py59 options = lldb.SBExpressionOptions()
/external/lldb/examples/darwin/heap_find/
Dheap.py402 expr_options = lldb.SBExpressionOptions()
438 expr_options = lldb.SBExpressionOptions()
989 expr_options = lldb.SBExpressionOptions()
1090 expr_options = lldb.SBExpressionOptions()
/external/lldb/test/expression_command/call-throws/
DTestCallThatThrows.py64 options = lldb.SBExpressionOptions()
/external/lldb/scripts/
Dlldb.swig69 #include "lldb/API/SBExpressionOptions.h"
133 %include "./Python/interface/SBExpressionOptions.i"
/external/lldb/examples/python/
Ddiagnose_nsstring.py50 options = lldb.SBExpressionOptions()
/external/lldb/test/expression_command/test/
DTestExprs.py174 options = lldb.SBExpressionOptions()
/external/lldb/test/expression_command/call-restarts/
DTestCallThatRestarts.py80 options = lldb.SBExpressionOptions()
/external/lldb/www/python_reference/
Dapi-objects.txt2894 lldb.SBExpressionOptions lldb.SBExpressionOptions-class.html
2895 lldb.SBExpressionOptions.__swig_getmethods__ lldb.SBExpressionOptions-class.html#__swig_getmethods__
2896 lldb.SBExpressionOptions.SetFetchDynamicValue lldb.SBExpressionOptions-class.html#SetFetchDynamicVa…
2897 lldb.SBExpressionOptions.SetCoerceResultToId lldb.SBExpressionOptions-class.html#SetCoerceResultToId
2898 lldb.SBExpressionOptions.__swig_setmethods__ lldb.SBExpressionOptions-class.html#__swig_setmethods__
2899 lldb.SBExpressionOptions.GetTryAllThreads lldb.SBExpressionOptions-class.html#GetTryAllThreads
2900 lldb.SBExpressionOptions.GetIgnoreBreakpoints lldb.SBExpressionOptions-class.html#GetIgnoreBreakpoi…
2901 lldb.SBExpressionOptions.__init__ lldb.SBExpressionOptions-class.html#__init__
2902 lldb.SBExpressionOptions.__setattr__ lldb.SBExpressionOptions-class.html#__setattr__
2903 lldb.SBExpressionOptions.__getattr__ lldb.SBExpressionOptions-class.html#__getattr__
[all …]
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj518 …2C971A00F75CB3 /* SBExpressionOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CE4F672162…
519 …C973F00F75CB3 /* SBExpressionOptions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4CE4F67416…
1541SBExpressionOptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourceco…
1542SBExpressionOptions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = source…
1543 … /* SBExpressionOptions.i */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sour…
2109 4CE4F676162CE1E100F75CB3 /* SBExpressionOptions.i */,
2193 4CE4F672162C971A00F75CB3 /* SBExpressionOptions.h */,
2194 4CE4F674162C973F00F75CB3 /* SBExpressionOptions.cpp */,
3516 4CE4F673162C971A00F75CB3 /* SBExpressionOptions.h in Headers */,
3917 4CE4F675162C973F00F75CB3 /* SBExpressionOptions.cpp in Sources */,

12