Extend stackdump to display the daemonize status

The stackdump now tells us whether a thread is daemonized or not.
This is important whenever sys.exit is used as this call will wait
for any non-daemonized threads, possibly forever.

Change-Id: I4ebfe0db3ebecd75a3d8f21854dcd31c6fabdf78
1 file changed