diff options
Diffstat (limited to 'docs/SourceLevelDebugging.html')
-rw-r--r-- | docs/SourceLevelDebugging.html | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 4aca52c..83c979b 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -38,6 +38,7 @@ <li><a href="#format_common_intrinsics">Debugger intrinsic functions</a> <ul> <li><a href="#format_common_declare">llvm.dbg.declare</a></li> + <li><a href="#format_common_value">llvm.dbg.value</a></li> </ul></li> </ol></li> <li><a href="#format_common_lifetime">Object lifetimes and scoping</a></li> @@ -775,6 +776,25 @@ DW_TAG_return_variable = 258 </div> <!-- ======================================================================= --> +<div class="doc_subsubsection"> + <a name="format_common_value">llvm.dbg.value</a> +</div> + +<div class="doc_text"> +<pre> + void %<a href="#format_common_value">llvm.dbg.value</a>( metadata, i64, metadata ) +</pre> + +<p>This intrinsic provides information when a user source variable is set to a + new value. The first argument is the new value (wrapped as metadata). The + second argument is the offset in the user source variable where the new value + is written. The third argument is + the <tt>%<a href="#format_variables">llvm.dbg.variable</a></tt> containing + the description of the user source variable. </p> + +</div> + +<!-- ======================================================================= --> <div class="doc_subsection"> <a name="format_common_lifetime">Object lifetimes and scoping</a> </div> @@ -1718,7 +1738,7 @@ enum Trees { <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2009-12-01 01:59:58 +0100 (Tue, 01 Dec 2009) $ + Last modified: $Date: 2010-01-11 23:53:48 +0100 (Mon, 11 Jan 2010) $ </address> </body> |