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

Petr Machata pmachata-guest at moszumanska.debian.org
Sun May 11 22:38:53 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 0963173452fbff1e66248f2e3428c1a93756e831
Author: Dima Kogan <dima at secretsauce.net>
Date:   Tue Apr 22 15:15:27 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 5bbaa69..449a750 100644
--- a/dwarf_prototypes.c
+++ b/dwarf_prototypes.c
@@ -237,6 +237,7 @@ static enum arg_type get_base_type(Dwarf_Die* die)
 	}
 
 	// Unknown encoding. I just say void
+	complain(die, "Unknown base type. Returning 'void'");
 	return ARGTYPE_VOID;
 }
 

-- 
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