From aa23d6cab4478e3ea1eb953648eeae5ff77dcb52 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 3 May 2014 00:39:38 -0700 Subject: [PATCH] a bit more debug printing --- dwarf_prototypes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dwarf_prototypes.c b/dwarf_prototypes.c index 90e83ed..213fceb 100644 --- a/dwarf_prototypes.c +++ b/dwarf_prototypes.c @@ -891,6 +891,7 @@ static bool process_die_compileunit(struct protolib* plib, struct library* lib, struct dict* type_dieoffset_hash, Dwarf_Die* parent) { + complain(parent, "Processing compile unit"); Dwarf_Die die; if (dwarf_child(parent, &die) != 0) { // no child nodes, so nothing to do -- 2.7.4