OSDN Git Service

Create helper class for DWARF expressions.
authorDavid Srbecky <dsrbecky@google.com>
Fri, 15 Jan 2016 13:47:59 +0000 (13:47 +0000)
committerDavid Srbecky <dsrbecky@google.com>
Fri, 22 Jan 2016 14:40:41 +0000 (14:40 +0000)
commit91cb54e6caf8b06546c416e7f7467f1c03b3a757
treeec445c2b9ee1f3ad4051162be56c56d244da8cd0
parent0e78aedf507512abcb730851025547645cd48c9c
Create helper class for DWARF expressions.

This ensures we generate valid DWARF opcodes and
it slightly simplifies the debug info writer.

Change-Id: I2ef8a9222c9a129c58f500741acd209b67e2ecff
compiler/dwarf/debug_frame_opcode_writer.h
compiler/dwarf/debug_info_entry_writer.h
compiler/dwarf/expression.h [new file with mode: 0644]
compiler/dwarf/headers.h
compiler/dwarf/writer.h
compiler/elf_writer_debug.cc