a bit more debug printing
authorDima Kogan <dima@secretsauce.net>
Sat, 3 May 2014 07:39:38 +0000 (00:39 -0700)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:26 +0000 (20:38 +0900)
dwarf_prototypes.c

index 90e83ed..213fceb 100644 (file)
@@ -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