Home | History | Annotate | Download | only in html

Lines Matching full:use_synthetic

75 <tr class="memitem:a81fe4f155a8c138c674db9bbe2cb3d80"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBValue.html#a81fe4f155a8c138c674db9bbe2cb3d80">SetPreferSyntheticValue</a> (bool use_synthetic)</td></tr>
127 <tr class="memitem:a50704e6f1e279cf4b52ad737aacf4a9a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBValue.html#a50704e6f1e279cf4b52ad737aacf4a9a">SetSP</a> (const lldb::ValueObjectSP &amp;sp, bool use_synthetic)</td></tr>
129 <tr class="memitem:a6a2ba30f6e131bc592a2a60c97e94e75"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBValue.html#a6a2ba30f6e131bc592a2a60c97e94e75">SetSP</a> (const lldb::ValueObjectSP &amp;sp, lldb::DynamicValueType use_dynamic, bool use_synthetic)</td></tr>
130 <tr class="memitem:aa87eeca152de47f83a4a6ef8a6a637bf"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBValue.html#aa87eeca152de47f83a4a6ef8a6a637bf">SetSP</a> (const lldb::ValueObjectSP &amp;sp, lldb::DynamicValueType use_dynamic, bool use_synthetic, const char *name)</td></tr>
965 <p>Get the appropriate ValueObjectSP from this <a class="el" href="classlldb_1_1SBValue.html">SBValue</a>, consulting the use_dynamic and use_synthetic options passed in to SetSP when the <a class="el" href="classlldb_1_1SBValue.html">SBValue</a>'s contents were set. Since this often requires examining memory, and maybe even running code, it needs to acquire the Target API and Process StopLock. Those are held in an opaque class ValueLocker which is currently local to SBValue.cpp. So you don't have to get these yourself just default construct a ValueLocker, and pass it into this. If we need to make a ValueLocker and use it in some other .cpp file, we'll have to move it to ValueObject.h/cpp or somewhere else convenient. We haven't needed to so far.</p>
1432 <td class="paramname"><em>use_synthetic</em></td><td>)</td>
1481 <td class="paramname"><em>use_synthetic</em>&#160;</td>
1555 <td class="paramname"><em>use_synthetic</em>&#160;</td>
1595 <td class="paramname"><em>use_synthetic</em>, </td>