Add a few debug utilities for DWARF expressions
authorpmderodat <pmderodat@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Dec 2014 16:25:49 +0000 (16:25 +0000)
committerpmderodat <pmderodat@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Dec 2014 16:25:49 +0000 (16:25 +0000)
commit45cd54949c6068aa50e221fe83c5202d4a43f317
treedc9e2df6564c06a410bf2b2edd6b19c6eeb9ce84
parent2c3209cd8a7cc6faeb2f1aa02962101f84833ad1
Add a few debug utilities for DWARF expressions

* dwarf2out.c (print_loc_descr): New.
(print_dw_val): New.
(print_attribute): New.
(print_loc_descr): New.
(print_die): Use print_dw_val.
(debug_dwarf_loc_descr): New.
* dwarf2out.h (debug_dwarf_loc_descr): New declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218826 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c
gcc/dwarf2out.h