aboutsummaryrefslogtreecommitdiffstats
path: root/docs/SourceLevelDebugging.rst
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-02-13 07:22:25 +0000
committerEric Christopher <echristo@gmail.com>2013-02-13 07:22:25 +0000
commit34760ee55f951385a3b4321d6686315b9e518304 (patch)
treeee6b85490ce8d63bd9d8471d56b3e74ccbec97f2 /docs/SourceLevelDebugging.rst
parent23571f4f2c895d60c9ed23b831f988b49a55478e (diff)
downloadexternal_llvm-34760ee55f951385a3b4321d6686315b9e518304.zip
external_llvm-34760ee55f951385a3b4321d6686315b9e518304.tar.gz
external_llvm-34760ee55f951385a3b4321d6686315b9e518304.tar.bz2
This is actually located at the end, not the middle.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175041 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.rst')
-rw-r--r--docs/SourceLevelDebugging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst
index 0faf0cf..00c26cb 100644
--- a/docs/SourceLevelDebugging.rst
+++ b/docs/SourceLevelDebugging.rst
@@ -298,7 +298,6 @@ Subprogram descriptors
metadata, ;; Reference to type descriptor
i1, ;; True if the global is local to compile unit (static)
i1, ;; True if the global is defined in the compile unit (not extern)
- i32, ;; Line number where the scope of the subprogram begins
i32, ;; Virtuality, e.g. dwarf::DW_VIRTUALITY__virtual
i32, ;; Index into a virtual function
metadata, ;; indicates which base type contains the vtable pointer for the
@@ -309,6 +308,7 @@ Subprogram descriptors
metadata, ;; Lists function template parameters
metadata, ;; Function declaration descriptor
metadata ;; List of function variables
+ i32, ;; Line number where the scope of the subprogram begins
}
These descriptors provide debug information about functions, methods and