commit | 5cc349f3dd578e974f78314c50b6a0267c23e591 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Fri Dec 18 15:04:48 2015 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Wed Jan 13 15:39:12 2016 +0000 |
tree | 7d8bf706fd6aba6f298bfe212f75db0f66e94b81 | |
parent | a38e418fb2d9b817309c54b54ca85039907c2bbb [diff] [blame] |
Report DWARF debug information for JITed code. Change-Id: Ia5b2133c54386932c76c22774cf3d2ae61e0925f
diff --git a/compiler/elf_writer_debug.h b/compiler/elf_writer_debug.h index 7ec0be1..94e09d7 100644 --- a/compiler/elf_writer_debug.h +++ b/compiler/elf_writer_debug.h
@@ -30,6 +30,8 @@ const ArrayRef<const MethodDebugInfo>& method_infos, CFIFormat cfi_format); +ArrayRef<const uint8_t> WriteDebugElfFile(const dwarf::MethodDebugInfo& method_info); + } // namespace dwarf } // namespace art