From 383e0092bf7c0dd197e399f636a6443f2cf2d5b6 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Thu, 23 Mar 2006 17:54:33 +0000 Subject: 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 --- docs/SourceLevelDebugging.html | 138 +++++++++++++++++++++++++++++++---------- 1 file changed, 105 insertions(+), 33 deletions(-) (limited to 'docs/SourceLevelDebugging.html') diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index db2c65339c..62417f10b9 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