[ltrace-commits] 34/40: a bit more debug printing

Petr Machata pmachata-guest at moszumanska.debian.org
Sun May 11 22:38:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

pmachata-guest pushed a commit to branch master
in repository ltrace.

commit 3abee8ab96dc453e41a5c3bc1e2ce725fbedbbe4
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sat May 3 00:39:38 2014 -0700

    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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list