From 05d0265fef651de152c8127aa701e689555649f3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 18 Apr 2011 23:59:50 +0000 Subject: docs: Use as Heading elements instead of
. H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129736 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 160 ++++++++++++++++++++--------------------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'docs/SourceLevelDebugging.html') diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 544b9142e2..9e6b579e8e 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -8,7 +8,7 @@ -
Source Level Debugging with LLVM
+

Source Level Debugging with LLVM

@@ -68,7 +68,7 @@ height="369"> - +

Introduction

@@ -83,9 +83,9 @@ height="369">
- +
@@ -133,9 +133,9 @@ height="369">
- +
@@ -157,9 +157,9 @@ height="369">
- +
@@ -227,9 +227,9 @@ height="369">
- +
@@ -268,9 +268,9 @@ height="369">
- +
@@ -315,9 +315,9 @@ height="369">
- +
@@ -351,9 +351,9 @@ height="369">
- +
@@ -380,9 +380,9 @@ height="369">
- +
@@ -413,9 +413,9 @@ global variables are collected by named metadata !llvm.dbg.gv.

- +
@@ -456,9 +456,9 @@ global variables are collected by named metadata !llvm.dbg.gv.

- +
@@ -482,9 +482,9 @@ global variables are collected by named metadata !llvm.dbg.gv.

- +
@@ -534,9 +534,9 @@ DW_ATE_unsigned_char = 8
- +
@@ -606,9 +606,9 @@ DW_TAG_restrict_type = 55
- +
@@ -693,9 +693,9 @@ DW_TAG_inheritance = 28
- +
@@ -719,9 +719,9 @@ DW_TAG_inheritance = 28
- +
@@ -743,9 +743,9 @@ DW_TAG_inheritance = 28
- +
@@ -787,9 +787,9 @@ DW_TAG_return_variable = 258
- +
@@ -799,9 +799,9 @@ DW_TAG_return_variable = 258
- +
@@ -814,9 +814,9 @@ DW_TAG_return_variable = 258
 
- +
@@ -831,9 +831,9 @@ DW_TAG_return_variable = 258
 
- +

In many languages, the local variables in functions can have their lifetimes @@ -994,9 +994,9 @@ call void @llvm.dbg.declare(metadata, metadata !12), !dbg !14

- +
@@ -1023,9 +1023,9 @@ call void @llvm.dbg.declare(metadata, metadata !12), !dbg !14
- +
@@ -1101,9 +1101,9 @@ using Instruction::getMetadata() and
- +
@@ -1171,9 +1171,9 @@ int MyGlobal = 100;
- +
@@ -1228,9 +1228,9 @@ define i32 @main(i32 %argc, i8** %argv) {
- +
@@ -1239,9 +1239,9 @@ define i32 @main(i32 %argc, i8** %argv) {
-
+

bool -

+
@@ -1265,9 +1265,9 @@ define i32 @main(i32 %argc, i8** %argv) {
-
+

char -

+
@@ -1291,9 +1291,9 @@ define i32 @main(i32 %argc, i8** %argv) {
- +
@@ -1317,9 +1317,9 @@ define i32 @main(i32 %argc, i8** %argv) {
-
+

short -

+
@@ -1343,9 +1343,9 @@ define i32 @main(i32 %argc, i8** %argv) {
- +
@@ -1369,9 +1369,9 @@ define i32 @main(i32 %argc, i8** %argv) {
-
+

int -

+
@@ -1394,9 +1394,9 @@ define i32 @main(i32 %argc, i8** %argv) {
- +
@@ -1420,9 +1420,9 @@ define i32 @main(i32 %argc, i8** %argv) {
- +
@@ -1446,9 +1446,9 @@ define i32 @main(i32 %argc, i8** %argv) {
- +
@@ -1472,9 +1472,9 @@ define i32 @main(i32 %argc, i8** %argv) {
-
+

float -

+
@@ -1498,9 +1498,9 @@ define i32 @main(i32 %argc, i8** %argv) {
-
+

double -

+
@@ -1524,9 +1524,9 @@ define i32 @main(i32 %argc, i8** %argv) {
- +
@@ -1609,9 +1609,9 @@ typedef const int *IntPtr;
- +
@@ -1722,9 +1722,9 @@ struct Color {
- +
-- cgit v1.2.3