aboutsummaryrefslogtreecommitdiffstats
path: root/docs/SourceLevelDebugging.rst
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-01-08 00:16:33 +0000
committerEric Christopher <echristo@gmail.com>2013-01-08 00:16:33 +0000
commit72a81be37452983f9960a376c19682034ef7db35 (patch)
treedc8d5ee57f2bd4344cc81f73c5336a8a32a84902 /docs/SourceLevelDebugging.rst
parent682106050979f0d48fcf17338c99e91672352789 (diff)
downloadexternal_llvm-72a81be37452983f9960a376c19682034ef7db35.zip
external_llvm-72a81be37452983f9960a376c19682034ef7db35.tar.gz
external_llvm-72a81be37452983f9960a376c19682034ef7db35.tar.bz2
Remove what appears to be a dead llvm-specific debug tag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.rst')
-rw-r--r--docs/SourceLevelDebugging.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst
index f7dfa4a..933534f 100644
--- a/docs/SourceLevelDebugging.rst
+++ b/docs/SourceLevelDebugging.rst
@@ -585,12 +585,10 @@ value of the tag depends on the usage of the variable:
DW_TAG_auto_variable = 256
DW_TAG_arg_variable = 257
- DW_TAG_return_variable = 258
An auto variable is any variable declared in the body of the function. An
argument variable is any variable that appears as a formal argument to the
-function. A return variable is used to track the result of a function and has
-no source correspondent.
+function.
The context is either the subprogram or block where the variable is defined.
Name the source variable name. Context and line indicate where the variable