diff options
| author | Tamas Berghammer <tberghammer@google.com> | 2016-10-20 13:04:32 +0000 |
|---|---|---|
| committer | Tamas Berghammer <tberghammer@google.com> | 2016-10-20 13:04:32 +0000 |
| commit | 5ac6e91c4fd8e9c5778b827862d892c3c2708815 (patch) | |
| tree | e8e9d3a743ce5a85857d1c3bc4c96274e39d3900 /lldb/www/python_reference/lldb.SBCommandInterpreter-class.html | |
| parent | 226752c15d0d48f46a2941666efccb13b68af470 (diff) | |
| download | bcm5719-llvm-5ac6e91c4fd8e9c5778b827862d892c3c2708815.tar.gz bcm5719-llvm-5ac6e91c4fd8e9c5778b827862d892c3c2708815.zip | |
Re-generate the python and cpp reference documentation
They haven't been updated since July 2013 so they missed a lot of new
function added to the SB API since.
Bug: llvm.org/pr30603
llvm-svn: 284725
Diffstat (limited to 'lldb/www/python_reference/lldb.SBCommandInterpreter-class.html')
| -rw-r--r-- | lldb/www/python_reference/lldb.SBCommandInterpreter-class.html | 232 |
1 files changed, 203 insertions, 29 deletions
diff --git a/lldb/www/python_reference/lldb.SBCommandInterpreter-class.html b/lldb/www/python_reference/lldb.SBCommandInterpreter-class.html index 8ba8412f6cc..c00035340c4 100644 --- a/lldb/www/python_reference/lldb.SBCommandInterpreter-class.html +++ b/lldb/www/python_reference/lldb.SBCommandInterpreter-class.html @@ -60,28 +60,28 @@ <h1 class="epydoc">Class SBCommandInterpreter</h1><p class="nomargin-top"><span class="codelink"><a href="lldb-pysrc.html#SBCommandInterpreter">source code</a></span></p> <center> <center> <map id="uml_class_diagram_for_lldb_sbc" name="uml_class_diagram_for_lldb_sbc"> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#__swig_setmethods__" title="lldb.SBCommandInterpreter.__swig_setmethods__" alt="" coords="17,31,265,49"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#__swig_getmethods__" title="lldb.SBCommandInterpreter.__swig_getmethods__" alt="" coords="17,49,265,68"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#eBroadcastBitThreadShouldExit" title="lldb.SBCommandInterpreter.eBroadcastBitThreadShouldExit" alt="" coords="17,68,265,87"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#eBroadcastBitResetPrompt" title="lldb.SBCommandInterpreter.eBroadcastBitResetPrompt" alt="" coords="17,87,265,105"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#eBroadcastBitQuitCommandReceived" title="lldb.SBCommandInterpreter.eBroadcastBitQuitCommandReceived" alt="" coords="17,105,265,124"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#eBroadcastBitAsynchronousOutputData" title="lldb.SBCommandInterpreter.eBroadcastBitAsynchronousOutputData" alt="" coords="17,124,265,143"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#eBroadcastBitAsynchronousErrorData" title="lldb.SBCommandInterpreter.eBroadcastBitAsynchronousErrorData" alt="" coords="17,143,265,161"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#__setattr__" title="x.__setattr__('name', value) <==> x.name = value" alt="" coords="17,164,265,183"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#__getattr__" title="lldb.SBCommandInterpreter.__getattr__" alt="" coords="17,183,265,201"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#__repr__" title="repr(x)" alt="" coords="17,201,265,220"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#__init__" title="__init__(lldb::SBCommandInterpreter self, SBCommandInterpreter rhs) ->  SBCommandInterpreter" alt="" coords="17,220,265,239"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#__swig_destroy__" title="delete_SBCommandInterpreter(SBCommandInterpreter self)" alt="" coords="17,239,265,257"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#__del__" title="lldb.SBCommandInterpreter.__del__" alt="" coords="17,257,265,276"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#GetArgumentTypeAsCString" title="GetArgumentTypeAsCString(lldb::CommandArgumentType const arg_type) -> str  const *" alt="" coords="17,276,265,295"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#GetArgumentDescriptionAsCString" title="GetArgumentDescriptionAsCString(lldb::CommandArgumentType const arg_type)  -> str const *" alt="" coords="17,295,265,313"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#__nonzero__" title="lldb.SBCommandInterpreter.__nonzero__" alt="" coords="17,313,265,332"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#IsValid" title="IsValid(SBCommandInterpreter self) -> bool" alt="" coords="17,332,265,351"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#CommandExists" title="CommandExists(SBCommandInterpreter self, str const * cmd) -> bool" alt="" coords="17,351,265,369"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#AliasExists" title="AliasExists(SBCommandInterpreter self, str const * cmd) -> bool" alt="" coords="17,369,265,388"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#GetBroadcaster" title="GetBroadcaster(SBCommandInterpreter self) -> SBBroadcaster" alt="" coords="17,388,265,407"/> -<area shape="rect" id="node7" href="lldb.SBCommandInterpreter-class.html#HandleCompletion" title="HandleCompletion(SBCommandInterpreter self, str const * current_line, uint32_t cursor_pos, int match_start_point, int max_return_elements, ..." alt="" coords="17,425,265,444"/> -<area shape="rect" id="node1" href="lldb.SBCommandInterpreter-class.html" title="SBCommandInterpreter handles/interprets commands for lldb." alt="" coords="5,6,277,450"/> +<area shape="rect" id="node1_21" href="lldb.SBCommandInterpreter-class.html#__swig_setmethods__" title="lldb.SBCommandInterpreter.__swig_setmethods__" alt="" coords="17,31,272,51"/> +<area shape="rect" id="node1_22" href="lldb.SBCommandInterpreter-class.html#__swig_getmethods__" title="lldb.SBCommandInterpreter.__swig_getmethods__" alt="" coords="17,51,272,71"/> +<area shape="rect" id="node1_23" href="lldb.SBCommandInterpreter-class.html#eBroadcastBitThreadShouldExit" title="lldb.SBCommandInterpreter.eBroadcastBitThreadShouldExit" alt="" coords="17,71,272,91"/> +<area shape="rect" id="node1_24" href="lldb.SBCommandInterpreter-class.html#eBroadcastBitResetPrompt" title="lldb.SBCommandInterpreter.eBroadcastBitResetPrompt" alt="" coords="17,91,272,111"/> +<area shape="rect" id="node1_25" href="lldb.SBCommandInterpreter-class.html#eBroadcastBitQuitCommandReceived" title="lldb.SBCommandInterpreter.eBroadcastBitQuitCommandReceived" alt="" coords="17,111,272,131"/> +<area shape="rect" id="node1_26" href="lldb.SBCommandInterpreter-class.html#eBroadcastBitAsynchronousOutputData" title="lldb.SBCommandInterpreter.eBroadcastBitAsynchronousOutputData" alt="" coords="17,131,272,151"/> +<area shape="rect" id="node1_27" href="lldb.SBCommandInterpreter-class.html#eBroadcastBitAsynchronousErrorData" title="lldb.SBCommandInterpreter.eBroadcastBitAsynchronousErrorData" alt="" coords="17,151,272,171"/> +<area shape="rect" id="node1_28" href="lldb.SBCommandInterpreter-class.html#__setattr__" title="x.__setattr__('name', value) <==> x.name = value" alt="" coords="17,173,272,193"/> +<area shape="rect" id="node1_29" href="lldb.SBCommandInterpreter-class.html#__getattr__" title="lldb.SBCommandInterpreter.__getattr__" alt="" coords="17,193,272,213"/> +<area shape="rect" id="node1_30" href="lldb.SBCommandInterpreter-class.html#__repr__" title="repr(x)" alt="" coords="17,213,272,233"/> +<area shape="rect" id="node1_31" href="lldb.SBCommandInterpreter-class.html#__init__" title="__init__(lldb::SBCommandInterpreter self, SBCommandInterpreter rhs) ->  SBCommandInterpreter" alt="" coords="17,233,272,253"/> +<area shape="rect" id="node1_32" href="lldb.SBCommandInterpreter-class.html#__swig_destroy__" title="delete_SBCommandInterpreter(SBCommandInterpreter self)" alt="" coords="17,253,272,273"/> +<area shape="rect" id="node1_33" href="lldb.SBCommandInterpreter-class.html#__del__" title="lldb.SBCommandInterpreter.__del__" alt="" coords="17,273,272,293"/> +<area shape="rect" id="node1_34" href="lldb.SBCommandInterpreter-class.html#GetArgumentTypeAsCString" title="GetArgumentTypeAsCString(lldb::CommandArgumentType const arg_type) -> str  const *" alt="" coords="17,293,272,313"/> +<area shape="rect" id="node1_35" href="lldb.SBCommandInterpreter-class.html#GetArgumentDescriptionAsCString" title="GetArgumentDescriptionAsCString(lldb::CommandArgumentType const arg_type)  -> str const *" alt="" coords="17,313,272,333"/> +<area shape="rect" id="node1_36" href="lldb.SBCommandInterpreter-class.html#EventIsCommandInterpreterEvent" title="EventIsCommandInterpreterEvent(SBEvent event) -> bool" alt="" coords="17,333,272,353"/> +<area shape="rect" id="node1_37" href="lldb.SBCommandInterpreter-class.html#__nonzero__" title="lldb.SBCommandInterpreter.__nonzero__" alt="" coords="17,353,272,373"/> +<area shape="rect" id="node1_38" href="lldb.SBCommandInterpreter-class.html#IsValid" title="IsValid(SBCommandInterpreter self) -> bool" alt="" coords="17,373,272,393"/> +<area shape="rect" id="node1_39" href="lldb.SBCommandInterpreter-class.html#GetIOHandlerControlSequence" title="GetIOHandlerControlSequence(SBCommandInterpreter self, str ch) -> str const *" alt="" coords="17,393,272,413"/> +<area shape="rect" id="node1_40" href="lldb.SBCommandInterpreter-class.html#GetPromptOnQuit" title="GetPromptOnQuit(SBCommandInterpreter self) -> bool" alt="" coords="17,413,272,433"/> +<area shape="rect" id="node1_41" href="lldb.SBCommandInterpreter-class.html#IsActive" title="IsActive(SBCommandInterpreter self) -> bool" alt="" coords="17,453,272,473"/> +<area shape="rect" id="node1" href="lldb.SBCommandInterpreter-class.html" title="SBCommandInterpreter handles/interprets commands for lldb." alt="" coords="5,5,283,480"/> </map> <img src="uml_class_diagram_for_lldb_sbc.gif" alt='' usemap="#uml_class_diagram_for_lldb_sbc" ismap="ismap" class="graph-without-title" /> </center> @@ -295,6 +295,79 @@ execution. </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> + <td><span class="summary-sig"><a name="GetIOHandlerControlSequence"></a><span class="summary-sig-name">GetIOHandlerControlSequence</span>(<span class="summary-sig-arg">self</span>, + <span class="summary-sig-arg">*args</span>)</span><br /> + GetIOHandlerControlSequence(SBCommandInterpreter self, str ch) -> + str const *</td> + <td align="right" valign="top"> + <span class="codelink"><a href="lldb-pysrc.html#SBCommandInterpreter.GetIOHandlerControlSequence">source code</a></span> + + </td> + </tr> + </table> + + </td> + </tr> +<tr> + <td width="15%" align="right" valign="top" class="summary"> + <span class="summary-type"> </span> + </td><td class="summary"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td><span class="summary-sig"><a name="GetPromptOnQuit"></a><span class="summary-sig-name">GetPromptOnQuit</span>(<span class="summary-sig-arg">self</span>)</span><br /> + GetPromptOnQuit(SBCommandInterpreter self) -> bool</td> + <td align="right" valign="top"> + <span class="codelink"><a href="lldb-pysrc.html#SBCommandInterpreter.GetPromptOnQuit">source code</a></span> + + </td> + </tr> + </table> + + </td> + </tr> +<tr> + <td width="15%" align="right" valign="top" class="summary"> + <span class="summary-type"> </span> + </td><td class="summary"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td><span class="summary-sig"><a name="SetPromptOnQuit"></a><span class="summary-sig-name">SetPromptOnQuit</span>(<span class="summary-sig-arg">self</span>, + <span class="summary-sig-arg">*args</span>)</span><br /> + SetPromptOnQuit(SBCommandInterpreter self, bool b)</td> + <td align="right" valign="top"> + <span class="codelink"><a href="lldb-pysrc.html#SBCommandInterpreter.SetPromptOnQuit">source code</a></span> + + </td> + </tr> + </table> + + </td> + </tr> +<tr> + <td width="15%" align="right" valign="top" class="summary"> + <span class="summary-type"> </span> + </td><td class="summary"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td><span class="summary-sig"><a name="ResolveCommand"></a><span class="summary-sig-name">ResolveCommand</span>(<span class="summary-sig-arg">self</span>, + <span class="summary-sig-arg">*args</span>)</span><br /> + ResolveCommand(SBCommandInterpreter self, str const * command_line, + SBCommandReturnObject result)</td> + <td align="right" valign="top"> + <span class="codelink"><a href="lldb-pysrc.html#SBCommandInterpreter.ResolveCommand">source code</a></span> + + </td> + </tr> + </table> + + </td> + </tr> +<tr> + <td width="15%" align="right" valign="top" class="summary"> + <span class="summary-type"> </span> + </td><td class="summary"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> <td><span class="summary-sig"><a name="CommandExists"></a><span class="summary-sig-name">CommandExists</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> CommandExists(SBCommandInterpreter self, str const * cmd) -> bool</td> @@ -471,13 +544,9 @@ execution. </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> - <td><span class="summary-sig"><a name="HandleCommand"></a><span class="summary-sig-name">HandleCommand</span>(<span class="summary-sig-arg">self</span>, + <td><span class="summary-sig"><a href="lldb.SBCommandInterpreter-class.html#HandleCommand" class="summary-sig-name">HandleCommand</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> - HandleCommand(SBCommandInterpreter self, str const * command_line, - SBCommandReturnObject result, bool add_to_history=False) -> - lldb::ReturnStatus HandleCommand(SBCommandInterpreter self, str const - * command_line, SBCommandReturnObject result) -> - lldb::ReturnStatus</td> + HandleCommand(SBCommandInterpreter self, str const * command_line, SBCommandReturnObject result, bool add_to_history=False) -> lldb::ReturnStatus...</td> <td align="right" valign="top"> <span class="codelink"><a href="lldb-pysrc.html#SBCommandInterpreter.HandleCommand">source code</a></span> @@ -493,6 +562,24 @@ execution. </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> + <td><span class="summary-sig"><a href="lldb.SBCommandInterpreter-class.html#HandleCommandsFromFile" class="summary-sig-name">HandleCommandsFromFile</a>(<span class="summary-sig-arg">self</span>, + <span class="summary-sig-arg">*args</span>)</span><br /> + HandleCommandsFromFile(SBCommandInterpreter self, SBFileSpec file, SBExecutionContext override_context, SBCommandInterpreterRunOptions options, ...</td> + <td align="right" valign="top"> + <span class="codelink"><a href="lldb-pysrc.html#SBCommandInterpreter.HandleCommandsFromFile">source code</a></span> + + </td> + </tr> + </table> + + </td> + </tr> +<tr> + <td width="15%" align="right" valign="top" class="summary"> + <span class="summary-type"> </span> + </td><td class="summary"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> <td><span class="summary-sig"><a href="lldb.SBCommandInterpreter-class.html#HandleCompletion" class="summary-sig-name">HandleCompletion</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">*args</span>)</span><br /> HandleCompletion(SBCommandInterpreter self, str const * current_line, uint32_t cursor_pos, int match_start_point, int max_return_elements, ...</td> @@ -505,6 +592,23 @@ execution. </td> </tr> +<tr> + <td width="15%" align="right" valign="top" class="summary"> + <span class="summary-type"> </span> + </td><td class="summary"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td><span class="summary-sig"><a name="IsActive"></a><span class="summary-sig-name">IsActive</span>(<span class="summary-sig-arg">self</span>)</span><br /> + IsActive(SBCommandInterpreter self) -> bool</td> + <td align="right" valign="top"> + <span class="codelink"><a href="lldb-pysrc.html#SBCommandInterpreter.IsActive">source code</a></span> + + </td> + </tr> + </table> + + </td> + </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: @@ -577,6 +681,23 @@ execution. </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> + <span class="summary-type"> </span> + </td><td class="summary"> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr> + <td><span class="summary-sig"><a name="EventIsCommandInterpreterEvent"></a><span class="summary-sig-name">EventIsCommandInterpreterEvent</span>(<span class="summary-sig-arg">*args</span>)</span><br /> + EventIsCommandInterpreterEvent(SBEvent event) -> bool</td> + <td align="right" valign="top"> + <span class="codelink"><a href="lldb-pysrc.html#SBCommandInterpreter.EventIsCommandInterpreterEvent">source code</a></span> + + </td> + </tr> + </table> + + </td> + </tr> +<tr> + <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">str const *</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> @@ -776,6 +897,59 @@ execution. </dl> </td></tr></table> </div> +<a name="HandleCommand"></a> +<div> +<table class="details" border="1" cellpadding="3" + cellspacing="0" width="100%" bgcolor="white"> +<tr><td> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr valign="top"><td> + <h3 class="epydoc"><span class="sig"><span class="sig-name">HandleCommand</span>(<span class="sig-arg">self</span>, + <span class="sig-arg">*args</span>)</span> + </h3> + </td><td align="right" valign="top" + ><span class="codelink"><a href="lldb-pysrc.html#SBCommandInterpreter.HandleCommand">source code</a></span> + </td> + </tr></table> + + <pre class="literalblock"> + +HandleCommand(SBCommandInterpreter self, str const * command_line, SBCommandReturnObject result, bool add_to_history=False) -> lldb::ReturnStatus +HandleCommand(SBCommandInterpreter self, str const * command_line, SBCommandReturnObject result) -> lldb::ReturnStatus +HandleCommand(SBCommandInterpreter self, str const * command_line, SBExecutionContext exe_ctx, SBCommandReturnObject result, + bool add_to_history=False) -> lldb::ReturnStatus +HandleCommand(SBCommandInterpreter self, str const * command_line, SBExecutionContext exe_ctx, SBCommandReturnObject result) -> lldb::ReturnStatus + +</pre> + <dl class="fields"> + </dl> +</td></tr></table> +</div> +<a name="HandleCommandsFromFile"></a> +<div> +<table class="details" border="1" cellpadding="3" + cellspacing="0" width="100%" bgcolor="white"> +<tr><td> + <table width="100%" cellpadding="0" cellspacing="0" border="0"> + <tr valign="top"><td> + <h3 class="epydoc"><span class="sig"><span class="sig-name">HandleCommandsFromFile</span>(<span class="sig-arg">self</span>, + <span class="sig-arg">*args</span>)</span> + </h3> + </td><td align="right" valign="top" + ><span class="codelink"><a href="lldb-pysrc.html#SBCommandInterpreter.HandleCommandsFromFile">source code</a></span> + </td> + </tr></table> + + <pre class="literalblock"> + +HandleCommandsFromFile(SBCommandInterpreter self, SBFileSpec file, SBExecutionContext override_context, SBCommandInterpreterRunOptions options, + SBCommandReturnObject result) + +</pre> + <dl class="fields"> + </dl> +</td></tr></table> +</div> <a name="HandleCompletion"></a> <div> <table class="details" border="1" cellpadding="3" @@ -830,7 +1004,7 @@ HandleCompletion(SBCommandInterpreter self, str const * current_line, uint32_t c <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> - Generated by Epydoc 3.0.1 on Fri Jul 19 13:22:34 2013 + Generated by Epydoc 3.0.1 on Fri Oct 14 13:55:25 2016 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" |

