From: Jim Laskey Date: Thu, 23 Mar 2006 17:54:33 +0000 (+0000) Subject: Updated information related to local variables and scopes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=383e0092bf7c0dd197e399f636a6443f2cf2d5b6;p=oota-llvm.git Updated information related to local variables and scopes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26982 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index db2c65339c9..62417f10b92 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -16,6 +16,7 @@
  • Introduction
    1. Philosophy behind LLVM debugging information
    2. +
    3. Debug information consumers
    4. Debugging optimized code
  • Debugging information format @@ -32,6 +33,7 @@
  • Composite type descriptors
  • Subrange descriptors
  • Enumerator descriptors
  • +
  • Local variables
  • Debugger intrinsic functions