[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#332774: mklibs: Improved debugging output



Package: mklibs
Version: 0.1.16
Severity: wishlist

The patch below also shows what symbols are added to the list of undefined 
symbols when processing a library, similar to existing debugging output 
for provided_symbols.
This was very useful to me when debugging #330831.


--- /usr/bin/mklibs.orig     2005-09-12 15:37:01.000000000 +0200
+++ /usr/bin/mklibs     2005-10-08 15:46:09.261466080 +0200
@@ -157,6 +157,7 @@
         if match:
            bind, ndx, name = match.groups()
            if bind != "LOCAL" and ndx == "UND":
+                debug(DEBUG_SPAM, "undefined_symbols adding", `name`)
                 result.add((name, bind == "WEAK"))
     return result

Attachment: pgpvJbfNMWjHR.pgp
Description: PGP signature


Reply to: