Work on debug

This commit is contained in:
Alexey Prokhin
2010-12-14 14:35:48 +03:00
parent 6d22dd7999
commit c3ea7b27c6
6 changed files with 46 additions and 15 deletions

View File

@@ -19,6 +19,7 @@
#include <set>
#include <map>
#include <string>
#include <llvm/Analysis/DebugInfo.h>
#endif
#include "dsymbol.h"
@@ -350,6 +351,9 @@ struct VarDeclaration : Declaration
/// This var is used by a naked function.
bool nakedUse;
// debug description
llvm::DIVariable debugVariable;
#endif
};