From 3df7d2f70bb316ebeec8a8c862b3da5386fbb145 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 19 Jun 2013 21:37:13 +0000 Subject: llvm-dwarfdump: Add support for dumping the .debug_loc section This is a basic implementation - we still don't have any support (that I know of) for dumping DWARF expressions in a meaningful way, so the location information itself is just printed as a sequence of bytes as we do elsewhere. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184361 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/DIContext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h index 8fcd9e0b82..bdd8dce08d 100644 --- a/include/llvm/DebugInfo/DIContext.h +++ b/include/llvm/DebugInfo/DIContext.h @@ -105,6 +105,7 @@ enum DIDumpType { DIDT_Info, DIDT_InfoDwo, DIDT_Line, + DIDT_Loc, DIDT_Ranges, DIDT_Pubnames, DIDT_Str, -- cgit v1.2.3