diff options
Diffstat (limited to 'lldb/www/python_reference/lldb.SBSourceManager-class.html')
| -rw-r--r-- | lldb/www/python_reference/lldb.SBSourceManager-class.html | 66 |
1 files changed, 55 insertions, 11 deletions
diff --git a/lldb/www/python_reference/lldb.SBSourceManager-class.html b/lldb/www/python_reference/lldb.SBSourceManager-class.html index cf469c0b3cb..58cc096f679 100644 --- a/lldb/www/python_reference/lldb.SBSourceManager-class.html +++ b/lldb/www/python_reference/lldb.SBSourceManager-class.html @@ -60,16 +60,17 @@ <h1 class="epydoc">Class SBSourceManager</h1><p class="nomargin-top"><span class="codelink"><a href="lldb-pysrc.html#SBSourceManager">source code</a></span></p> <center> <center> <map id="uml_class_diagram_for_lldb_sbs_2" name="uml_class_diagram_for_lldb_sbs_2"> -<area shape="rect" id="node38" href="lldb.SBSourceManager-class.html#__swig_setmethods__" title="lldb.SBSourceManager.__swig_setmethods__" alt="" coords="17,31,312,49"/> -<area shape="rect" id="node38" href="lldb.SBSourceManager-class.html#__swig_getmethods__" title="lldb.SBSourceManager.__swig_getmethods__" alt="" coords="17,49,312,68"/> -<area shape="rect" id="node38" href="lldb.SBSourceManager-class.html#__setattr__" title="x.__setattr__('name', value) <==> x.name = value" alt="" coords="17,71,312,89"/> -<area shape="rect" id="node38" href="lldb.SBSourceManager-class.html#__getattr__" title="lldb.SBSourceManager.__getattr__" alt="" coords="17,89,312,108"/> -<area shape="rect" id="node38" href="lldb.SBSourceManager-class.html#__repr__" title="repr(x)" alt="" coords="17,108,312,127"/> -<area shape="rect" id="node38" href="lldb.SBSourceManager-class.html#__init__" title="__init__(lldb::SBSourceManager self, SBSourceManager rhs) ->  SBSourceManager" alt="" coords="17,127,312,145"/> -<area shape="rect" id="node38" href="lldb.SBSourceManager-class.html#__swig_destroy__" title="delete_SBSourceManager(SBSourceManager self)" alt="" coords="17,145,312,164"/> -<area shape="rect" id="node38" href="lldb.SBSourceManager-class.html#__del__" title="lldb.SBSourceManager.__del__" alt="" coords="17,164,312,183"/> -<area shape="rect" id="node38" href="lldb.SBSourceManager-class.html#DisplaySourceLinesWithLineNumbers" title="DisplaySourceLinesWithLineNumbers(SBSourceManager self, SBFileSpec file, uint32_t line, uint32_t context_before, uint32_t context_after, ..." alt="" coords="17,183,312,201"/> -<area shape="rect" id="node1" href="lldb.SBSourceManager-class.html" title="Represents a central authority for displaying source code." alt="" coords="5,6,323,207"/> +<area shape="rect" id="node1_10" href="lldb.SBSourceManager-class.html#__swig_setmethods__" title="lldb.SBSourceManager.__swig_setmethods__" alt="" coords="17,31,380,51"/> +<area shape="rect" id="node1_11" href="lldb.SBSourceManager-class.html#__swig_getmethods__" title="lldb.SBSourceManager.__swig_getmethods__" alt="" coords="17,51,380,71"/> +<area shape="rect" id="node1_12" href="lldb.SBSourceManager-class.html#__setattr__" title="x.__setattr__('name', value) <==> x.name = value" alt="" coords="17,73,380,93"/> +<area shape="rect" id="node1_13" href="lldb.SBSourceManager-class.html#__getattr__" title="lldb.SBSourceManager.__getattr__" alt="" coords="17,93,380,113"/> +<area shape="rect" id="node1_14" href="lldb.SBSourceManager-class.html#__repr__" title="repr(x)" alt="" coords="17,113,380,133"/> +<area shape="rect" id="node1_15" href="lldb.SBSourceManager-class.html#__init__" title="__init__(lldb::SBSourceManager self, SBSourceManager rhs) ->  SBSourceManager" alt="" coords="17,133,380,153"/> +<area shape="rect" id="node1_16" href="lldb.SBSourceManager-class.html#__swig_destroy__" title="delete_SBSourceManager(SBSourceManager self)" alt="" coords="17,153,380,173"/> +<area shape="rect" id="node1_17" href="lldb.SBSourceManager-class.html#__del__" title="lldb.SBSourceManager.__del__" alt="" coords="17,173,380,193"/> +<area shape="rect" id="node1_18" href="lldb.SBSourceManager-class.html#DisplaySourceLinesWithLineNumbers" title="DisplaySourceLinesWithLineNumbers(SBSourceManager self, SBFileSpec file, uint32_t line, uint32_t context_before, uint32_t context_after, ..." alt="" coords="17,193,380,213"/> +<area shape="rect" id="node1_19" href="lldb.SBSourceManager-class.html#DisplaySourceLinesWithLineNumbersAndColumn" title="DisplaySourceLinesWithLineNumbersAndColumn(SBSourceManager self, SBFileSpec file, uint32_t line, uint32_t column, uint32_t context_before, uint32_t context_after, ..." alt="" coords="17,213,380,233"/> +<area shape="rect" id="node1" href="lldb.SBSourceManager-class.html" title="Represents a central authority for displaying source code." alt="" coords="5,5,392,240"/> </map> <img src="uml_class_diagram_for_lldb_sbs_2.gif" alt='' usemap="#uml_class_diagram_for_lldb_sbs_2" ismap="ismap" class="graph-without-title" /> </center> @@ -247,6 +248,24 @@ </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.SBSourceManager-class.html#DisplaySourceLinesWithLineNumbersAndColumn" class="summary-sig-name">DisplaySourceLinesWithLineNumbersAndColumn</a>(<span class="summary-sig-arg">self</span>, + <span class="summary-sig-arg">*args</span>)</span><br /> + DisplaySourceLinesWithLineNumbersAndColumn(SBSourceManager self, SBFileSpec file, uint32_t line, uint32_t column, uint32_t context_before, uint32_t context_after, ...</td> + <td align="right" valign="top"> + <span class="codelink"><a href="lldb-pysrc.html#SBSourceManager.DisplaySourceLinesWithLineNumbersAndColumn">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>: @@ -438,6 +457,31 @@ DisplaySourceLinesWithLineNumbers(SBSourceManager self, SBFileSpec file, uint32_ </dl> </td></tr></table> </div> +<a name="DisplaySourceLinesWithLineNumbersAndColumn"></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">DisplaySourceLinesWithLineNumbersAndColumn</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#SBSourceManager.DisplaySourceLinesWithLineNumbersAndColumn">source code</a></span> + </td> + </tr></table> + + <pre class="literalblock"> + +DisplaySourceLinesWithLineNumbersAndColumn(SBSourceManager self, SBFileSpec file, uint32_t line, uint32_t column, uint32_t context_before, uint32_t context_after, + str const * current_line_cstr, SBStream s) -> size_t + +</pre> + <dl class="fields"> + </dl> +</td></tr></table> +</div> <br /> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" @@ -467,7 +511,7 @@ DisplaySourceLinesWithLineNumbers(SBSourceManager self, SBFileSpec file, uint32_ <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:35 2013 + Generated by Epydoc 3.0.1 on Fri Oct 14 13:55:27 2016 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" |

