Home | History | Annotate | Download | only in html
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      2 <html><head>
      3 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
      4 <meta name="keywords" content="LLDB,C++,doxygen,API,documentation"/>
      5 <meta name="description" content="C++ source code API documentation for LLDB."/>
      6 <title>LLVM: lldb::SBCommandPluginInterface Class Reference</title>
      7 <link href="doxygen.css" rel="stylesheet" type="text/css"/>
      8 </head><body>
      9 <p class="title">LLDB API Documentation</p>
     10 <!-- Generated by Doxygen 1.8.1.2 -->
     11   <div id="navrow1" class="tabs">
     12     <ul class="tablist">
     13       <li><a href="index.html"><span>Main&#160;Page</span></a></li>
     14       <li><a href="namespaces.html"><span>Namespaces</span></a></li>
     15       <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
     16       <li><a href="files.html"><span>Files</span></a></li>
     17     </ul>
     18   </div>
     19   <div id="navrow2" class="tabs2">
     20     <ul class="tablist">
     21       <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
     22       <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
     23       <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
     24     </ul>
     25   </div>
     26 <div id="nav-path" class="navpath">
     27   <ul>
     28 <li class="navelem"><a class="el" href="namespacelldb.html">lldb</a></li><li class="navelem"><a class="el" href="classlldb_1_1SBCommandPluginInterface.html">SBCommandPluginInterface</a></li>  </ul>
     29 </div>
     30 </div><!-- top -->
     31 <div class="header">
     32   <div class="summary">
     33 <a href="#pub-methods">Public Member Functions</a> &#124;
     34 <a href="classlldb_1_1SBCommandPluginInterface-members.html">List of all members</a>  </div>
     35   <div class="headertitle">
     36 <div class="title">lldb::SBCommandPluginInterface Class Reference</div>  </div>
     37 </div><!--header-->
     38 <div class="contents">
     39 
     40 <p><code>#include &lt;<a class="el" href="SBCommandInterpreter_8h_source.html">SBCommandInterpreter.h</a>&gt;</code></p>
     41 <table class="memberdecls">
     42 <tr class="heading"><td colspan="2"><h2><a name="pub-methods"></a>
     43 Public Member Functions</h2></td></tr>
     44 <tr class="memitem:a683be36b0e55cbfc980059e14b1fde84"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBCommandPluginInterface.html#a683be36b0e55cbfc980059e14b1fde84">DoExecute</a> (<a class="el" href="classlldb_1_1SBDebugger.html">lldb::SBDebugger</a> debugger, char **command, <a class="el" href="classlldb_1_1SBCommandReturnObject.html">lldb::SBCommandReturnObject</a> &amp;result)</td></tr>
     45 <tr class="memitem:ab0c33994ee68e4c2d7fe799057ef5398"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classlldb_1_1SBCommandPluginInterface.html#ab0c33994ee68e4c2d7fe799057ef5398">~SBCommandPluginInterface</a> ()</td></tr>
     46 </table>
     47 <a name="details" id="details"></a><h2>Detailed Description</h2>
     48 <div class="textblock">
     49 <p>Definition at line <a class="el" href="SBCommandInterpreter_8h_source.html#l00144">144</a> of file <a class="el" href="SBCommandInterpreter_8h_source.html">SBCommandInterpreter.h</a>.</p>
     50 </div><h2>Constructor &amp; Destructor Documentation</h2>
     51 <a class="anchor" id="ab0c33994ee68e4c2d7fe799057ef5398"></a>
     52 <div class="memitem">
     53 <div class="memproto">
     54 <table class="mlabels">
     55   <tr>
     56   <td class="mlabels-left">
     57       <table class="memname">
     58         <tr>
     59           <td class="memname">virtual lldb::SBCommandPluginInterface::~SBCommandPluginInterface </td>
     60           <td>(</td>
     61           <td class="paramname"></td><td>)</td>
     62           <td></td>
     63         </tr>
     64       </table>
     65   </td>
     66   <td class="mlabels-right">
     67 <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span>  </td>
     68   </tr>
     69 </table>
     70 </div><div class="memdoc">
     71 
     72 <p>Definition at line <a class="el" href="SBCommandInterpreter_8h_source.html#l00156">156</a> of file <a class="el" href="SBCommandInterpreter_8h_source.html">SBCommandInterpreter.h</a>.</p>
     73 
     74 </div>
     75 </div>
     76 <h2>Member Function Documentation</h2>
     77 <a class="anchor" id="a683be36b0e55cbfc980059e14b1fde84"></a>
     78 <div class="memitem">
     79 <div class="memproto">
     80 <table class="mlabels">
     81   <tr>
     82   <td class="mlabels-left">
     83       <table class="memname">
     84         <tr>
     85           <td class="memname">virtual bool lldb::SBCommandPluginInterface::DoExecute </td>
     86           <td>(</td>
     87           <td class="paramtype"><a class="el" href="classlldb_1_1SBDebugger.html">lldb::SBDebugger</a>&#160;</td>
     88           <td class="paramname"><em>debugger</em>, </td>
     89         </tr>
     90         <tr>
     91           <td class="paramkey"></td>
     92           <td></td>
     93           <td class="paramtype">char **&#160;</td>
     94           <td class="paramname"><em>command</em>, </td>
     95         </tr>
     96         <tr>
     97           <td class="paramkey"></td>
     98           <td></td>
     99           <td class="paramtype"><a class="el" href="classlldb_1_1SBCommandReturnObject.html">lldb::SBCommandReturnObject</a> &amp;&#160;</td>
    100           <td class="paramname"><em>result</em>&#160;</td>
    101         </tr>
    102         <tr>
    103           <td></td>
    104           <td>)</td>
    105           <td></td><td></td>
    106         </tr>
    107       </table>
    108   </td>
    109   <td class="mlabels-right">
    110 <span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span>  </td>
    111   </tr>
    112 </table>
    113 </div><div class="memdoc">
    114 
    115 <p>Definition at line <a class="el" href="SBCommandInterpreter_8h_source.html#l00148">148</a> of file <a class="el" href="SBCommandInterpreter_8h_source.html">SBCommandInterpreter.h</a>.</p>
    116 
    117 </div>
    118 </div>
    119 <hr/>The documentation for this class was generated from the following file:<ul>
    120 <li><a class="el" href="SBCommandInterpreter_8h_source.html">SBCommandInterpreter.h</a></li>
    121 </ul>
    122 </div><!-- contents -->
    123 <hr>
    124 <p class="footer">
    125 Generated on Fri Jul 19 2013 13:25:55 for <a href="http://lldb.llvm.org/">LLVM</a> by
    126 <a href="http://www.doxygen.org"><img src="doxygen.png" alt="Doxygen"
    127 align="middle" border="0"/>1.8.1.2</a><br>
    128 Copyright &copy; 2003-2013 University of Illinois at Urbana-Champaign.
    129 All Rights Reserved.</p>
    130 <hr>
    131 <!--#include virtual="/attrib.incl" -->
    132 </body>
    133 </html>
    134