From 86e4278d5edc3685465b8846dcb17efa83c86d75 Mon Sep 17 00:00:00 2001 From: Tamas Berghammer Date: Tue, 5 Jan 2016 14:29:02 +0000 Subject: Add DWARF type information generation. Emit native debugging information for types which are used during compilation. Change-Id: If28d19f60294494b7c6db8400d179494bebe9e61 --- compiler/optimizing/optimizing_compiler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/optimizing_compiler.cc') diff --git a/compiler/optimizing/optimizing_compiler.cc b/compiler/optimizing/optimizing_compiler.cc index 82f1e84454..988e32bc1a 100644 --- a/compiler/optimizing/optimizing_compiler.cc +++ b/compiler/optimizing/optimizing_compiler.cc @@ -1000,7 +1000,7 @@ bool OptimizingCompiler::JitCompile(Thread* self, code_address + code_allocator.GetSize(), &compiled_method }; - ArrayRef elf_file = dwarf::WriteDebugElfFile(method_debug_info); + ArrayRef elf_file = dwarf::WriteDebugElfFileForMethod(method_debug_info); CreateJITCodeEntryForAddress(code_address, std::unique_ptr(elf_file.data()), elf_file.size()); -- cgit v1.2.3-59-g8ed1b